/*!
 * Friends First implementation of Bootstrap Theme v3.3.5
 */

@media (min-width: 660px) and (max-width: 768px) {
    .col-sm-1.mb-fix1, .col-sm-1.mb-fix3 {
        top: 9px;
    }

}

@media (min-width: 660px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-3 {
        width: 25%;
        float: left
    }

    .col-sm-4 {
        width: 33.33333333%;
        float: left
    }

    .col-sm-5 {
        width: 41.66666667%;
        float: left
    }

    .col-sm-6 {
        width: 50% !important;
        float: left !important;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
        float: left
    }

    .col-sm-9 {
        float: left;
        width: 75%;
    }

    .col-md-5 {
        width: 41.66666667%;
        float: left;
    }

    .col-md-7 {
        width: 58.33333333%;
        float: left;
    }

    .col-sm-1.mb-fix1, .col-sm-1.mb-fix3 {
        width: 50px !important;
        display: inline-block !important;
    }

    .form-group div.col-xs-1 {
        margin-top: 0 !important;
    }

    .resetbtn {
        max-width: 150px !important;
        padding: 5px !important;
    }

    .row.ns:before {
        content: '+';
        position: absolute;
        font-size: 20px;
        color: #004fb6;
        left: 50%;
        top: 52%;
    }

    .deskfix {
        padding-left: 0 !important
    }

    .row.ns:before {
        content: '+';
        position: absolute;
        font-size: 20px;
        color: #004fb6;
        left: 50%;
        top: 52%;
    }

    .row.ns {
        position: relative
    }

    .sliderbox strong.ng-binding {
        top: -34px;
        right: -38px;
        position: absolute;
    }

    .container {
        width: 660px;
    }

    .visible-md {
        display: block !important;
    }
}

@media (max-width: 660px) {

    .col-sm-7 {
        padding: 6px 0 15px !important;
        min-height: 50px !important;
    }

    .tooltip-inner.ng-binding:after {
        top: 15px !important;
    }

    .form-group div.col-xs-1 {
        margin-top: 0 !important;
    }

    .accordion {
        font-weight: bold;
        margin-top: 7px;
        position: relative;
        background-image: none !important;
        background-repeat: no-repeat;
        background-position: right 58px center;
        background-color: #a99cc6;
        padding: 10px 50px 10px 10px !important;
        color: white;
        cursor: pointer;
        line-height: 200%;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
    }

    .mb-fix1, .mb-fix3 {
        width: 50px;
        display: inline-block !important;
    }

    .mb-fix2 {
        width: 130px;
        display: inline-block !important
    }

    .form-checkbox > input[type=checkbox] + label:before {
        margin-bottom: 10px;
    }

    .form-group {
        margin-bottom: 0;
    }

    .form-group div {
        margin-top: 10px;
    }

    .sliderbox {
        width: 130px;
        display: inline-block !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        margin: 10px 0;
    }

    .sliderbox .tab-rem, income-chart-coins-res {

        display: none !important;
    }

    .sliderbox strong.ng-binding {
        position: relative;
        top: -10px !important;
        margin: 0 auto;
        display: block;
        text-align: center
    }

    .tab-rem {
        display: none !important;
    }

    /*Angular Material Switch - start*/
    .md-thumb {
        margin-top: 0 !important;
    }

    .switchContainer div {
        margin-top: 0 !important;
    }

    .top-spacer {
        margin-top: 0;
    }

    /*Angular Material Switch - end*/
}

@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }

    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}

.top-spacer {
    margin-top: 33px;
}

.sliderbox {
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: inline-block;
    width: 240px;
}

.results .stateCoverChart {
    margin-bottom: 15px;
}

.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border: 0 solid #dedede;
}

.row {
    margin-right: 0;
    margin-left: 0;
    /*
        display: flex;
    */
}

.page-header {
    color: #684994;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.page-header h1 {
    font-weight: bold;
}

.page-header .logo {
    padding-right: 20px;
    border-right: 2px solid #F47B20;
}

.footer {
    border-top: 1px dotted #dedede;
    padding-top: 20px;
    width: 100%;
    clear: both;
}

/* loader */
.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left-color: #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader.ng-animate {
    -webkit-animation: none 0s;
    transition: 0s none;
    animation: 0s none;
}

.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;
    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor: progress;
}

.has-spinner.active .spinner {
    padding-right: 10px;
    opacity: 1;
    width: auto;
    /* This doesn't work, just fix for unknown width elements */
}

/* buttons */

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) !important;
    width: 100%;
    max-width: 323px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

/* button - primary */

.btn-primary:focus,
.btn-primary.focus {
    color: #004fb6;
    background-color: #fff979;
    border-color: #fff979;
}

.btn-primary:hover {
    color: #004fb6;
    background-color: #fff979;
    border-color: #fff979;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #004fb6;
    background-color: #ffd900;
    border-color: #ffd900;
    font-weight: bold;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #004fb6;
    font-weight: bold;
    border: 1px solid rgba(72, 47, 122, 1);
    //background: rgb(133, 110, 171);
    //background: -moz-linear-gradient(top, rgba(133, 110, 171, 1) 0%, rgba(104, 73, 148, 1) 100%);
    //background: -webkit-linear-gradient(top, rgba(133, 110, 171, 1) 0%, rgba(104, 73, 148, 1) 100%);
    //background: linear-gradient(to bottom, rgba(133, 110, 171, 1) 0%, rgba(104, 73, 148, 1) 100%);
    //filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#856eab', endColorstr='#684994', GradientType=0);
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background: #fff979;
    background: -moz-linear-gradient(top, #fff979 0%, #fff979 100%);
    background: -webkit-linear-gradient(top, #fff979 0%, #fff979 100%);
    background: linear-gradient(to bottom, #fff979 0%, #fff979 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff979', endColorstr='#fff979', GradientType=0);
    border-color: #fff979;
}

.btn-primary .badge {
    color: #F47B20;
    background-color: #fff;
}

.btn-primary {
    background: #ffd900;
    color: #004fb6;
    //background: -moz-linear-gradient(top, #f68a57 0%, #f15e27 100%);
    //background: -webkit-linear-gradient(top, #f68a57 0%, #f15e27 100%);
    //background: linear-gradient(to bottom, #f68a57 0%, #f15e27 100%);
    //filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f68a57', endColorstr='#f15e27', GradientType=0);
    border-color: #ffd900;
}

.btn-primary.result-btn {
    background: #ffd900;
    border: 1px solid #fff979;
}

.btn-primary.ca:focus,
.btn-primary.ca:active,
.btn-primary.ca:hover,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
    border: 1px solid rgba(72, 47, 122, 1);
    background-color: #004fb6;
    color: #fff;
    font-weight: bold;
}

/* button - success */

.btn-success {
    color: #fff;
    background-color: #836CA9;
    border-color: #836CA9;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #836CA9;
    border-color: #836CA9;
}

.btn-success:hover {
    color: #fff;
    background-color: #836CA9;
    border-color: #836CA9;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #836CA9;
    border-color: #836CA9;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #836CA9;
    border-color: #836CA9;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #836CA9;
    border-color: #836CA9;
}

.btn-success .badge {
    color: #836CA9;
    background-color: #fff;
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #836CA9 0%, #836CA9 100%);
    background-image: -o-linear-gradient(top, #836CA9 0%, #836CA9 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#836CA9), to(#836CA9));
    background-image: linear-gradient(to bottom, #836CA9 0%, #836CA9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #836CA9;
}

.btn-success:hover,
.btn-success:focus {
    background: #836CA9 0 -15px;
}

.btn-success:active,
.btn-success.active {
    background-color: #836CA9;
    border-color: #836CA9;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background: #836CA9 none;
}

.plus_btn {
    background-image: url('../../images/plusbtn.png');
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 5px;
    bottom: -2px;
    position: relative;
    width: 15px;
    height: 15px;
}

.minus_btn {
    background-image: url('../../images/minusbtn.png');
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 5px;
    bottom: -2px;
    position: relative;
    width: 15px;
    height: 15px;
}

/* panel */

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .00);
    box-shadow: 0 0 0 rgba(0, 0, 0, .00);
    background-color: transparent;
    border: none;
}

.panel-default p {
    color: #004fb6;
    font-weight: bold;
}

.panel-default .results p {
    color: #004fb6;
    font-weight: normal;

}

/* multiselect */

.multiselect-selected-text {
    text-shadow: none;
    color: #555;
}

.multiselect-container > li.multiselect-group label {
    color: #555;
}

.multiselect-container > li > a > label {
    color: #555;
}

/* checkboxes */

.form-checkbox label {
    margin-bottom: 0;
}

.form-checkbox > input[type=checkbox] {
    opacity: 0;
    float: left;
    margin-left: -20px;
}

/* to hide the checkbox itself */
.form-checkbox > input[type=checkbox] + label {
    cursor: pointer;
    line-height: 30px;
}

.form-checkbox > input[type=checkbox] + label:before {
    font-family: FontAwesome, sans-serif;
    font-weight: normal;
    float: left;
    display: inline-block;
    font-size: 24px;
    width: 30px !important;
    color: #004fb6;
}

.form-checkbox > input[type=checkbox] + label:before {
    content: "\f096";
}

/* unchecked icon */

.form-checkbox > input[type=checkbox] + label:before {
    letter-spacing: 10px;
}

/* space between checkbox and label */

.form-checkbox > input[type=checkbox]:checked + label:before {
    content: "\f046";
}

/* checked icon */

.form-checkbox > input[type=checkbox]:checked + label:before {
    letter-spacing: 10px;
    color: #004fb6;
}

input[type=checkbox]:hover + label:before {
    color: #ffd900;
}

input[type=checkbox]:focus + label:before {
    color: #ffd900;
}

/* allow space for check mark */

/* radio buttons */

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 1;
}

input[type=radio].with-font {
    color: #004fb6 !important;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    padding: 0;
    position: absolute;
    width: 1px;
}

input[type=radio].with-font + label {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    cursor: pointer;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    border-radius: 2px;
    font-size: 15px;
    line-height: 23px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c317f+0,4c317f+49,492683+51,4c317f+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e77b5+0,482f7a+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8abd2+0,907ab3+100 */
    background: #ffd900;
    /* Old browsers */
    //background: -moz-linear-gradient(top, rgba(184, 171, 210, 1) 0%, rgba(144, 122, 179, 1) 100%);
    /* FF3.6-15 */
    //background: -webkit-linear-gradient(top, rgba(184, 171, 210, 1) 0%, rgba(144, 122, 179, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    //background: linear-gradient(to bottom, rgba(184, 171, 210, 1) 0%, rgba(144, 122, 179, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    //filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8abd2', endColorstr='#907ab3', GradientType=0);
    /* IE6-9 */
    border: 1px solid #ffd900;
    width: 67px;
    color: #004fb6 !important;
    text-align: center;
}

input[type=radio].with-font:focus + label {
    border: 1px solid #004fb6;

}

.btn-primary.purple-btn {
    background: #fff;
    color: #004fb6!important;
    //background: -moz-linear-gradient(top, rgba(184, 171, 210, 1) 0%, rgba(144, 122, 179, 1) 100%);
    //background: -webkit-linear-gradient(top, rgba(184, 171, 210, 1) 0%, rgba(144, 122, 179, 1) 100%);
    //background: linear-gradient(to bottom, rgba(184, 171, 210, 1) 0%, rgba(144, 122, 179, 1) 100%);
    //filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8abd2', endColorstr='#907ab3', GradientType=0);
    border: 1px solid #004fb6;
}

.btn-primary.purple-btn:hover {
    color: #fff!important;
    background-color: #004fb6;
    border-color: #004fb6;
}

.btn-secondary.purple-btn {
    background: rgb(184, 171, 210);
    background: -moz-linear-gradient(top, rgba(184, 171, 210, 1) 0%, rgba(144, 122, 179, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(184, 171, 210, 1) 0%, rgba(144, 122, 179, 1) 100%);
    background: linear-gradient(to bottom, rgba(184, 171, 210, 1) 0%, rgba(144, 122, 179, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8abd2', endColorstr='#907ab3', GradientType=0);
    border: 1px solid #8D75B2;
}

input[type=radio].with-font:checked + label,
input[type=radio].with-font:hover + label {
    color: white !important;
    border: 1px solid #004fb6;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#856eab+0,684994+100 */
    background: #004fb6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #004fb6 0%, #004fb6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #004fb6 0%, #004fb6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #004fb6 0%, #004fb6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004fb6', endColorstr='#004fb6', GradientType=0);
    /* IE6-9 */
}

input[type=radio].with-font + label:before {
    display: inline-block;
    content: " ";
    letter-spacing: 10px;
    font-weight: normal;
    font-size: 18px;
    color: #ffd900;
}

input[type=radio].with-font:checked + label:before {
    content: " ";
    letter-spacing: 5px;
    font-weight: normal;
    font-size: 18px;
    color: #ffd900;
}

input[type=radio].with-font:focus + label:before,
input[type=radio].with-font:focus + label {
    color: #ffd900;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Angular Material Switch - start*/

.md-thumb {
    background-color: #004fb6 !important;
}

.md-bar {
    background-color: #ffd900 !important;

}

.switchActive {
    padding-top: 7px;
    font-size: 15px;
    margin-bottom: 5px;
    text-align: left;
    color: #f15e27;
}

.switchInactive {
    padding-top: 7px;
    font-size: 15px;
    margin-bottom: 5px;
    text-align: left;
    color: #492783;
}

md-switch {
    margin: 0;
    height: 100%;
    display: inline-block;
}

md-switch .md-container {
    margin: 0;
}

.switchContainer {
    text-align: center;
    margin-bottom: 5px;
    height: 18px;
}

.switchContainer label {
    outline: none;
}

.switchContainer div {
    margin-top: 0 !important;
}

/*Angular Material Switch - end*/

.panel-heading.left2:before {
    background-color: #ffffff !important;
    content: '';
    position: absolute;
    top: 0;
    border-radius: 20px !important;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
    z-index: 1;
}

.inside-con {
    margin: 0 0 0 -15px;
}

.header-wrapper {
    overflow: hidden !important;
    margin-bottom: 0 !important;
}

.panel-default {
    border-radius: 0 !important;
    border-bottom: 0 solid transparent !important;
}

.panel-heading.left2 {
    min-width: 200px;
    position: relative;
    overflow: hidden !important;
    border-radius: 10px !important;
    display: table;
    padding-right: 35px;
}

.panel-default > .panel-heading h3 {
    color: #5C596D;
    position: relative;
    z-index: 99;
    border-radius: 10px !important;
    font-size: 25px;
    line-height: 30px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.info {
    background-color: #492683;
    padding: 10px 20px;
    color: white;

}

.termsacond-con {
    width: 100% !important;

}

input[type=number] {
    -moz-appearance: textfield !important;

}

.form-control::-webkit-input-placeholder {
    color: #444444 !important;
    font-weight: normal !important;
}

button {
    outline: none !important;
    -webkit-appearance: none !important;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.form-control::-moz-placeholder {
    color: #444444 !important;
    font-weight: normal !important;
}

.form-control:-ms-input-placeholder {
    color: #444444 !important;
    font-weight: normal !important;
}

.form-control:focus::-webkit-input-placeholder {
    opacity: 0.7;
    font-weight: normal !important;
}

.form-control:focus::-moz-placeholder {
    font-weight: normal !important;
    opacity: 0.7;
}

.form-control:focus:-ms-input-placeholder {
    opacity: 0.7;
    font-weight: normal !important;
}

/* tooltip */

.tooltip {
    margin-bottom: 10px;
    cursor: pointer;
    position: absolute;
    z-index: 9999999;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: 0;
    margin-left: 0;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.infoicon {
    display: inline-block;
    width: 18px;
    position: relative;
    top: 2px;
    cursor: pointer;
    text-align: left;
    height: 18px;
    background: url('../../images/info2.png') no-repeat;
    background-size: contain;
    margin: 0 3px 0 3px;
}

.righticon {
    display: inline-block;
    width: 18px;
    position: relative;
    top: 4px;
    cursor: pointer;
    text-align: left;
    height: 18px;
    background: url('../../images/arrowright.png') no-repeat;
    background-size: contain;
    margin: 0 0 0 3px;
}

.lefticon {
    display: inline-block;
    width: 18px;
    position: relative;
    top: 4px;
    cursor: pointer;
    text-align: left;
    height: 18px;
    background: url('../../images/arrowleft.png') no-repeat;
    background-size: contain;
    margin: 0 3px 0 0;
}

.tooltipicon {
    display: inline-block;
    width: 18px;
    position: relative;
    top: 5px;
    cursor: pointer;
    text-align: left;
    height: 18px;
    background: url('../../images/info.png') no-repeat;
    background-size: contain;
    margin: 0 3px 0 3px;
}

.tooltip.top .tooltip-inner,
.tooltip.bottom .tooltip-inner {
    border-top: 2px solid #004fb6 !important;
    border-left: 1px solid #004fb6 !important;
    border-right: 1px solid #004fb6 !important;
    border-bottom: 2px solid #004fb6 !important;
}

.tooltip.left .tooltip-inner,
.tooltip.right .tooltip-inner {
    border-top: 1px solid #004fb6 !important;
    border-left: 2px solid #004fb6 !important;
    border-right: 2px solid #004fb6 !important;
    border-bottom: 1px solid #004fb6 !important;
}

.tooltip-inner {
    width: 250px;
    padding: 10px 15px;
    color: #444444;
    text-align: center;
    background-color: rgba(255, 255, 255, 1) !important;
    font-size: 15px !important;
    line-height: 20px !important;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: -5px;
    left: 50%;
    margin-left: -11px;
    border-width: 10px 10px 0;
    border-top-color: #004fb6;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -10px;
    border-width: 10px 10px 0;
    border-top-color: #004fb6;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -10px;
    border-width: 10px 10px 0;
    border-top-color: #004fb6;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: -5px;
    margin-top: -10px;
    border-width: 10px 12px 10px;
    border-right-color: #004fb6;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -10px;
    border-width: 10px 0 10px 10px;
    border-left-color: #004fb6;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #004fb6;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 10px;
    margin-top: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #004fb6;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 10px;
    margin-top: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #004fb6;
}

.cloack {
    display: none;
}

.pdfix {
    padding-left: 0 !important;
    padding-right: 0 !important;

}

.pdfixright {
    padding-left: 10px !important;
    padding-right: 0 !important;
    margin-top: 0 !important;

}

.pdfixleft {
    padding-left: 0 !important;
    padding-right: 10px !important;
    margin-top: 0 !important;

}

.plusIconLeft {
    padding-right: 5px !important;

}

.plusIconsRight {
    padding-left: 5px !important;

}

.left_lbl .control-label {
    padding-top: 0 !important;
    font-size: 15px;
    margin-bottom: 10px !important;
    text-align: left;
}

#panel-chart {
    margin-bottom: 20px;
}

.or-icon:before {
    content: 'or';
    font-weight: bold;
    position: absolute;
    font-size: 15px;
    color: #004fb6;
    right: -7px;
    top: 10px;
}

.panel-default > .panel-heading.right h3,
.panel-default > .panel-heading.yourquote h3 {
    text-align: right;
}

.panel-default > .panel-heading.right {
    background: url('../../images/heading2.png') !important;
    background-position: top right !important;
    margin-bottom: -25px;
    right: -13px;
}

.panel-default > .panel-heading.yourquote {
    background: url('../../images/heading3.png') !important;
    background-position: top right !important;
    margin-bottom: -25px;
    position: relative;
    right: -13px;
}

.panel-default > .panel-heading.left.mleft {
    margin-bottom: -10px !important;
    left: -30px;
}

.panel-default > .panel-heading.left {
    background: url('../../images/heading.png') !important;
    margin-bottom: -25px;
    position: relative;
    left: -10px;
}

.mbfix {
    margin-top: 8px;
}

.panel-default > .panel-heading.right,
.panel-default > .panel-heading.yourquote,
.panel-default > .panel-heading.left {
    padding: 10px 15px 25px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    color: #fff;
    border: 0 !important;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.iconNS {
    width: 150px;
    margin: 20px auto 5px;
    display: block;
    height: auto;

}

.modal-title {
    margin-bottom: 5px;

}

.modal-header {
    padding: 0;
    margin: 15px;
    color: #5c596d;
    border-bottom: 1px solid #004fb6;
}

.sliderpaddfix {
    padding: 30px 0;
    height: 115px;

}

.modal-heading {
    color: rgba(144, 122, 179, 1);
    font-size: 15px;
    font-weight: bold;
}

.panel-default .control-label {
    color: #444444;
}

.nu {
    font-size: 12px;
    color: #492683;
    text-align: center;
    line-height: 15px;

}

.slider_result {
    color: #004fb6;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: -8px;
}

.slider_text_result {
    color: #444444;
    font-weight: bold;
    text-align: right;
    position: relative;
    top: 0;
}

select {
    cursor: pointer !important;
}

.body-con {
    padding: 18px 0 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    margin-bottom: 17px !important;
}

.body-con .form-group {
    margin-bottom: 17px;
}

.sep-contr-block {
    padding: 18px 0 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    margin-bottom: 17px !important;
}

.sep-contr-block_odd {
    margin-bottom: 0 !important;
}

.note {
    text-align: right;
    color: #684994;
    font-weight: 300;
    margin-bottom: 20px;
}

.paddfix {
    height: 40px;
    padding-top: 11px;
}

.control-label.head {
    font-size: 15px !important;
    padding-top: 0 !important;
}

.right-p {
    display: block;
    float: right;
    line-height: 15px;
    color: #001E60;
    padding: 0 3px 8px 0;
    border-right: 1px solid #ffd900;
}

.left-p {
    border-left: 1px solid #ffd900;
    display: block;
    padding: 0 0 8px 3px;
    line-height: 15px;
    color: #001E60;
}

.sliderfix {
    width: 100%;
    padding: 0 10px;
    display: block;
    bottom: 0;
    height: 12px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 -1px 1px rgba(255, 255, 255, 0.4);
    background-color: #9786B9;
    border-radius: 3px;
}

.form-group > div > span,
.bgfix {
    background-color: white;
    display: block;
}

.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.form-horizontal .control-label {
    padding-top: 7px;
    font-size: 15px;
    margin-bottom: 5px;
    text-align: left;
}

.form-control {
    box-shadow: 1px 1px 1px rgba(238, 238, 238, 0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(238, 238, 238, 0.1);
    display: block;
    width: 100%;
    padding: 7px 15px;
    font-size: 1.1em;
    line-height: 1.42857143;
    color: #444444;
    height: 41px;
    border-top: 2px solid #004fb6 !important;
    border-left: 0 solid transparent !important;
    border-right: 0 solid transparent !important;
    border-bottom: 0 solid transparent !important;
    border-radius: 2px 2px 0 0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-top: 2px solid #ccc !important;
}

/* IE6 workaround (dotted transparent borders) */

* html .ui-selectmenu-menu li {
    border-color: pink;
    filter: chroma(color=pink);
    width: 100%;
}

* html .ui-selectmenu-menu li a {
    position: relative;
}

/* IE7 workaround (opacity disabled) */

* + html .ui-state-disabled,
* + html .ui-state-disabled a {
    color: silver;
}

[ng\:cloak],
[ng-cloak],
.ng-cloak {
    display: none !important;
}

a, a:hover, a:active {
    text-decoration: none;
    outline: none !important;
}

a.link,
.ui-widget-content a {
    color: #684994;
    text-decoration: underline;
    outline: none !important;
}

a.termsAndCondition {
    color: #004fb6;
    text-decoration: none;
}

a.termsAndCondition:hover, a.termsAndCondition:active {
    color: #004fb6;
    text-decoration: underline;
}

a.link:hover,
a.link:focus {
    color: #004fb6;
    text-decoration: underline;
}

.output-con {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.6);
    line-height: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 1.1em;
    color: #444444;
    border-radius: 1px;
    text-align: center;
    margin: 0 0 0;
    padding: 4px 5px 4px 5px;
    font-weight: bold;
    max-width: 300px;
}

.panel-body {
    background-color: #eeeeee !important;
    padding: 15px 15px 0;
}

.panel-body-confimation {
    padding: 10px !important;
}

#seldob,
#seldob:focus {
    background-image: url('../../images/arrow.png') !important;
    background-position: 98% center !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
}

.incomeChart {
    height: auto;
    margin: 0 auto;
}

.results {
    text-align: left;
}

.add_person {
    display: inline-block;
    float: right;
    max-width: 200px;
    margin-bottom: 10px;
}

.plus_person_tp {
    float: right;
    margin: 5px 8px 0 0;
}

.table {
    border-radius: 3px;
    border-top: 2px solid #004fb6 !important;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.quote.results {
    position: relative;
    background-color: #eeeeee;
}

.resultsbkclr {
    background-color: #eeeeee !important;
}

table.last-btns {
    width: 100%;
    border: 0;
}

table.last-btns td {
    width: 50%;
}

.results #colChart {
    bottom: 0;
    position: absolute;
}

table.last-btns td:last-child {
    padding: 0 0 0 7px;
}

.panel-body.results {
    padding: 15px 16px 15px;
    color: #444444;
}

table.last-btns td:first-child {
    padding: 0 7px 0 0;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: top;
    border: 0 !important;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.table > tbody > tr > td:first-child {
    width: 70%;
}

.table > tbody > tr > td:last-child {
    width: 40%;
}

.table > tbody > tr.headingbg > td:first-child {
    width: 80%;
}

.table > tbody > tr.headingbg > td:last-child {
    width: 30%;
    text-align: left;
}

.headingbg {
    background-color: #004fb6;
    color: white;
}

.results .table {
    color: #004fb6;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
}

.yourquote {
    text-align: center;
}

.yourquote .table {
    color: #004fb6;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
}

.highcharts-background {
    fill: transparent;
}

li {
    list-style-position: inside;
}

.sliderExample {
    width: 640px;
    padding: 2em;
    border: 1px solid #CCC;
    margin: 2em;
}

.sliderExample > div {
    margin: 1em 0;
}

.vertical-container {
    width: 15%;
    display: inline-block;
}

#swatch {
    width: 100px;
    height: 100px;
    border: 1px solid black;
}

#red .ui-slider-range {
    background: #ef2929;
}

#red .ui-slider-handle {
    border-color: transparent;
}

#green .ui-slider-range {
    background: #8ae234;
}

#green .ui-slider-handle {
    border-color: #8ae234;
}

#blue .ui-slider-range {
    background: #729fcf;
}

#blue .ui-slider-handle {
    border-color: #729fcf;
}

.tooltip-inner.ng-binding:after {
    content: 'x';
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #ffd900;
    border-radius: 0 4px 0 3px;
    top: 5px;
    line-height: 15px;
    right: 0;
    font-size: 12px;
    color: white;
}

select, .dropicon {
    background-image: url('../../images/arrow.png') !important;
    background-position: right 7px center !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.euro {
    background-image: url('../../images/euro.png') !important;
    background-position: left 8px top 13px !important;
    background-repeat: no-repeat !important;
    background-size: 10px 12px !important;
    padding-right: 5px;
    padding-left: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: bold
}

.proc {
    background-image: url('../../images/proc.png') !important;
    background-position: right 8px top 13px !important;
    background-repeat: no-repeat !important;
    background-size: 13px 12px !important;
    padding-left: 15px;
    padding-right: 25px;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: bold;
}

select:focus, select:active, .dropicon:focus, .dropicon:active {
    background-image: url('../../images/arrow2.png') !important;
    background-position: right 7px center !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.tooltip-inner.ng-binding:hover:after {
    background-color: #444444;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: transparent !important;
    border-color: transparent;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.text-muted {
    color: rgba(184, 171, 210, 0.4);
}

.text-info {
    color: #492783 !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.dropdown-menu {
    padding: 0;
    min-width: 100px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: white;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.panel-body.chart {
    overflow: hidden;
    padding: 30px 15px 0;
    display: block;
}

.glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
    content: none !important;
}

.glyphicon-chevron-left {
    background: url('../../images/arrowleft.png') no-repeat !important;
    background-size: 10px !important;
    border: 0px !important;
    width: 10px;
    height: 10px;
}

.glyphicon-chevron-right {
    background: url('../../images/arrowright.png') no-repeat !important;
    background-size: 10px !important;
    border: 0 !important;
    width: 10px;
    height: 10px;
}

.box3Chart, .box2Chart {
    overflow: hidden;
}

.boxHeight2 {
    height: 100%;
}

.boxHeight3 {
    height: 617px;
    background-color: #eae8f2 !important;
}

.res_content {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 1px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.res_content .control-label {
    margin-bottom: 6px;
}

.s_l {
    padding-left: 0 !important;
}

.s_r {
    padding-right: 0 !important;
}

.res_slider {
    margin-bottom: 20px;
    min-height: 40px;
    margin-top: 15px;
}

#calcResults .resultInfo {
    background-color: white;
    color: #444444;
    display: table;
    width: 100%;
    min-height: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid #004fb6 !important;
    margin-bottom: 5px;
}

.resultInfo div:last-child {
    font-weight: bold;
    text-align: right;
}

div.notvalid {
    /*display: none !important;*/
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    font-weight: bold;
    color: #b73030;
}

span.notvalid {
    font-size: 12px;
    font-weight: bold;
    color: #b73030;
}

label.notvalid {
    color: #b73030 !important;

}

label {
    margin-bottom: 0;
}

.invalidbk {
    background-color: #eae8f2;
}

/* Accordian modified styles */
.acicon {
    margin-top: -7px !important;
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    background-image: url('../../images/arrowwhite.png');
    background-repeat: no-repeat;
    height: 12px;
    width: 30px;
    text-align: center;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion.active .acicon {
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

.accordion {
    font-weight: normal;
    margin-top: 7px;
    position: relative;
    background-image: url('../../images/accordion2.png');
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-color: #001E60;
    padding: 10px 70px 10px 18px;
    color: white;
    cursor: pointer;
    line-height: 200%;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}

.accordion.active, .accordion:hover {
    background-color: #ffd900;
    color: #001E60;
}

div.acpanel p {
    padding: 10px 0;
    color: #444444;
    font-size: 14px;
}

div.acpanel {
    padding: 0 15px;
    background-color: #eeeeee;
    overflow: hidden;
    transition: 0.3s linear;
}

div.acpanel ul li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 14px;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.red {
    color: #fd0000;
}

.txtrt-align {
    text-align: right;
}

.txt-sm {
    font-size: 16px;
    font-weight: bold;
}

/*Coin Stacker - start*/

income-chart-coins {
    min-height: 33px;
    position: absolute;
    bottom: 50px;
    height: auto;
    display: block;
}

income-chart-coins-res {
    min-height: 33px;
    position: absolute;
    bottom: 50px;
    height: auto;
    display: block;
    background-color: #eae8f2 !important;
}

#c1, #c2, #c3, #c4, #c5, #c6, #c7, #c8, #c9, #c10, #c11, #c12, #c13, #c14, #c15, #c16, #c17, #c18, #c19, #c20, #c21, #c22, #c23, #c24, #c25, #c26, #c27, #c28, #c29, #c30, #c31, #c32, #c33, #c34, #c35, #c36, #c37, #c38, #c39, #c40 {
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 1px 0 1px rgba(0, 0, 0, 0.15);
    background-image: url('../../images/coin.png');
    width: 100px;
    height: 10px;
    margin-left: 12px;
    background-size: 100% 100%;
    transition: all linear 0.15s;
}

#c1 {
    z-index: 40;
    position: absolute;
    bottom: 0;
    left: 2px;

}

#c2 {
    z-index: 39;
    position: absolute;
    bottom: 10px;
    left: 0;
}

#c3 {
    z-index: 38;
    position: absolute;
    bottom: 20px;
    left: 4px;

}

#c4 {
    z-index: 37;
    position: absolute;
    bottom: 30px;
    left: 2px;

}

#c5 {
    z-index: 36;
    position: absolute;
    bottom: 40px;
    left: 0;

}

#c6 {
    z-index: 35;
    position: absolute;
    bottom: 50px;
    left: 4px;
}

#c7 {
    z-index: 34;
    position: absolute;
    bottom: 60px;
    left: 0;

}

#c8 {
    z-index: 33;
    position: absolute;
    bottom: 70px;
    left: 2px;
}

#c9 {
    z-index: 32;
    position: absolute;
    bottom: 80px;
    left: 2px;

}

#c10 {
    z-index: 31;
    position: absolute;
    bottom: 90px;
    left: 0;

}

#c11 {
    z-index: 30;
    position: absolute;
    bottom: 100px;
    left: 4px;

}

#c12 {
    z-index: 29;
    position: absolute;
    bottom: 110px;
    left: 2px;

}

#c13 {
    z-index: 28;
    position: absolute;
    bottom: 120px;
    left: 0;

}

#c14 {
    z-index: 27;
    position: absolute;
    bottom: 130px;
    left: 4px;
}

#c15 {
    z-index: 26;
    position: absolute;
    bottom: 140px;
    left: 0;

}

#c16 {
    z-index: 25;
    position: absolute;
    bottom: 150px;
    left: 2px;
}

#c17 {
    z-index: 24;
    position: absolute;
    bottom: 160px;
    left: 0;
}

#c18 {
    z-index: 23;
    position: absolute;
    bottom: 170px;
    left: 4px;
}

#c19 {
    z-index: 22;
    position: absolute;
    bottom: 180px;
    left: 0;

}

#c20 {
    z-index: 21;
    position: absolute;
    bottom: 190px;
    left: 2px;
}

#c21 {
    z-index: 20;
    position: absolute;
    bottom: 200px;
    left: 2px;

}

#c22 {
    z-index: 19;
    position: absolute;
    bottom: 210px;
    left: 0;
}

#c23 {
    z-index: 18;
    position: absolute;
    bottom: 220px;
    left: 2px;

}

#c24 {
    z-index: 17;
    position: absolute;
    bottom: 230px;
    left: 4px;
}

#c25 {
    z-index: 16;
    position: absolute;
    bottom: 240px;
    left: 2px;
}

#c26 {
    z-index: 15;
    position: absolute;
    bottom: 250px;
    left: 0;
}

#c27 {
    z-index: 14;
    position: absolute;
    bottom: 260px;
    left: 0;
}

#c28 {
    z-index: 13;
    position: absolute;
    bottom: 270px;
    left: 4px;
}

#c29 {
    z-index: 12;
    position: absolute;
    bottom: 280px;
    left: 0;

}

#c30 {
    z-index: 11;
    position: absolute;
    bottom: 290px;
    left: 2px;
}

#box1Chart,
#box2Chart,
#box3Chart {
    position: relative;
    margin: 0;
    min-width: 130px;
}

#box1Chart_Result,
#box2Chart_Result,
#box3Chart_Result {
    position: relative;
    margin: 0;
    min-width: 130px;
}

#box1Chart img,
#box2Chart img,
#box3Chart img {
    margin-left: 15px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1), 1px 0 1px rgba(0, 0, 0, 0.1);
}

#box1Chart_Result img,
#box2Chart_Result img,
#box3Chart_Result img {
    margin-left: 15px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1), 1px 0 1px rgba(0, 0, 0, 0.1);
}

.box1Chart div {
    border-left: 5px solid #a293c1;
}

.box2Chart div {
    border-left: 5px solid #004fb6;
}

.box3Chart div {
    border-left: 5px solid #492683;
}

.box1Chart {
    border-top: 0 solid white;

}

.box1Chart,
.box2Chart,
.box3Chart {
    max-width: 210px;
    padding-left: 50px;
    margin-left: 25px;
    position: relative;
}

.box1Chart > div,
.box2Chart > div,
.box3Chart > div {
    margin-left: 25px;

}

.box1Chart div,
.box2Chart div,
.box3Chart div {
    margin-top: 0;
    display: inline-block;
    position: relative;
    max-width: 155px;
}

.box1Chart a,
.box2Chart a,
.box3Chart a {
    padding: 5px !important;
    text-align: center;
    position: relative;
    display: block;
    width: 130px;
    color: white;
    margin-bottom: 0;
}

.box1Chart a {
    background-color: #a293c1;
}

.box2Chart a {
    background-color: #004fb6;
}

.box3Chart a {
    background-color: #492683;
}

.box1Charta {
    background-color: #492683 !important;
}

.box1Chart .procent,
.box2Chart .procent,
.box3Chart .procent {
    width: 50px;
    height: 20px;
    position: absolute;
    font-weight: bold;
    left: 1px;
    bottom: 5px;
    text-align: right;
}

.box1Chart .procent {
    color: #a293c1;
}

.box3Chart .procent {
    color: #492683;
}

.box2Chart .procent {
    color: #004fb6
}

.box1Chart div {
    border-left: 5px solid #a293c1;
}

.box2Chart div {
    border-left: 5px solid #004fb6;
}

.box3Chart div {
    border-left: 5px solid #492683;
}

.box1Chart .procent, .box2Chart .procent, .box3Chart .procent {
    width: 50px;
    height: 20px;
    position: absolute;
    font-weight: bold;
    left: 1px;
    bottom: 5px;
    text-align: right;
}

/*Coin Stacker - end*/

/*jQuery UI - start*/

.ui-datepicker-calendar a {
    color: #492683 !important;
}

.ui-datepicker-title {
    color: #684994;
}

#ui-datepicker-div .ui-datepicker-prev {
    background: transparent !important;
    border: 1px solid transparent !important;
    box-shadow: none !important;
    left: 0 !important;
    cursor: pointer;
    top: 50% !important;
    margin-top: -14px !important;
}

#ui-datepicker-div .ui-icon-circle-triangle-w:hover {
    opacity: 0.5 !important;
}

#ui-datepicker-div .ui-datepicker-next {
    background: transparent !important;
    border: 1px solid transparent !important;
    box-shadow: none !important;
    right: 0 !important;
    cursor: pointer;
    top: 50% !important;
    margin-top: -14px !important;
}

#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default {
    border: 1px solid rgba(104, 73, 148, 0.2) !important;
    background: -moz-linear-gradient(top, rgba(122, 105, 147, 0.03) 0%, rgba(104, 73, 148, 0.03) 49%, rgba(104, 73, 148, 0.07) 51%, rgba(104, 73, 148, 0.03) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(122, 105, 147, 0.03) 0%, rgba(104, 73, 148, 0.03) 49%, rgba(104, 73, 148, 0.07) 51%, rgba(104, 73, 148, 0.03) 100%) !important;
    background: linear-gradient(to bottom, rgba(122, 105, 147, 0.03) 0%, rgba(104, 73, 148, 0.03) 49%, rgba(104, 73, 148, 0.07) 51%, rgba(104, 73, 148, 0.03) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#087a6993', endColorstr='#08684994', GradientType=0) !important;
}

#ui-datepicker-div .ui-state-default.ui-state-hover {
    border: 1px solid rgba(104, 73, 148, 0.3) !important;
    background: -moz-linear-gradient(top, rgba(122, 105, 147, 0.06) 0%, rgba(104, 73, 148, 0.06) 49%, rgba(104, 73, 148, 0.14) 51%, rgba(104, 73, 148, 0.06) 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(122, 105, 147, 0.06) 0%, rgba(104, 73, 148, 0.06) 49%, rgba(104, 73, 148, 0.14) 51%, rgba(104, 73, 148, 0.06) 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(122, 105, 147, 0.06) 0%, rgba(104, 73, 148, 0.06) 49%, rgba(104, 73, 148, 0.14) 51%, rgba(104, 73, 148, 0.06) 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#087a6993', endColorstr='#08684994', GradientType=0) !important;
    /* IE6-9 */
    color: rgba(104, 73, 148, 1) !important;
}

.ui-icon-circle-triangle-w {
    background-image: url('../../images/arrowleft.png') !important;
    background-position: left top !important;
    background-size: contain !important;
}

.ui-icon-circle-triangle-e {
    background-image: url('../../images/arrowright.png') !important;
    background-position: right top !important;
    background-size: contain !important;
}

.ui-widget-header {
    border: 0 solid transparent;
    background: transparent;
}

.ui-state-default,
.ui-widget-header .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-state-focus {
    background: white !important;
}

.ui-widget-content .ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-default,
.ui-selectmenu-menu li {
    border-top: 0 solid transparent !important;
    border-left: 0 solid transparent !important;
    border-right: 0 solid transparent !important;
    border-bottom: 1px solid rgba(104, 73, 148, 0.3) !important;
}

.ui-selectmenu *,
.ui-selectmenu,
input {
    outline: none !important;
}

.ui-selectmenu,
.form-control:focus {
    outline: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.8;
    filter: Alpha(Opacity=80);
    background-image: none;
}

.ui-state-default,
.ui-state-hover,
.ui-state-focus {
    color: #684994;
    border-top: 2px solid #004fb6;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    text-decoration: none;
}

.ui-widget-content {
    background: #f9f8fb;
    color: #684994;
    border-top: 2px solid #004fb6;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    text-decoration: none;
}

.ui-widget-contents,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-hover {
    background: white !important;
    border-top: 0 solid #004fb6;
    outline: 0;
}

a.ui-state-default,
a.ui-state-hover .ui-selectmenu-status {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7a6993+0,684994+49,684994+51,684994+100&0.02+0,0.02+49,0.06+51,0.02+100 */
    background: -moz-linear-gradient(top, rgba(122, 105, 147, 0.03) 0%, rgba(104, 73, 148, 0.03) 49%, rgba(104, 73, 148, 0.07) 51%, rgba(104, 73, 148, 0.03) 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(122, 105, 147, 0.03) 0%, rgba(104, 73, 148, 0.03) 49%, rgba(104, 73, 148, 0.07) 51%, rgba(104, 73, 148, 0.03) 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(122, 105, 147, 0.03) 0%, rgba(104, 73, 148, 0.03) 49%, rgba(104, 73, 148, 0.07) 51%, rgba(104, 73, 148, 0.03) 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#087a6993', endColorstr='#08684994', GradientType=0) !important;
    /* IE6-9 */
}

.ui-widget-content .ui-state-hover a,
.ui-widget-content .ui-state-focus a {
    background: -moz-linear-gradient(top, rgba(122, 105, 147, 0.06) 0%, rgba(104, 73, 148, 0.06) 49%, rgba(104, 73, 148, 0.14) 51%, rgba(104, 73, 148, 0.06) 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(122, 105, 147, 0.06) 0%, rgba(104, 73, 148, 0.06) 49%, rgba(104, 73, 148, 0.14) 51%, rgba(104, 73, 148, 0.06) 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(122, 105, 147, 0.06) 0%, rgba(104, 73, 148, 0.06) 49%, rgba(104, 73, 148, 0.14) 51%, rgba(104, 73, 148, 0.06) 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#087a6993', endColorstr='#08684994', GradientType=0) !important;
    /* IE6-9 */
    color: rgba(104, 73, 148, 1) !important;
}

.ui-state-hover a,
.ui-state-focus a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7a6993+0,684994+47,684994+48,684994+100&0.04+0,0.04+46,0.1+48,0.04+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7a6993+0,684994+49,684994+51,684994+100&0.03+0,0.03+49,0.07+51,0.03+100 */
    background: -moz-linear-gradient(top, rgba(122, 105, 147, 0.03) 0%, rgba(104, 73, 148, 0.03) 49%, rgba(104, 73, 148, 0.07) 51%, rgba(104, 73, 148, 0.03) 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(122, 105, 147, 0.03) 0%, rgba(104, 73, 148, 0.03) 49%, rgba(104, 73, 148, 0.07) 51%, rgba(104, 73, 148, 0.03) 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(122, 105, 147, 0.03) 0%, rgba(104, 73, 148, 0.03) 49%, rgba(104, 73, 148, 0.07) 51%, rgba(104, 73, 148, 0.03) 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#087a6993', endColorstr='#08684994', GradientType=0) !important;
    /* IE6-9 */
    border-radius: 0;
    border: 0 solid red;
    color: #684994;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7a6993+0,684994+47,684994+48,684994+100&0.05+0,0.05+46,0.11+48,0.05+100 */
}

.ui-state-default .ui-icon {
    background-image: url('../../images/arrow.png');
    background-position: 100%;
    width: 12px;
    top: 47%;
    background-size: contain;
    height: 20px;
}

.ui-selectmenu {
    width: 100% !important;
    display: inline-block;
    position: relative;
    height: auto;
    vertical-align: middle;
    text-decoration: none;
    overflow: hidden;
    zoom: 1;
}

.ui-selectmenu-icon {
    position: absolute;
    right: 6px;
    margin-top: -8px;
    top: 50%;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    display: none;
    z-index: 1005;
}

/* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.ui-selectmenu-open {
    display: block;
}

ul.ui-selectmenu-menu-popup {
    margin-top: -1px;
}

.ui-selectmenu-menu li {
    padding: 0;
    margin: 0;
    display: block;
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
}

.ui-selectmenu-menu li a,
.ui-selectmenu-status {
    line-height: 1.4em;
    display: block;
    padding: 10px 15px;
    outline: none;
    text-decoration: none;
}

.ui-selectmenu-menu li.ui-state-disabled a,
.ui-state-disabled {
    cursor: default;
}

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status {
    padding-left: 20px;
    position: relative;
    margin-left: 5px;
}

.ui-selectmenu-menu li .ui-icon,
.ui-selectmenu-status .ui-icon {
    position: absolute;
    top: 1em;
    margin-top: -8px;
    left: 0;
}

.ui-selectmenu-status {
    line-height: 1.4em;
}

.ui-selectmenu-menu li span,
.ui-selectmenu-status span {
    display: block;
    margin-bottom: .2em;
}

.ui-selectmenu-menu li .ui-selectmenu-item-header {
    font-weight: bold;
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
    opacity: .8;
}

.ui-selectmenu-menu .ui-selectmenu-group {
    font-size: 1em;
}

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
    line-height: 1.4em;
    display: block;
    padding: .6em .5em 0;
    font-weight: bold;
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
    margin: 0;
    padding: 0;
}

/* slider */
.ui-slider {
    position: relative;
}

.ui-slider-tick {
    position: absolute;
    background-color: #aaa;
    width: 2px;
    height: 8px;
    top: 16px;
}

.ui-slider-out-of-bounds {
    position: absolute;
    background-color: #EEE;
    height: 100%;
}

.ui-slider-tip {
    position: absolute;
    top: 2px;
    left: 0;
    width: 21px;
    text-align: center;
    font-size: 0.8em;
}

.ui-slider-handle {
    z-index: 0;
}

.ui-slider .ui-slider-handle.ui-state-default {
    width: 50px;
    margin-top: -5px;
    margin-left: -24px;
    background-color: transparent !important;
    background-image: url('../../images/slider.png') !important;
    background-size: contain !important;
    border: 0 !important;
    background-repeat: no-repeat;
    outline: none;
    height: 33px;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
}

.ui-slider .ui-slider-handle.ui-state-active,
.ui-slider .ui-slider-handle.ui-state-focus,
.ui-slider .ui-slider-handle:active,
.ui-slider .ui-slider-handle:focus,
.ui-slider .ui-slider-handle:hover {
    background-image: url('../../images/slider.png') !important;
    opacity: 0.84;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=84)";
    filter: alpha(opacity=84);
    -moz-opacity: 0.84;
    -khtml-opacity: 0.84;
}

.ui-widget-content.ui-slider {
    margin-top: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 -1px 1px rgba(255, 255, 255, 0.4);
    background-color: #004fb6;
    border-radius: 0 0 3px 3px;
    border-top: 0 solid #004fb6;
}

/*jQuery UI - start*/

/*Bootstrap datepicker - start*/

.uib-daypicker {
    outline: none !important;
    padding: 3px;
    background-color: transparent;

}

.uib-monthpicker tbody tr td button, .uib-daypicker tbody tr td button {
    border-radius: 1px !important;
}

.uib-daypicker tbody tr td button, .uib-monthpicker tbody tr td button, .uib-yearpicker tbody tr td button {
    color: #492783 !important;
    border: 1px solid rgba(104, 73, 148, 0.2) !important;
    background-color: rgba(104, 73, 148, 0.03);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#087a6993', endColorstr='#08684994', GradientType=0) !important;
}

.uib-daypicker tbody tr td button:active,
.uib-daypicker tbody tr td button.active,
.uib-monthpicker tbody tr td button:active,
.uib-monthpicker tbody tr td button.active,
.uib-yearpicker tbody tr td button:active,
.uib-yearpicker tbody tr td button.active {
    color: white !important;
    border: 1px solid rgba(144, 122, 179, 0.5) !important;
    background-color: rgba(144, 122, 179, 0.9) !important;
    box-shadow: none !important;
    text-shadow: 0 0 0 !important;
}

.uib-yearpicker tbody tr td button {
    text-shadow: none !important;
}

.uib-day button, .uib-month button, .uib-year button {
    border-radius: 0 !important
}

.uib-daypicker tbody tr td button:hover,
.uib-daypicker tbody tr td button.active:hover,
.uib-daypicker tbody tr td button.active:active:hover,
.uib-monthpicker tbody tr td button:hover,
.uib-monthpicker tbody tr td button.active:hover,
.uib-monthpicker tbody tr td button.active:active:hover,
.uib-yearpicker tbody tr td button:hover,
.uib-yearpicker tbody tr td button.active:hover,
.uib-yearpicker tbody tr td button.active:active:hover {
    color: white !important;
    text-shadow: 0 0 0 !important;
    border: 1px solid rgba(104, 73, 148, 0.2) !important;
    background-color: rgba(247, 114, 59, 0.9) !important;
    box-shadow: none !important;
    /* IE6-9 */

}

.uib-daypicker tbody tr td button:hover *,
.uib-daypicker tbody tr td button:active *,
.uib-daypicker tbody tr td button.active *,
.uib-daypicker tbody tr td button.active:hover *,
.uib-daypicker tbody tr td button.active:active:hover *,
.uib-monthpicker tbody tr td button:hover *,
.uib-monthpicker tbody tr td button:active *,
.uib-monthpicker tbody tr td button.active *,
.uib-monthpicker tbody tr td button.active:hover *,
.uib-monthpicker tbody tr td button.active:active:hover *,
.uib-yearpicker tbody tr td button:hover *,
.uib-yearpicker tbody tr td button:active *,
.uib-yearpicker tbody tr td button.active *,
.uib-yearpicker tbody tr td button.active:hover *,
.uib-yearpicker tbody tr td button.active:active:hover * {
    color: white !important
}

.uib-datepicker-popup > li, .uib-datepicker-popup > li > .dropdown-menu {
    border: 0 solid transparent !important;
    outline: none !important;
}

.uib-daypicker thead tr th button, .uib-monthpicker thead tr th button, .uib-daypicker tbody tr td button, .uib-monthpicker tbody tr td button {
    padding: 8px 10px !important;
    border-radius: 0 !important;
}

.uib-yearpicker tbody tr td button, .uib-yearpicker thead tr th button {
    padding: 8px 8px !important;
}

.uib-daypicker thead tr th button, .uib-monthpicker thead tr th button, .uib-yearpicker thead tr th button {
    background: rgb(184, 171, 210);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(184, 171, 210, 1) 0%, rgba(144, 122, 179, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(184, 171, 210, 1) 0%, rgba(144, 122, 179, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(184, 171, 210, 1) 0%, rgba(144, 122, 179, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8abd2', endColorstr='#907ab3', GradientType=0);
    /* IE6-9 */
    box-shadow: none;
    color: white !important;
    border-radius: 0;
    border: 1px solid #8D75B2 !important;
}

.uib-daypicker thead tr th button.uib-left {
    border-radius: 3px 0 0 3px;
}

.uib-daypicker thead tr th button.uib-right {
    border-radius: 0 3px 3px 0;
}

.uib-daypicker thead tr th button.uib-title {
}

.uib-daypicker thead tr th, .uib-daypicker tbody tr td {
    color: #492783;
}

.uib-daypicker thead tr th button:hover,
.uib-daypicker thead tr th button:active,
.uib-monthpicker thead tr th button:hover,
.uib-yearpicker thead tr th button:hover,
.uib-monthpicker thead tr th button:active,
.uib-yearpicker thead tr th button:active {
    color: white !important;
    border-color: rgba(72, 47, 122, 1) !important;
    background: rgb(133, 110, 171);
    background: -moz-linear-gradient(top, rgba(133, 110, 171, 1) 0%, rgba(104, 73, 148, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(133, 110, 171, 1) 0%, rgba(104, 73, 148, 1) 100%);
    background: linear-gradient(to bottom, rgba(133, 110, 171, 1) 0%, rgba(104, 73, 148, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#856eab', endColorstr='#684994', GradientType=0);
}

.uib-datepicker-popup.dropdown-menu {
    z-index: 99999999;
}

.uib-button-bar {
    display: none;
}

/*Bootstrap datepicker - end*/


/*radiobutton - start*/
input[type=radio].radioButton {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=radio].radioButton + label.radioButtonLabel {
    padding-left: 25px;
    padding-right: 5px;
    margin-left: 0;
    height: 23px;
    display: inline-block;
    line-height: 23px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    color:#492783;
    font-size: 15px;
}

input[type=radio].radioButton:checked + label.radioButtonLabel {
    background-position: 0 -23px;
}

label.radioButtonLabel {
    background-image: url('../../images/radio-button.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*radiobutton - end*/

#calcsbanner {
    width: 100%;
    margin-top: 1%;
    margin-bottom: 15%;
    height: 60px;
    background-color: #ffd900 !important;
    background: transparent url("../../images/aviva-logo.png") 0 0 no-repeat;
    background-position: 20px 20px;
}

.calcsnote {
    position: relative;
    font-size: 16px;;
    font-weight: bold;
    color: #004fb6;;
    margin-top: -21%;
    margin-bottom: 5%;
    margin-left: 25%;
}