article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

    a:focus {
        outline: thin dotted;
    }

    a:active,
    a:hover {
        outline: 0;
    }

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}
/*----------------------------------------------------//
//------------------Page Foundation------------------//
//--------------------------------------------------*/
html {
    background: #ebebeb;
}

html,
body {
    background: #fff;
    height: 100%;
    font-family: 'Noto Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    line-height: 21px;
    color: #333;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div:focus {
    outline: none;
}

hr {
    background-color: #e9e9e9;
    border: 1px;
    margin: 10px 0;
    padding: 0;
    height: 1px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    hr.inset {
        background-color: #a7a7a7;
        -webkit-box-shadow: 0 1px 1px #ffffff;
        -moz-box-shadow: 0 1px 1px #ffffff;
        box-shadow: 0 1px 1px #ffffff;
    }

* {
    font-weight: normal;
}

a {
    color: #1570a6;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

    a:hover {
        color: #1b8fd3;
    }

h1 {
    margin-top: 0;
    font-size: 26px;
    color: #439639;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h1,
h2 {
    font-weight: normal;
}

p {
    margin: 0;
}

h3,
h4 {
    margin-top: 0;
    margin-bottom: 10px;
}
/*----------------------------------------------------//
//-----------------Additional Resets------------------//
//--------------------------------------------------*/
ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

input[type="text"]::-ms-clear {
    display: none;
}

form {
    display: inline-block;
}

select {
    background: none;
    border: none;
    font-weight: bold;
}

.clear {
    clear: both;
}

/*----------------------------------------------------//
//------------------Grid Layout------------------//
//--------------------------------------------------*/


.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.nsp-col-2:first-of-type,
.nsp-col-3:first-of-type,
.nsp-col-4:first-of-type,
.nsp-col-5:first-of-type,
.nsp-col-6:first-of-type,
.nsp-col-8:first-of-type,
.nsp-col-10:first-of-type,
.nsp-col-12:first-of-type {
    padding-left: 0;
}

.nsp-col-2:first-of-type,
.nsp-col-3:first-of-type,
.nsp-col-4:first-of-type,
.nsp-col-5:first-of-type,
.nsp-col-6:first-of-type,
.nsp-col-8:first-of-type,
.nsp-col-10:first-of-type,
.nsp-col-12:first-of-type {
    padding-right: 0;
}

.nsp-col-2,
.nsp-col-3,
.nsp-col-4,
.nsp-col-5,
.nsp-col-6,
.nsp-col-7,
.nsp-col-8,
.nsp-col-9,
.nsp-col-10,
.nsp-col-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    height: 100%;
}

.nsp-col-2 {
    width: 16.6666%;
}

.nsp-col-3 {
    width: 25%;
}

.nsp-col-4 {
    width: 33.33333333%;
}

.nsp-col-5 {
    width: 46.66666667%;
}

.nsp-col-6 {
    width: 50%;
}

.nsp-col-7 {
    width: 53.33333333%;
}

.nsp-col-8 {
    width: 66.66666667%;
}

.nsp-col-9 {
    width: 75%;
}

.nsp-col-10 {
    width: 80%;
}

.nsp-col-12 {
    width: 100%;
    padding-right: 0;
    float: none;
}





/*----------------------------------------------------//
//------------------Main App Layout------------------//
//--------------------------------------------------*/

/* For Header */
header {
    display: block;
    width: 100%;
    height: auto;
    background: #006695;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 50px;
    z-index: 100;
    padding-bottom: 10px;
}

@media print {
    header {
        position: relative !important;
        top: 12em;
    }
}

header .main-header {
    display: block;
    width: 100%;
    height: 77px;
    margin-top: 10px;
    border: 2px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 0 20px;
}

.header-page3 .main-header {
}

header .chart-icon {
    display: block;
    width: 26px;
    height: 26px;
    background: url('../i/chart.png');
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-position: 1px 1px;
    position: absolute;
    right: 13px;
    top: 32px;
    z-index: 10;
}

header .main-header .name-company {
    display: inline-block;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
}

    header .main-header .name-company span {
        display: block;
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        margin-top: 10px;
    }

header .main-header .breadcrumbs {
    display: inline-block;
}

    header .main-header .breadcrumbs a {
        display: inline-block;
        color: #fff;
        font-size: 12px;
    }

        header .main-header .breadcrumbs a:hover {
            font-size: 13px;
        }

    header .main-header .breadcrumbs span {
        display: inline-block;
        color: #fff;
        font-size: 12px;
    }

    header .main-header .breadcrumbs .arrow:before {
        content: "\2192";
    }

/*quote*/
header .main-header .quote {
    color: #fff;
    font-size: 16px;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
}

    header .main-header .quote .text {
        margin-bottom: 5px;
        overflow: hidden;
    }

        header .main-header .quote .text.data {
            margin-top: 9px;
        }

        header .main-header .quote .text :first-child {
            width: 58%;
            text-align: right;
            float: left;
            padding-right: 8px;
        }

        header .main-header .quote .text :last-child {
            float: right;
            width: 40%;
            text-align: right;
        }

            header .main-header .quote .text :last-child .input-dashboard {
                text-align: right;
                border: none;
                background: #fff;
                color: #1570a6;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                width: 100%;
                text-align: right;
                padding-right: 5px;
            }

            header .main-header .quote .text :last-child .input-dashboard-above {
                text-align: right;
                padding-right: 5px;
            }

        header .main-header .quote .text .number {
            width: 40%;
            background: #fff;
            text-align: center;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            color: #1570a6;
        }

            header .main-header .quote .text .number.data-enty {
                background: none;
                color: #fff;
                padding-right: 0;
                text-align: right;
            }

            header .main-header .quote .text .number input {
                display: block;
                border: none;
                height: 100%;
                width: 100%;
                text-align: right;
                color: #1570a6;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
            }

header .main-header .pay {
    color: #fff;
    font-size: 16px;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

    header .main-header .pay .text {
        margin-bottom: 5px;
        overflow: hidden;
    }

        header .main-header .pay .text.clone {
            margin-top: 9px;
        }

        header .main-header .pay .text :last-child {
            float: right;
            width: 36%;
            text-align: right;
        }

        header .main-header .pay .text :first-child {
            float: left;
            width: 63%;
            text-align: right;
        }

        header .main-header .pay .text :last-child .input-dashboard {
            text-align: right;
            border: none;
            background: #fff;
            color: #1570a6;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            width: 100%;
            text-align: right;
            padding-right: 5px;
        }

        header .main-header .pay .text :last-child .input-dashboard-above {
            text-align: right;
            border: none;
            background: #fff;
            color: #1570a6;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            width: 100%;
            text-align: right;
            padding-right: 5px;
        }

/*header .main-header .pay .text .number {
            width: 40%;
            background: #fff;
            text-align: center;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            color: #1570a6;
        }*/


/* For Sub header */
header .sub-header {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding-top: 13px;
}

    header .sub-header p {
        font-weight: 600;
    }

header .back-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../i/back.png');
    position: absolute;
    right: 15px;
    top: 98px;
}

header .donut-icon {
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url('../i/donut.png');
    position: absolute;
    left: 15px;
    top: 88px;
}

header.header-page3 .donut-icon {
    top: 28px;
    right: 10px;
}

header .save-icon {
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url('../i/Save.png');
    position: absolute;
    right: 10px;
    top: 10px;
}

header .table-header {
    width: auto;
    margin: 0 -30px;
}

    header .table-header table {
        width: 100%;
    }

    header .table-header th {
        text-align: right;
        padding: 0 10px;
    }

        header .table-header th:nth-child(1) {
            width: 36%;
        }

        header .table-header th:nth-child(2) {
            width: 22%;
        }

        header .table-header th:nth-child(3) {
            width: 22%;
        }

        header .table-header th:nth-child(4) {
            width: 16.667%;
            padding-right: 32px;
        }
/* For Main Container */
.main-container {
    display: block;
    padding-top: 97px;
    position: relative;
    padding-left: 0;
}

    .main-container .text {
        display: block;
        color: #006595;
        font-size: 16px;
        background: #DBEEF4;
        padding: 15px 50px 5px;
        line-height: 25px;
        position: relative;
    }

        .main-container .text .main-text {
            display: block;
            margin-bottom: 10px;
            height: 160px;
            overflow: auto;
            text-align: justify;
        }

        .main-container .text:before {
            content: "";
            width: 91px;
            height: 51px;
            background: url('../i/arrow.png');
            background-size: 100%;
            -webkit-background-size: 100%;
            -moz-background-size: 100%;
            position: absolute;
            bottom: -50px;
            left: 50%;
            margin-left: -45px;
            z-index: 10;
        }

    .main-container .wheel-container {
        display: block;
        width: 100%;
        position: relative;
        margin-top: 0;
        padding-top: 20px;
    }

        .main-container .wheel-container .wheel {
            height: 600px;
            width: 600px;
            margin: 0 auto;
            position: relative;
            background-image: url("../i/company-logo-600.png");
        }

            .main-container .wheel-container .wheel .wheel-background {
                height: 100%;
                width: 100%;
            }

            .main-container .wheel-container .wheel .wheel-avatar {
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                width: 51.5px;
                height: 132px;
                margin-left: -25.75px;
                margin-top: -66px;
                background-image: url("../i/Buisness-Avatr_green.png");
                background-repeat: no-repeat;
                background-size: cover;
                -moz-background-size: cover;
                -webkit-background-size: cover;
            }

            .main-container .wheel-container .wheel .wheel-caption {
                position: absolute;
                display: block;
                vertical-align: middle;
                cursor: pointer;
                font-style: normal;
                font-weight: 100;
                font-size: 20px;
                font-family: Impact, Charcoal, sans-serif;
                line-height: 1;
                outline: none;
                color: white;
            }

                .main-container .wheel-container .wheel .wheel-caption:hover {
                    font-size: 22px;
                    line-height: 1.3;
                }

                .main-container .wheel-container .wheel .wheel-caption span {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                    text-align: center;
                }

@media (max-width: 600px) {
    .main-container .wheel-container .wheel {
        height: 350px;
        width: 350px;
        background-image: url("../i/company-logo-350.png");
    }

        .main-container .wheel-container .wheel .wheel-avatar {
            width: 38.625px;
            height: 99px;
            margin-left: -19.3125px;
            margin-top: -49.5px;
        }

        .main-container .wheel-container .wheel .wheel-caption {
            font-size: 12px;
        }

            .main-container .wheel-container .wheel .wheel-caption:hover {
                font-size: 13px;
            }
}

@media (max-width: 400px) {
    .main-container .wheel-container .wheel {
        height: 300px;
        width: 300px;
        background-image: url("../i/company-logo-300.png");
    }

        .main-container .wheel-container .wheel .wheel-caption {
            font-size: 10px;
        }

            .main-container .wheel-container .wheel .wheel-caption:hover {
                font-size: 11px;
            }
}

/* For Main Container Clone */

.main-container-clone {
    display: block;
    padding-top: 165px;
    position: relative;
    padding-left: 0;
    background: #E5EFF4;
}

    .main-container-clone .bucket-table {
        display: block;
        width: 100%;
        padding: 0 20px;
        padding-top: 10px;
    }
        /*table*/
        .main-container-clone .bucket-table table {
            border-collapse: collapse;
            border-spacing: 0;
        }

            .main-container-clone .bucket-table table.table-standard {
                -webkit-border-radius: 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 0;
                -moz-background-clip: padding;
                border-radius: 0;
                background-clip: padding-box;
                border-collapse: inherit;
                margin: 0;
            }

                .main-container-clone .bucket-table table.table-standard thead {
                    font-size: 16px;
                }

                    .main-container-clone .bucket-table table.table-standard thead tr {
                        width: 100%;
                    }

                        .main-container-clone .bucket-table table.table-standard thead tr th {
                            word-wrap: break-word;
                        }

                            .main-container-clone .bucket-table table.table-standard thead tr th:nth-child(1) {
                                width: 36%;
                                text-align: left;
                                border-top-left-radius: 6px;
                                -webkit-border-top-left-radius: 6px;
                                -moz-border-top-left-radius: 6px;
                            }

                            .main-container-clone .bucket-table table.table-standard thead tr th:last-child {
                                border-top-right-radius: 6px;
                                -webkit-border-top-right-radius: 6px;
                                -moz-border-top-right-radius: 6px;
                            }

                            .main-container-clone .bucket-table table.table-standard thead tr th:nth-child(1) a {
                                display: inline-block;
                                color: #fff;
                                line-height: 20px;
                                font-size: 18px;
                                font-weight: 600;
                                width: 100%;
                            }

                                .main-container-clone .bucket-table table.table-standard thead tr th:nth-child(1) a:before {
                                    content: "";
                                    display: inline-block;
                                    width: 20px;
                                    height: 20px;
                                    background: url('../i/sub.png');
                                    background-size: 100%;
                                    -webkit-background-size: 100%;
                                    -moz-background-size: 100%;
                                }

        .main-container-clone .bucket-table.active table.table-standard thead tr th:nth-child(1) a:before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url('../i/minus.png');
            background-size: 100%;
            -webkit-background-size: 100%;
            -moz-background-size: 100%;
        }

.main-container-clone .bucket-table table.table-standard thead tr th:nth-child(1) a span {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    white-space: normal;
}

.main-container-clone .bucket-table table.table-standard thead tr th:nth-child(2) {
    width: 22%;
    font-weight: 600;
    font-size: 18px;
}

.main-container-clone .bucket-table table.table-standard thead tr th:nth-child(3) {
    width: 22%;
    font-weight: 600;
    font-size: 18px;
}

.main-container-clone .bucket-table table.table-standard thead tr th:nth-child(4) {
    width: 16.667%;
    font-weight: 600;
    font-size: 18px;
    padding-right: 32px;
}

    .main-container-clone .bucket-table table.table-standard thead tr th:nth-child(2) span,
    .main-container-clone .bucket-table table.table-standard thead tr th:nth-child(3) span,
    .main-container-clone .bucket-table table.table-standard thead tr th:nth-child(4) span {
        display: none;
    }

.main-container-clone .bucket-table:nth-child(1) table.table-standard thead tr th:nth-child(2) span,
.main-container-clone .bucket-table:nth-child(1) table.table-standard thead tr th:nth-child(3) span,
.main-container-clone .bucket-table:nth-child(1) table.table-standard thead tr th:nth-child(4) span {
    display: block;
    text-align: right;
}

.main-container-clone .bucket-table table.table-standard > thead th {
    background-color: #006595;
    color: #fff;
    padding: 10px;
    white-space: nowrap;
}

.main-container-clone .bucket-table table.table-standard td {
    padding: 10px;
    font-size: 17px;
}

.main-container-clone .bucket-table table.table-standard .data {
    display: none;
}

    .main-container-clone .bucket-table table.table-standard .data td {
        position: relative;
    }

    .main-container-clone .bucket-table table.table-standard .data .percent {
        position: absolute;
        right: 32px;
        top: 13px;
    }

    .main-container-clone .bucket-table table.table-standard .data .usa-money {
        position: absolute;
        left: 17%;
        top: 13px;
    }

    .main-container-clone .bucket-table table.table-standard .data span.input-item-value {
        width: 90%;
        height: 30px;
        display: block;
        float: right;
        text-align: right;
        padding-top: 3px;
    }

    .main-container-clone .bucket-table table.table-standard .data span.input-item-percentage {
        margin-right: 23px;
    }

    .main-container-clone .bucket-table table.table-standard .data span.input-item-value:hover {
        background-color: #00abe8;
    }

    .main-container-clone .bucket-table table.table-standard .data input {
        width: 70%;
        text-align: center;
        background: transparent;
        border: 1px solid #006595;
        text-align: right;
        padding-right: 5px;
        float: right;
        margin-right: 8px;
    }

        .main-container-clone .bucket-table table.table-standard .data input.percentage-input {
            width: 50%;
            float: right;
            margin-right: 38px;
        }

.main-container-clone .bucket-table table.table-standard .title input {
    display: none;
}

.main-container-clone .bucket-table table.table-standard .data td:nth-child(2) {
    text-align: center;
}

.main-container-clone .bucket-table table.table-standard .data td:nth-child(3) {
    text-align: center;
}

.main-container-clone .bucket-table table.table-standard .data td:nth-child(4) {
    text-align: center;
}

.main-container-clone .bucket-table.active table.table-standard .data {
    display: table-row;
}

.main-container-clone .bucket-table table.table-standard td .table-sub {
    width: 100%;
}

.main-container-clone .bucket-table table.table-standard .title {
    display: none;
    padding: 10px 0;
    background: #fff;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding-left: 15px;
    font-size: 18px;
    background: #7F7F7F;
}

.main-container-clone .bucket-table.active table.table-standard .title {
    display: table-row;
}

.main-container-clone .bucket-table table.table-standard .title span {
    font-weight: 600;
}

.main-container-clone .bucket-table table.table-standard td .table-sub .title.hide {
    display: none;
}

.main-container-clone .bucket-table table.table-standard td .table-sub table {
    width: 100%;
}

    .main-container-clone .bucket-table table.table-standard td .table-sub table tr {
        width: 100%;
    }

.main-container-clone .bucket-table table.table-standard .data:nth-child(even) {
    background: #fff;
}

.main-container-clone .bucket-table table.table-standard .data:nth-child(odd) {
    background: #fafafa;
}

.main-container-clone .bucket-table table.table-standard .data td:nth-child(4) {
    position: relative;
}

.main-container-clone .bucket-table table.table-standard td .table-sub table tr td:nth-child(1) {
    width: 50%;
    padding-left: 15px;
}

.main-container-clone .bucket-table table.table-standard td .table-sub table tr td:nth-child(2) {
    width: 16.667%;
    text-align: center;
}

.main-container-clone .bucket-table table.table-standard td .table-sub table tr td:nth-child(3) {
    width: 16.667%;
    text-align: center;
}

.main-container-clone .bucket-table table.table-standard td .table-sub table tr td:nth-child(4) {
    width: 16.667%;
    text-align: center;
    position: relative;
}

.main-container-clone .bucket-table table.table-standard .data td:nth-child(4) .icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('../i/icon-hover.png');
    position: absolute;
    right: 2px;
    top: 15px;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
}

.main-container-clone .bucket-table table.table-standard tr.has-tooltip td:nth-child(4) .icon {
    background: url('../i/icon-hover-inverted.png');
    background-size: 100%;
}
/*tooltip*/
.main-container-clone .bucket-table table.table-standard td .tooltip {
    display: none;
}

    .main-container-clone .bucket-table table.table-standard td .tooltip.active {
        display: block;
        position: absolute;
        text-align: left;
        width: 250px;
        height: auto;
        z-index: 10;
        right: 0px;
        top: 56px;
        border: 1px solid #006695;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.2);
    }

        .main-container-clone .bucket-table table.table-standard td .tooltip.active .header-tool {
            display: block;
            width: 100%;
            background: #006595;
            float: left;
            padding: 5px;
        }

        .main-container-clone .bucket-table table.table-standard td .tooltip.active .title-note {
            display: inline-block;
            font-size: 13px;
            color: #fff;
            float: left;
            width: 50%;
            text-align: center;
            padding: 5px;
        }

            .main-container-clone .bucket-table table.table-standard td .tooltip.active .title-note.label {
                display: inline-block;
                float: left;
                width: 50%;
                background: #fff;
                color: #006695;
                font-size: 13px;
                border: 1px solid #006695;
                padding: 5px;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                text-align: center;
            }

        .main-container-clone .bucket-table table.table-standard td .tooltip.active .main-tool {
            display: block;
            width: 100%;
            background: #DBEEF4;
            border-top: none;
            padding: 10px;
            text-align: left;
            padding-bottom: 20px;
            border-radius: 0px 5px 5px 5px;
            -moz-border-radius: 0px 5px 5px 5px;
            -webkit-border-radius: 0px 5px 5px 5px;
            color: #333;
        }

            .main-container-clone .bucket-table table.table-standard td .tooltip.active .main-tool .tag-label {
                display: none;
            }

            .main-container-clone .bucket-table table.table-standard td .tooltip.active .main-tool.tag-label-active .tag-label {
                display: block;
            }

            .main-container-clone .bucket-table table.table-standard td .tooltip.active .main-tool .tag-note {
                display: none;
            }

            .main-container-clone .bucket-table table.table-standard td .tooltip.active .main-tool.tag-note-active .tag-note {
                display: block;
                padding: 10px;
                resize: none;
                width: 100%;
                margin-top: 50px;
            }

        .main-container-clone .bucket-table table.table-standard td .tooltip.active .arrow {
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 13px solid #006595;
            position: absolute;
            right: 3px;
            top: -13px;
        }

            .main-container-clone .bucket-table table.table-standard td .tooltip.active .arrow.clone {
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 14px solid #006695;
                position: absolute;
                right: 3px;
                top: -15px;
            }

.main-container-clone .bucket-table table.table-standard tr.totals {
    background: #006595;
    color: #fff;
}

    .main-container-clone .bucket-table table.table-standard tr.totals td {
        text-align: center;
        position: relative;
    }

        .main-container-clone .bucket-table table.table-standard tr.totals td span.input-valueReadonly {
            width: 90%;
            height: 30px;
            display: block;
            float: right;
            text-align: right;
            padding-top: 3px;
        }

        .main-container-clone .bucket-table table.table-standard tr.totals td span.input-value {
            width: 90%;
            height: 30px;
            display: block;
            float: right;
            text-align: right;
            padding-top: 3px;
        }

            .main-container-clone .bucket-table table.table-standard tr.totals td span.input-value:hover {
                background-color: #00abe8;
            }

        .main-container-clone .bucket-table table.table-standard tr.totals td input {
            width: 70%;
            text-align: center;
            background: transparent;
            border: 1px solid #fff;
            color: #fff;
            font-weight: 600;
            text-align: right;
            padding-right: 5px;
            float: right;
        }

        .main-container-clone .bucket-table table.table-standard tr.totals td:nth-child(1) {
            font-weight: 600;
            text-align: left;
            padding-left: 42px;
            border-bottom-left-radius: 6px;
            -webkit-border-bottom-left-radius: 6px;
            -moz-border-bottom-left-radius: 6px;
        }

        .main-container-clone .bucket-table table.table-standard tr.totals td:last-child {
            border-bottom-right-radius: 6px;
            -webkit-border-bottom-right-radius: 6px;
            -moz-border-bottom-right-radius: 6px;
            padding-right: 32px;
        }

.main-container-clone .bucket-table table.table-standard td:last-child:after {
    display: none;
}

.main-container-clone .bucket-table table.table-standard.rounded {
    -webkit-border-radius: 6px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 6px;
    -moz-background-clip: padding;
    border-radius: 6px;
    background-clip: padding-box;
}

.main-container-clone .bucket-table table.table-standard.full-width {
    width: 100%;
}

.main-container-clone .total-informatin {
    display: block;
    width: 100%;
    padding: 0 20px;
    padding-bottom: 70px;
}

    .main-container-clone .total-informatin ul {
        display: block;
        background: #fff;
        padding: 20px;
        padding-right: 0;
    }

        .main-container-clone .total-informatin ul li {
            display: block;
            padding: 0 13px;
            margin-bottom: 10px;
            padding-right: 0;
            overflow: hidden;
        }

            .main-container-clone .total-informatin ul li .group {
                display: block;
            }

                .main-container-clone .total-informatin ul li .group .text {
                    display: inline-block;
                    color: #006695;
                    font-size: 16px;
                    width: 35.5%;
                    vertical-align: top;
                    text-align: left;
                    margin-top: 10px;
                    float: left;
                    font-weight: bold;
                }

                    .main-container-clone .total-informatin ul li .group .text.not {
                        font-weight: normal;
                    }

                .main-container-clone .total-informatin ul li .group .text-bold {
                    display: inline-block;
                    color: #333;
                    font-weight: 600;
                    font-size: 16px;
                    margin-top: 10px;
                    float: left;
                    text-align: left;
                    width: 19%;
                    text-align: right;
                }

                .main-container-clone .total-informatin ul li .group .over-number {
                    display: inline-block;
                    width: 64%;
                    float: right;
                }

                    .main-container-clone .total-informatin ul li .group .over-number .number {
                        display: block;
                        width: 100%;
                        background: #7F7F7F;
                        color: #fff;
                        overflow: hidden;
                    }

                        .main-container-clone .total-informatin ul li .group .over-number .number.last-two {
                            background-color: #fff;
                            color: #333;
                        }

                            .main-container-clone .total-informatin ul li .group .over-number .number.last-two span {
                                font-weight: 600;
                            }

            .main-container-clone .total-informatin ul li:nth-child(2) .group .over-number .number {
                display: block;
                width: 100%;
                background: #009600;
                color: #fff;
            }

            .main-container-clone .total-informatin ul li:nth-child(3) .group .over-number .number {
                display: block;
                width: 100%;
                background: #006695;
                color: #fff;
            }

            .main-container-clone .total-informatin ul li:nth-child(4) .group .over-number .number {
                display: block;
                width: 100%;
                background: #006695;
                color: #fff;
            }

            .main-container-clone .total-informatin ul li .group .over-number .number span {
                display: inline-block;
                width: 36%;
                text-align: right;
                font-size: 17px;
                padding: 10px 11px 10px 0;
                border-right: 1px solid #fff;
                float: left;
            }

                .main-container-clone .total-informatin ul li .group .over-number .number span:last-child {
                    border: none;
                    width: 28%;
                    padding-right: 32px;
                }

/* For Modal Indirect */
.overlay {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.modal-indirect.overlay.show {
    display: block;
}

    .modal-indirect.overlay.show .main-modal-over {
        display: block;
        width: 600px;
        height: 320px;
        position: fixed;
        left: 50%;
        margin-left: -300px;
        top: 50%;
        margin-top: -160px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    }

    .modal-indirect.overlay.show.liability .main-modal-over {
        height: 217px;
        margin-top: -109px;
    }

    .modal-indirect.overlay.show.soft .main-modal-over {
        height: 217px;
        margin-top: -109px;
    }

    .modal-indirect.overlay.show .main-modal-over .header-modal {
        display: block;
        color: #fff;
        background-image: -webkit-linear-gradient(bottom, #666666 0, #808080 100%);
        background-image: -moz-linear-gradient(bottom, #666666 0, #808080 100%);
        background-image: -o-linear-gradient(bottom, #666666 0, #808080 100%);
        background-image: linear-gradient(to top, #666666 0, #808080 100%);
        -webkit-border-top-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -webkit-background-clip: padding-box;
        -moz-border-radius-topright: 6px;
        -moz-background-clip: padding;
        border-top-right-radius: 6px;
        background-clip: padding-box;
        padding: 10px 15px;
        margin: 0;
        font-size: 16px;
    }

        .modal-indirect.overlay.show .main-modal-over .header-modal .cancel {
            display: inline-block;
            width: 15px;
            height: 15px;
            background: url('../i/cancel-icon.png');
            background-size: 100%;
            -moz-background-size: 100%;
            -webkit-background-size: 100%;
            position: absolute;
            right: 20px;
            top: 12.5px;
        }

    .modal-indirect.overlay.show .main-modal-over .main-modal {
        display: block;
        width: 100%;
        padding-left: 30px;
        background: #fff;
        padding-bottom: 15px;
        border-radius: 0px 0px 10px 10px;
        -webkit-border-radius: 0px 0px 10px 10px;
        -moz-border-radius: 0px 0px 10px 10px;
        border: 1px solid #00abe8;
        border-top: none;
        background: #fff;
        color: #333;
    }

.main-modal table.table-standard {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border-collapse: inherit;
    margin: 0;
}

    .main-modal table.table-standard td {
        padding: 8px;
        font-size: 17px;
        text-align: left;
    }

        .main-modal table.table-standard td:last-child {
            width: 40%;
        }

        .main-modal table.table-standard td input {
            text-align: right;
        }

        .main-modal table.table-standard td.text-right {
            text-align: right;
        }

        .main-modal table.table-standard td span.calc-result {
            font-weight: bold;
            width: 90%;
            height: 27px;
            display: block;
            float: right;
            text-align: right;
            padding-top: 3px;
            margin-right: 8px;
        }

    /*.main-modal table.table-standard {
            display: none;
        }

            .main-modal table.table-standard td {
                position: relative;
            }*/

    .main-modal table.table-standard .percent {
        position: absolute;
        left: 65%;
        top: 54px;
    }

    .main-modal table.table-standard .usa-money {
        position: absolute;
        left: 65%;
        top: 13px;
    }

    .main-modal table.table-standard span.input-item-value {
        width: 90%;
        height: 27px;
        display: block;
        float: right;
        text-align: right;
        padding-top: 3px;
        margin-right: 8px;
    }

        /*.main-modal table.table-standard span.input-item-percentage {
                margin-right: 23px;
            }*/

        .main-modal table.table-standard span.input-item-value:hover {
            background-color: #00abe8;
        }

    .main-modal table.table-standard input {
        width: 70%;
        /*text-align: center;*/
        background: transparent;
        border: 1px solid #006595;
        text-align: right;
        padding-right: 5px;
        float: right;
        margin-right: 8px;
    }

        .main-modal table.table-standard input.percentage-input {
            width: 70%;
            float: right;
            margin-right: 8px;
        }


.modal-indirect.overlay.show.popup-confirm .main-modal-over .main-modal {
    height: 279px;
    position: relative;
    text-align: center;
    padding-left: 0;
}

    .modal-indirect.overlay.show.popup-confirm .main-modal-over .main-modal .button {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 35px;
    }

        .modal-indirect.overlay.show.popup-confirm .main-modal-over .main-modal .button a {
            display: inline-block;
            width: 160px;
            padding: 15px 0;
            color: #fff;
            font-size: 18px;
            border-radius: 15px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
        }

            .modal-indirect.overlay.show.popup-confirm .main-modal-over .main-modal .button a.yes {
                background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlOTkyNDYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q3NGQyNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
                background-image: -webkit-linear-gradient(top, #e99246 0, #d74d25 100%);
                background-image: -moz-linear-gradient(top, #e99246 0, #d74d25 100%);
                background-image: -o-linear-gradient(top, #e99246 0, #d74d25 100%);
                background-image: linear-gradient(to bottom, #e99246 0, #d74d25 100%);
                border: 1px solid #dc5b2c;
                margin-right: 5px;
            }

            .modal-indirect.overlay.show.popup-confirm .main-modal-over .main-modal .button a.no {
                position: relative;
                border: 1px solid #606060;
                background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3YzdjN2MiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYwNjA2MCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
                background-image: -webkit-linear-gradient(top, #7c7c7c 0, #606060);
                background-image: -moz-linear-gradient(top, #7c7c7c 0, #606060);
                background-image: -o-linear-gradient(top, #7c7c7c 0, #606060);
                background-image: linear-gradient(to bottom, #7c7c7c 0, #606060);
                -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
                -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
                color: #fff;
                text-shadow: 1px -1px 0 rgba(122, 122, 122, 0.7);
                text-transform: uppercase;
            }

.modal-indirect.overlay.show .main-modal-over .main-modal .title {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 20px;
    padding-top: 20px;
}

.modal-indirect.overlay.show .main-modal-over .main-modal .green-title {
    display: block;
    color: #439539;
    font-weight: 600;
    font-size: 16px;
    padding-top: 10px;
}

    .modal-indirect.overlay.show .main-modal-over .main-modal .green-title.clone {
        text-align: center;
        font-weight: 300;
        padding-top: 94px;
        padding-left: 0;
        font-size: 18px;
        line-height: 26px;
    }

.modal-indirect.overlay.show .main-modal-over .main-modal ul {
    display: block;
    width: 100%;
    padding-top: 10px;
}

    .modal-indirect.overlay.show .main-modal-over .main-modal ul li {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

        .modal-indirect.overlay.show .main-modal-over .main-modal ul li span:first-child {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            background: #666;
        }

        .modal-indirect.overlay.show .main-modal-over .main-modal ul li span:last-child {
            display: inline-block;
            font-size: 14px;
            color: #666;
            margin-left: 10px;
        }

#processing {
    color: white;
    position: absolute;
    /*z-index:5;*/
    width: inherit;
}

    #processing > div {
        background-color: #deedf7;
        border-color: #aed0ea;
        color: #006595;
        position: relative;
        top: auto;
        left: auto;
        width: 150px;
        height: auto;
        margin: 0 auto;
        text-align: center;
        display: block;
        padding: 6px;
        border-radius: 6px;
        border: 1px solid;
        margin-bottom: 10px;
    }

div .disclaimer {
    font-size: 80%;
    line-height: 120%;
    margin-left: auto;
    margin-right: auto;
    width: 768px;
}

#group-chart div div span {
    white-space: normal !important;
    width: 300px !important;
    left: 85px !important;
    padding-top: 0px !important;
}

td .inc-calc {
    font-size: 90%;
    float: right;
}

    td .inc-calc.reversed {
        background-color: #1570a6;
        color: white;
        border-radius: 6px;
        padding-left: 5px;
        padding-right: 5px;
    }
