.loading {
    background: white url("https://jqueryui.com/resources/demos/autocomplete/images/ui-anim_basic_16x16.gif") center center no-repeat;
}

.bootstrap-iso {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

    .bootstrap-iso *, .bootstrap-iso::after, .bootstrap-iso::before {
        box-sizing: border-box;
    }

    .bootstrap-iso p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .bootstrap-iso label {
        display: inline-block;
        margin-bottom: .5rem;
    }

    .bootstrap-iso button {
        border-radius: 0;
    }

        .bootstrap-iso button:focus {
            outline: 1px dotted;
            outline: 5px auto -webkit-focus-ring-color;
        }

    .bootstrap-iso button, .bootstrap-iso input, .bootstrap-iso select {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    .bootstrap-iso button, .bootstrap-iso input {
        overflow: visible;
    }

    .bootstrap-iso button, .bootstrap-iso select {
        text-transform: none;
    }

    .bootstrap-iso select {
        word-wrap: normal;
    }

    .bootstrap-iso [type=submit], .bootstrap-iso button {
        -webkit-appearance: button;
    }

        .bootstrap-iso [type=submit]:not(:disabled), .bootstrap-iso button:not(:disabled) {
            cursor: pointer;
        }

        .bootstrap-iso [type=submit]::-moz-focus-inner, .bootstrap-iso button::-moz-focus-inner {
            padding: 0;
            border-style: none;
        }

    .bootstrap-iso input[type=checkbox] {
        box-sizing: border-box;
        padding: 0;
    }

    .bootstrap-iso .h4 {
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .bootstrap-iso .h4 {
        font-size: 1.5rem;
    }

    .bootstrap-iso .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

@media (min-width:576px) {
    .bootstrap-iso .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .bootstrap-iso .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .bootstrap-iso .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .bootstrap-iso .container {
        max-width: 1140px;
    }
}

.bootstrap-iso .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .bootstrap-iso .form-control {
        transition: none;
    }
}

.bootstrap-iso .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.bootstrap-iso .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.bootstrap-iso .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.bootstrap-iso .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.bootstrap-iso .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.bootstrap-iso .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.bootstrap-iso .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.bootstrap-iso .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.bootstrap-iso .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .bootstrap-iso .btn {
        transition: none;
    }
}

.bootstrap-iso .btn:hover {
    color: #212529;
    text-decoration: none;
}

.bootstrap-iso .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.bootstrap-iso .btn:disabled {
    opacity: .65;
}

.bootstrap-iso .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .bootstrap-iso .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .bootstrap-iso .btn-info:focus {
        box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
    }

    .bootstrap-iso .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

.bootstrap-iso .btn-block {
    display: block;
    width: 100%;
}

.bootstrap-iso .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.bootstrap-iso .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .bootstrap-iso .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #007bff;
        background-color: #007bff;
    }

    .bootstrap-iso .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

    .bootstrap-iso .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .bootstrap-iso .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.bootstrap-iso .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

    .bootstrap-iso .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px;
    }

    .bootstrap-iso .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50%/50% 50%;
    }

.bootstrap-iso .custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.bootstrap-iso .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.bootstrap-iso .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5);
}

.bootstrap-iso .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .bootstrap-iso .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

    .bootstrap-iso .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .bootstrap-iso .custom-select::-ms-expand {
        display: none;
    }

.bootstrap-iso .custom-control-label::before, .bootstrap-iso .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .bootstrap-iso .custom-control-label::before, .bootstrap-iso .custom-select {
        transition: none;
    }
}

.bootstrap-iso .border {
    border: 1px solid #dee2e6 !important;
}

.bootstrap-iso .border-light {
    border-color: #f8f9fa !important;
}

.bootstrap-iso .mb-4 {
    margin-bottom: 1.5rem !important;
}

.bootstrap-iso .p-5 {
    padding: 1.5rem 3rem !important;
}

.bootstrap-iso .text-center {
    text-align: center !important;
}

@media print {
    .bootstrap-iso *, .bootstrap-iso ::after, .bootstrap-iso ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    .bootstrap-iso p {
        orphans: 3;
        widows: 3;
    }

    .bootstrap-iso .container {
        min-width: 992px !important;
    }
}

td {
    width: 50%;
}

tr {
    height: 24px;
}

.total th {
    font-weight: bold;
    color: rgb(208, 68, 55);
}

label {
    display: block !important;
}

/*!
 * Bootstrap v3.2.0 (https://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    /*bottom: 0;*/
    bottom: 1px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    /*right: 0;*/
    right: 1px;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #ffffff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #ffffff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #ffffff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #ffffff;
        bottom: -10px;
    }

.help-tip {
    display: inline-block;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 16px;
    font-size: 11px;
    background: #fafefe;
    border: 1px solid #a3aaaa;
    text-align: center;
    color: #7a7e7e;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
    cursor: default;
    text-decoration: none
}

    .help-tip:hover {
        color: #5a5e5e;
        background: #eaeeee;
        border-color: #9a9999;
        text-decoration: none;
        cursor: pointer;
    }
    .help-tip:focus {
        outline: 0;
    }

.popover_container {
    display: none;
}
#calcBtn:focus {
    box-shadow: none !important;
    outline: none !important;
}
#calcBtn:active {
    outline: 0;
}