
@media (max-width: 480px) {
    .row.calculators {
        display: table !important;
    }
    .row.display-block
    {
        display:block;
    }
}

html body div.calculators {
    color: #333538;
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    padding: 0;
    margin: 0;
}

div.calculators.legacy .cal-container input {
    padding: 6px 5px;
    border-left-width: 0px;
    border-right: 1px solid #a9a9a9;
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    min-height: 33px;
    width: 100%;
}

html body div.legacy.calculators .btn.btn-adv:after {
    content: ">";
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

html body div.legacy.calculators .inline-header {
    position: relative;
    right: 20px;
    font-weight: bold;
}

html body div.legacy.calculators div.input-group {
    position: relative;
    left: 21px;
    width: 90%;
}

html body div.calculators div.input-group.int-group {
    left: 0px;
}

html body div.calculators .cal-container input.radio {
    width: 80px;
    position: relative;
    right: 31px;
    top: 5px;
    min-height: 20px;
}

html body div.calculators .col-sm-12.col-xs-12.left-label.left-label-full {
    padding: 0px;
}

html body .cal-pad {
    padding: 0px 8px 0px 8px;
}

html body div.calculators div.cal-container {
    padding: 0px;
}

html body div.calculators .cal-title {
    width: 100%;
    text-align: center;
    background: #f68122;
    margin: 0px;
    font-size: 25px;
    padding: 14px;
    color: white;
}

.header-copy {
    text-align: center;
    line-height: 20px;
    margin: 10px 0px 30px 0px;
    font-size: 15px;
}

html body div.calculators div.cal-container {
    max-width: 610px;
    width: 100%;
    margin: auto;
}

html body div.calculators .output-row.bb-show {
    border-bottom: 1px solid #c3c3c3;
    margin: 8px 0px;
}

html body div.calculators .clear-both {
    clear: both;
}

html body div.calculators .h-four {
    height: 400px;
}

html body div.calculators .output-row {
    padding: 3px 0px;
}

html body div.calculators .output-value-format {
    font-weight: bold;
}

html body div.calculators label {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0px;
}

html body div.calculators .output-label-wrapper {
    font-size: 12px;
    position: relative;
    bottom: 20px;
    padding: 63px 0px 20px 0px;
}

html body div.calculators .output-label {
    text-align: left;
}

html body div.calculators .output-row .left-label {
    padding-left: 10%;
}

html body .calculators.legacy .fade:not(.show) {
    opacity: 1;
}

html body div.legacy.calculators .cal-container {
    float: none;
}

html body .calculators.legacy .fade:not(.show) {
    opacity: 1;
}

html body div.legacy.calculators div.input-group-prepend div.input-group-text {
    display: flex;
    align-items: center;
    padding: 6px;
    margin-bottom: 0;
    left: -24px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #a9a9a9;
    position: absolute;
    height: 100%;
    width: 25px;
}

html body div.legacy.calculators .btn.btn-adv {
    background-color: transparent;
    border-radius: 0;
    color: #f68121;
    padding: 0.25rem 0.75rem;
    border: 0px;
    position: relative;
    bottom: 0;
}

html body .calculators.legacy .clearBothTabs {
    display: block;
}

html body div.legacy.calculators .row.my-container {
    padding-left: 35px;
}

html body .calculators.legacy .no-hpad {
    padding-left: 0px;
    padding-right: 0px;
}

html body div.calculators.legacy div.input-group.normal {
    left: 0px;
    width: calc(90% + 21px);
}

html body div.calculators {
    color: #333538;
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    padding: 0;
    margin: 0;
}

    html body div.calculators .form-control.boolean {
        width: 20px !important;
        max-width: 34px;
        position: relative;
        top: 5px;
        margin-left: 40px !important;
    }

    html body div.calculators div.cal-container {
        max-width: 610px;
    }

    html body div.calculators label {
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    html body div.calculators .output-label-wrapper {
        font-size: 12px;
        position: relative;
        bottom: 20px;
    }

div.calculators a {
    color: #f27173;
    text-decoration: none;
}

    div.calculators a:hover {
        color: #e25f5f;
        text-decoration: underline;
    }

div.calculators .content {
    max-width: 610px;
    margin: auto;
    padding: 16px 32px;
}

html body div.calculators .mainValue {
    margin-bottom: 40px;
}

html body .mainValue, html body .mainValuePMI {
    font-size: 36px;
    color: #636466;
    line-height: 32px;
    font-weight: 400;
}

div.calculators .header {
    text-align: center;
    padding: 32px 0;
}

div.calculators .wrapper {
    min-height: 400px;
    padding: 16px 0;
    position: relative;
}

    div.calculators .wrapper.col-2 {
        display: inline-block;
        min-height: 256px;
        width: 49%;
    }

html body .calculators .calculators .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.calculators .nav > li {
    position: relative;
    display: block;
}

    .calculators .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }

        .calculators .nav > li > a:hover,
        .calculators .nav > li > a:focus {
            text-decoration: none;
            background-color: #eeeeee;
        }

    .calculators .nav > li.disabled > a {
        color: #777777;
    }

        .calculators .nav > li.disabled > a:hover,
        .calculators .nav > li.disabled > a:focus {
            color: #777777;
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
        }

.calculators .nav .open > a,
.calculators .nav .open > a:hover,
.calculators .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7;
}

.calculators .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.calculators .nav > li > a > img {
    max-width: none;
}

.calculators .nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .calculators .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .calculators .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .calculators .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #ddd;
            }

        .calculators .nav-tabs > li.active > a,
        .calculators .nav-tabs > li.active > a:hover,
        .calculators .nav-tabs > li.active > a:focus {
            color: #555555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .calculators .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .calculators .nav-tabs.nav-justified > li {
            float: none;
        }

            .calculators .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .calculators .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .calculators .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .calculators .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.calculators .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.calculators .nav-tabs.nav-justified > .active > a,
.calculators .nav-tabs.nav-justified > .active > a:hover,
.calculators .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .calculators .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .calculators .nav-tabs.nav-justified > .active > a,
    .calculators .nav-tabs.nav-justified > .active > a:hover,
    .calculators .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.calculators .nav-pills > li {
    float: left;
}

    .calculators .nav-pills > li > a {
        border-radius: 4px;
    }

    .calculators .nav-pills > li + li {
        margin-left: 2px;
    }

    .calculators .nav-pills > li.active > a,
    .calculators .nav-pills > li.active > a:hover,
    .calculators .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.calculators .nav-stacked > li {
    float: none;
}

    .calculators .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.calculators .nav-justified {
    width: 100%;
}

    .calculators .nav-justified > li {
        float: none;
    }

        .calculators .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .calculators .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .calculators .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .calculators .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.calculators .nav-tabs-justified {
    border-bottom: 0;
}

    .calculators .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .calculators .nav-tabs-justified > .active > a,
    .calculators .nav-tabs-justified > .active > a:hover,
    .calculators .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .calculators .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .calculators .nav-tabs-justified > .active > a,
    .calculators .nav-tabs-justified > .active > a:hover,
    .calculators .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.calculators .tab-content > .tab-pane {
    display: none;
}

.calculators .tab-content > .active {
    display: block;
}

.calculators .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.calculators .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .calculators .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .calculators .navbar-header {
        float: left;
    }
}

.calculators .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .calculators .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .calculators .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .calculators .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .calculators .navbar-collapse.in {
            overflow-y: visible;
        }
}

div.calculators .samples-category:hover > .title {
    color: black;
}

div.calculators .samples-category > .items {
    padding: 8px 0;
}

div.calculators .samples-entry {
    padding: 0 0 4px 0;
}

    div.calculators .samples-entry > .title {
        font-weight: 700;
    }

html body div.calculators .generalRowData {
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    html body div.calculators div div div.h-four {
        height: 300px;
    }
}

@media (max-width: 380px) {
    html body div.calculators div div.output-label-wrapper {
        font-size: 9px;
    }
}

@media (max-width: 480px) {
    html body div.calculators div.output-label-wrapper {
        font-size: 11px;
    }

    html body div.calculators div div div.h-four {
        height: 250px;
    }
}

@media (max-width: 400px) {
    html body div.calculators .wrapper.col-2 {
        width: 100%
    }
}

@media (max-width:768px) {
    html body div.calculators .output-label-wrapper {
        padding: 23px 0px 20px 0px;
    }
}


@media (max-width: 580px) {
    html body div.calculators div.cal-container {
        margin: auto;
        width: auto;
        min-width: unset !important;
    }

    html body div.calculators div.wrapper, html body div.calculators div div.h-four {
        height: 350px;
    }

    html body div.calculators div.cal-container .wrapper {
        min-width: unset;
        min-height: unset;
        margin: auto;
    }

    html body div.calculators .mainValueWrap {
        width: 100%;
        text-align: center;
        height: auto;
        position: relative;
        top: 10px;
    }

    html body div.calculators div .mainValueText {
        font-size: 25px;
        color: #636466;
    }

    html body div.calculators .row.my-container {
        padding: 30px;
    }

    html body div.calculators .mainOutputWrap {
        text-align: left;
        position: relative;
        margin: 25px 0px 20px 24px;
        padding: 0px 40px;
    }

    html body div.calculators .mainValue {
        margin-bottom: 40px;
    }

    html body div.calculators .mainValue, html body div.calculators .mainValuePMI {
        font-size: 36px;
        color: #636466;
        line-height: 32px;
        font-weight: 400;
    }

    html body div.calculators .mainOutputWrap .col-sm-4.col-7 {
        text-align: right;
        font-weight: bold;
    }
}





@media (max-width: 400px) {
    div.calculators .wrapper.col-2 {
        width: 100%
    }
}

div.calculators .wrapper canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

div.calculators .toolbar {
    display: flex;
}

    div.calculators .toolbar > * {
        margin: 0 8px 0 0;
    }

div.calculators .btn {
    background-color: #aaa;
    border-radius: 4px;
    color: white;
    padding: 0.25rem 0.75rem;
}

    div.calculators .btn .fa {
        font-size: 1rem;
    }

    div.calculators .btn:hover {
        background-color: #888;
        color: white;
        text-decoration: none;
    }

div.calculators .btn-chartjs {
    background-color: #f27173;
}

    div.calculators .btn-chartjs:hover {
        background-color: #e25f5f;
    }

div.calculators .btn-docs:hover {
    background-color: #2793db;
}

div.calculators .btn-docs {
    background-color: #36A2EB;
}

    div.calculators .btn-docs:hover {
        background-color: #2793db;
    }

div.calculators .btn-gh {
    background-color: #444;
}

    div.calculators .btn-gh:hover {
        background-color: #333;
    }

div.calculators .btn-on {
    border-style: inset;
}

div.calculators .chartjs-title {
    font-size: 2rem;
    font-weight: 600;
    white-space: nowrap;
}

    div.calculators .chartjs-title::before {
        background-image: url(../logo.html);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 40px;
        content: 'Chart.js | ';
        color: #f27173;
        font-weight: 600;
        padding-left: 48px;
    }

div.calculators .chartjs-caption {
    font-size: 1.2rem;
}

div.calculators .chartjs-links {
    display: flex;
    justify-content: center;
    padding: 8px 0;
}

    div.calculators .chartjs-links a {
        align-items: center;
        display: flex;
        font-size: 0.9rem;
        margin: 0.2rem;
    }

    div.calculators .chartjs-links .fa:before {
        margin-right: 0.5em;
    }

div.calculators .samples-category {
    display: inline-block;
    margin-bottom: 32px;
    vertical-align: top;
    width: 25%;
}

    div.calculators .samples-category > .title {
        color: #aaa;
        font-weight: 300;
        font-size: 1.5rem;
    }

    div.calculators .samples-category:hover > .title {
        color: black;
    }

    div.calculators .samples-category > .items {
        padding: 8px 0;
    }

div.calculators .samples-entry {
    padding: 0 0 4px 0;
}

    div.calculators .samples-entry > .title {
        font-weight: 700;
    }

@media (max-width: 640px) {
    div.calculators .samples-category {
        width: 33%;
    }
}

@media (max-width: 512px) {
    div.calculators .samples-category {
        width: 50%;
    }
}

@media (max-width: 420px) {
    div.calculators .chartjs-caption {
        font-size: 1.05rem;
    }

    div.calculators .chartjs-title::before {
        content: '';
    }

    div.calculators .chartjs-links a {
        flex-direction: column;
    }

    div.calculators .chartjs-links .fa {
        margin: 0
    }

    div.calculators .samples-category {
        width: 100%;
    }

    html body div.legacy.calculators .btn.btn-adv {
        background-color: transparent;
        border-radius: 0;
        color: #f68121;
        padding: 0.25rem 0.75rem;
        border: 0px;
        position: relative;
        bottom: 0px;
    }

        html body div.legacy.calculators .btn.btn-adv:after {
            content: ">";
            font-size: 14px;
            font-weight: bold;
            position: relative;
        }
}

div.calculators .analyser table {
    color: #333;
    font-size: 0.9rem;
    margin: 8px 0;
    width: 100%
}

div.calculators .analyser th {
    background-color: #f0f0f0;
    padding: 2px;
}

div.calculators .analyser td {
    padding: 2px;
    text-align: center;
}

div.calculators .cal-container {
    border: 2px solid #ababab;
    margin: auto;
    border-radius: 8px;
    margin: 50px auto;
}

div.calculators .my-container {
    background: #eaeaea;
    padding-bottom: 60px;
}

html body div.calculators #down-slide {
    margin: 20px 0px 0px 0px;
    width: calc(100% - 70px);
}

html body div.calculators #slide-wrapper {
    width: 100%;
}

html body div.calculators .perc-symbol {
    position: absolute;
    right: -10px;
    top: 14px;
}

html body div.calculators #slide-wrapper #perc-wrap {
    padding: 5px 0px;
    text-align: center;
    float: right;
    position: absolute;
    right: 16px;
    width: 50px;
}

html body div.calculators #down-perc {
    padding: 7px 5px 7px 3px;
    width: 66px;
}

html body div.calculators .btn.btn-adv {
    background-color: transparent;
    border-radius: 0;
    color: #f68121;
    padding: 0.25rem 0.75rem;
    border: 0px;
    position: relative;
}

div.calculators .arrowWrap {
    width: 120px;
    margin: auto;
    text-align: center;
    position: relative;
}

div.calculators .btn-primary.btn-adv.focus, .btn-primary.btn-adv:focus {
    box-shadow: unset;
    background: #eaeaea;
}

div.calculators .mainOutputWrap {
    text-align: left;
    position: relative;
    margin: 75px 0px 0px 24px;
}

div.calculators .arrow {
    border: solid #eaeaea;
    border-width: 0 20px 20px 0;
    display: inline-block;
    padding: 8px;
    position: absolute;
    top: -17px;
}

div.calculators .mainValueText {
    font-size: 30px;
    color: #636466;
}

div.calculators .mainValue {
    font-size: 50px;
    color: #636466;
    line-height: 32px;
    font-weight: 400;
}

div.calculators .mainValueWrap {
    width: 100%;
    text-align: center;
    height: auto;
    position: relative;
    top: calc(56% - 95px);
}

div.calculators .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}


html body .calculators .analyser table {
    color: #333;
    font-size: 0.9rem;
    margin: 8px 0;
    width: 100%
}

html body .calculators .analyser th {
    background-color: #f0f0f0;
    padding: 2px;
}

html body .calculators .analyser td {
    padding: 2px;
    text-align: center;
}

html body .calculators .cal-container {
    border: 2px solid #ababab;
    margin: auto;
    border-radius: 8px;
    margin: 50px auto;
}

html body .calculators .my-container {
    background: #eaeaea;
    padding-bottom: 60px;
}

html body div.calculators #down-slide {
    margin: 20px 0px 0px 0px;
    width: calc(100% - 70px);
}

html body div.calculators #slide-wrapper {
    width: 100%;
}

html body .calculators.legacy #perc-wrap #down-perc {
    border-left: 1px solid #a9a9a9;
    padding-left: 10px;
}

html body .calculators.legacy #perc-wrap .perc-symbol {
    position: absolute;
    right: -10px;
    top: 10px;
}

html body div.calculators .perc-symbol {
    position: absolute;
    right: -10px;
    top: 14px;
}

html body div.calculators #slide-wrapper #perc-wrap {
    padding: 5px 0px;
    text-align: center;
    float: right;
    position: absolute;
    top: 14px;
    right: 16px;
    width: 50px;
}

html body div.calculators #down-perc {
    padding: 7px 5px 7px 3px;
    width: 66px;
}

html body div.calculators .btn.btn-adv {
    background-color: transparent;
    border-radius: 0;
    color: #f68121;
    padding: 0.25rem 0.75rem;
    border: 0px;
    position: relative;
}

html body .calculators .arrowWrap {
    width: 120px;
    margin: auto;
    text-align: center;
    position: relative;
}

html body .calculators .btn-primary.btn-adv.focus, html body .calculators .btn-primary.btn-adv:focus {
    box-shadow: unset;
    background: #eaeaea;
}

html body .calculators .int-label {
    position: relative;
    top: 15px;
}

html body .calculators .mainOutputWrap {
    text-align: left;
    position: relative;
    margin: 75px 0px 0px 24px;
}

html body div.calculators .down-slide {
    margin: 20px 0px 0px 0px;
    width: calc(100% - 70px) !important;
}

html body div.calculators .slide-wrapper {
    width: 100%;
}

html body .calculators.legacy .slide-wrapper .perc-wrap .down-perc {
    border-left: 1px solid #a9a9a9;
    padding-left: 10px;
    font-size: 14px;
}

html body .calculators.legacy .perc-wrap .perc-symbol {
    position: absolute;
    right: -10px;
    top: 10px;
}

html body div.calculators .perc-symbol {
    position: absolute;
    right: -10px;
    top: 14px;
}

html body div.calculators .slide-wrapper .perc-wrap {
    padding: 5px 0px;
    text-align: center;
    float: right;
    position: absolute;
    top: 14px;
    right: 16px;
    width: 50px;
}

html body div.calculators .slide-wrapper .down-perc {
    padding: 7px 5px 7px 3px;
    width: 66px;
    font-size: 14px;
}

html body .calculators .arrow {
    border: solid #eaeaea;
    border-width: 0 20px 20px 0;
    display: inline-block;
    padding: 8px;
    position: absolute;
    top: -17px;
}

html body .calculators .mainValueText {
    font-size: 30px;
    color: #636466;
}

html body .calculators .mainValue {
    font-size: 50px;
    color: #636466;
    line-height: 32px;
    font-weight: 400;
}

html body .calculators .legacy .mainValueWrap {
    width: 100%;
    text-align: center;
    height: auto;
    position: relative;
    top: 100px;
}

html body .calculators .mainValueWrap {
    width: 100%;
    text-align: center;
    height: auto;
    position: relative;
    top: calc(56% - 95px);
}

html body .calculators .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
