.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;

}

.header-wrapper {
    overflow: hidden !important;
    margin-bottom: 0px !important;
}

.panel-default {

    border-radius: 0 !important;

}

.panel-heading.left2 {
    min-width: 200px;
    position: relative;
    overflow: hidden !important;
    border-radius: 0 !important;
    display: table;
    padding-right: 35px;
}

.panel-default > .panel-heading h3 {
    color: #5C596D;
    position: relative;
    z-index: 1;
    border-radius: 0 !important;
}

#stateCoverChart, #coveredByYouChart, #notCoveredChart {
    position: relative
}

#c1, #c2, #c3, #c4, #c5, #c6, #c7, #c8, #c9, #c10, #c11, #c12, #c13, #c14, #c15, #c16, #c17, #c18, #c19, #c20 {
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 1px 0px 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: 20;
    position: absolute;
    bottom: 0;
    left: 2px;

}

#c2 {
    z-index: 19;
    position: absolute;
    bottom: 10px;
    left: 0px;
}

#c3 {
    z-index: 18;
    position: absolute;
    bottom: 20px;
    left: 4px;

}

#c4 {
    z-index: 17;
    position: absolute;
    bottom: 30px;
    left: 2px;

}

#c5 {
    z-index: 16;
    position: absolute;
    bottom: 40px;
    left: 0px;

}

#c6 {
    z-index: 15;
    position: absolute;
    bottom: 50px;
    left: 4px;
}

#c7 {
    z-index: 14;
    position: absolute;
    bottom: 60px;
    left: 0px;

}

#c8 {
    z-index: 13;
    position: absolute;
    bottom: 70px;
    left: 2px;
}

#c9 {
    z-index: 12;
    position: absolute;
    bottom: 80px;
    left: 2px;

}

#c10 {
    z-index: 11;
    position: absolute;
    bottom: 90px;
    left: 0px;

}

#c11 {
    z-index: 10;
    position: absolute;
    bottom: 100px;
    left: 4px;

}

#c12 {
    z-index: 9;
    position: absolute;
    bottom: 110px;
    left: 2px;

}

#c13 {
    z-index: 8;
    position: absolute;
    bottom: 120px;
    left: 0px;

}

#c14 {
    z-index: 7;
    position: absolute;
    bottom: 130px;
    left: 4px;
}

#c15 {
    z-index: 6;
    position: absolute;
    bottom: 140px;
    left: 0px;

}

#c16 {
    z-index: 5;
    position: absolute;
    bottom: 150px;
    left: 2px;
}

#c17 {
    z-index: 4;
    position: absolute;
    bottom: 160px;
    left: 0px;
}

#c18 {
    z-index: 3;
    position: absolute;
    bottom: 170px;
    left: 4px;
}

#c19 {
    z-index: 2;
    position: absolute;
    bottom: 180px;
    left: 0px;

}

#c20 {
    z-index: 1;
    position: absolute;
    bottom: 190px;
    left: 2px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.termsacond-con {
    width: 100% !important;

}

input[type=number] {
    -moz-appearance: textfield;

}

.form-control::-webkit-input-placeholder {
    color: #444444 !important;
}

.ui-datepicker-calendar a {
    color: #444444 !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 {
    /* Firefox 18- */
    color: #444444 !important;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #444444 !important;
}

.form-control:-ms-input-placeholder {
    color: #444444 !important;
}

.form-control:focus::-webkit-input-placeholder {
    opacity: 0.7;
}

.form-control:focus::-moz-placeholder {
    /* Firefox 18- */
    opacity: 0.7;
}

.form-control:focus::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0.7;
}

.form-control:focus:-ms-input-placeholder {
    opacity: 0.7;
}

/*
.uib-weeks td:first-child,.uib-daypicker thead  tr:last-child th:first-child {display:none}*/
.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: left;
    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: 0px;
    margin-left: 0px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltipicon {
    display: inline-block;
    width: 18px;
    position: relative;
    top: 5px;
    cursor: pointer;
    text-align: left;
    height: 18px;
    background-image: url(../images/info.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0px 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: 10px;
    bottom: 0;
    margin-bottom: -10px;
    border-width: 10px 10px 0;
    border-top-color: #004fb6;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 10px;
    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 10px 10px 0;
    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;
}

.ui-datepicker-title {
    color: #004fb6;
}

.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-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-widget-header {
    border: 0px solid transparent;
    background: transparent;
}

#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-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: 0px solid transparent !important;
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    border-bottom: 1px solid rgba(104, 73, 148, 0.3) !important;
}

.ui-selectmenu *,
.ui-selectmenu,
input {
    outline: none !important;
    /*
        -webkit-appearance: none!important;
    */
}

.ui-selectmenu,
.form-control:focus {
    outline: none;
    box-shadow: 1px 1px 1px rgba(238, 238, 238, 0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(238, 238, 238, 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 #0E573F;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 2px 2px 0 0;
    text-decoration: none;
}

.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: 0px !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;
}

.panel-default > .panel-heading.right h3,
.panel-default > .panel-heading.yourquote h3 {
    text-align: right;
}

.panel-default > .panel-heading h3 {
    font-size: 25px;
    line-height: 30px;
}

.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;
}

#colChart {
    margin-top: 0px;
}

.panel-default > .panel-heading.left {
    margin-bottom: -25px;
    position: relative;
    left: -10px;
    background: url(../images/heading.png) !important;
}

.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: 0px !important;
    border-radius: 0px;
    position: relative;
    z-index: 1;
}

.modal-heading {
    color: #444444;
    font-size: 15px;
    font-weight: bold;
}

.modal-header {
    padding: 0px;
    margin: 15px;
    color: #444444;
    border-bottom: 1px solid #004fb6;
}

.panel-default .control-label {
    color: #444444;
}

#reducevalue div {
    background: url(../images/minus.png) no-repeat !important;
    background-size: contain !important;

    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    margin: 0px !important;
}

#reducevalue {
    border: 1px solid transparent !important;
    float: left;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    padding: 2px;
    margin-top: 1px;
    width: 32px;
    height: 32px;
    opacity: 1;
}

#addvalue {
    border: 1px solid transparent !important;
    float: right;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    padding: 2px;
    margin-top: 1px;
    width: 32px;
    height: 32px;
    opacity: 1;
}

#addvalue div {
    background: transparent url(../images/plus.png) no-repeat !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    margin: 0px !important;
}

#reducevalue:focus, #addvalue:focus, #reducevalue:hover, #addvalue:hover {
    border: 1px solid #ffd900 !important;
}

#reducevalue:active, #addvalue:active {
    border: 1px solid transparent !important;
}

#reducevalue:hover, #reducevalue:active,
#addvalue:hover, #addvalue:active {
    opacity: 0.85;
}

.sliderfix {
    width: 100%;
    padding: 0 10px;
    display: block;
    bottom: 0;
    height: 12px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.4);
    background-color: #9786B9;
    border-radius: 3px;
}

.ui-widget-content {
    background: #f9f8fb;
    color: #684994;
    border-top: 2px solid #F15E22;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 0px;
    text-decoration: none;
}

.ui-widget-content.ui-slider {
    margin-top: 10px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.4);
    background-color: #004fb6;
    border-radius: 3px;
    border-top: 0px solid #004fb6;
}

.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: 0px solid #F15E22;
    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: 0px;
    border: 0px 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 */
}

.form-group > div > span,
.bgfix {
    background-color: white;
    display: block;
}

[uib-typeahead-popup].dropdown-menu {
    /*display: none;*/
}

.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;
}

.ui-state-default .ui-icon {
    background-image: url("../images/arrow.png");
    background-position: 100%;
    width: 12px;
    top: 47%;
    background-size: contain;
    height: 20px;
}

.uib-datepicker-popup.dropdown-menu {
    display: none !important;

}

.form-control {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
    height: auto;
    padding: 7px 15px;
    font-size: 1.1em;
    line-height: 1.42857143;
    color: #444444;
    height: 41px;
    border-top: 2px solid #004fb6 !important;
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    border-bottom: 0px 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;
}

.ui-selectmenu {
    display: block;
    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;
}

/* 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,
.ui-widget-content a {
    color: #684994;
    text-decoration: none;
    outline: none !important;
}

a.termsAndCondition {
    color: #004fb6;
    text-decoration: none;
}

a.termsAndCondition:hover, a.termsAndCondition:active, a.termsAndCondition:focus {
    color: #004fb6;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #004fb6;
    text-decoration: none;
}

.panel-body {
    background-color: #eeeeee;
    padding: 15px 18px 0px;
}

.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;
}

#fldOccupation,
#fldOccupation:focus {
    background-position: 99% center !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
}

.incomeChart {
    height: auto;
    margin: 0 auto;
}

#colChart {
    padding-left: 0;
}

#panelChart {
    background-color: transparent;
}

#panelChart .panel-body {
    padding-left: 0;
    padding-right: 0;
}

.results {
    text-align: left;
}

.table {
    border-radius: 3px;
    /*margin-bottom: 10px;*/
}

.table {
    border-top: 2px solid #fff979 !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);
}

table.last-btns {
    width: 100%;
    border: 0px;
}

table.last-btns td {
    width: 50%;
}

table.last-btns td:last-child {
    padding: 0 0 0 7px
}

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: 0px !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;
}

/* slider */

.ui-slider-tick {
    position: absolute;
    background-color: #aaa;
    width: 2px;
    height: 8px;
    top: 16px;
}

.ui-slider {
    position: relative;
}

.ui-slider-out-of-bounds {
    position: absolute;
    background-color: #EEE;
    height: 100%;
}

.ui-slider-tip {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 21px;
    text-align: center;
    font-size: 0.8em;
}

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: #ef2929;
}

#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;
}

.uib-button-bar {
    display: none;
}

.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: 0px;
    font-size: 12px;
    color: white;
}

select, .dropicon {
    background-image: url("../images/arrow.png") !important;
    background-position: 98% center !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select:focus, select:active, .dropicon:focus, .dropicon:active {

    background-image: url("../images/arrow2.png") !important;
    background-position: 98% 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: rgb(133, 110, 171);
}

.panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

.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;
}

.text-muted {
    color: rgba(184, 171, 210, 0.4);
}

.text-info {
    color: #444444 !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: 0px 0px 0px !important;
}

.uib-yearpicker tbody tr td button {
    text-shadow: none !important;
}

.uib-day button, .uib-month button, .uib-year button {
    border-radius: 0px !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: 0px 0px 0px !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 */

}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.btn-sm bad {
    padding: 0;
    border-radius: 0px;

}

.btn-sm span bad {
    padding: 5px 10px !important;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.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: 0px 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: 0px !important;
}

/*#lnkTerms_And_Conditions {
	color:

}*/
.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 */
    border: 0px solid transparent !important;
    box-shadow: none;
    color: white !important;
    border-radius: 0px;
    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);
}

.dropdown-menu {
    padding: 0px;
    border: 0px !important;
    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 0px;
    min-height: 560px;
    display: block;
    position: relative;
}

income-chart-coins {
    min-height: 33px;
    position: absolute;
    bottom: 50px;
    height: auto;
    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;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.glyphicon-chevron-right {
    background: url(../images/arrowright.png) no-repeat !important;
    background-size: 10px !important;
    border: 0px !important;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

#stateCoverChart img, #coveredByYouChart img, #notCoveredChart img {
    margin-left: 15px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1), 1px 0px 1px rgba(0, 0, 0, 0.1);
}

.income-chart-coins {
    overflow: hidden;

}

.stateCoverChart, .coveredByYouChart {
    overflow: hidden;
}

#stateCoverChart, #coveredByYouChart, #notCoveredChart {
    margin: 0px;
    min-width: 130px;
}

.col-md-6 .panel-body {
    min-height: 595px;
}

.col-md-7 .panel-body, .col-md-5 .panel-body {
    min-height: 595px;
}

.righticon {
    display: inline-block;
    width: 18px;
    position: relative;
    top: 4px;
    cursor: pointer;
    text-align: left;
    height: 18px;
    background-image: url(../images/arrowright.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0px 0px 0 3px;
}

.lefticon {
    display: inline-block;
    width: 18px;
    position: relative;
    top: 4px;
    cursor: pointer;
    text-align: left;
    height: 18px;
    background-image: url(../images/arrowleft.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0px 3px 0px 0px;
}

#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;
}

#calcResults .col-xs-6 {
    text-align: left;
    font-weight: bold;
}

#calcResults .col-xs-12 {
    text-align: left;
}

#calcResults .col-xs-4 {
    text-align: right;
    font-weight: bold
}

.resultInfo div:last-child {
}

#calcResults .col-right {
    text-align: right;
    font-weight: bold;
    max-width: 70%;
    float: right;
}

.stateCoverChart div {

    border-left: 5px solid #0E573F;

}

.coveredByYouChart div {

    border-left: 5px solid #004FB6;

}

.notCoveredChart div {

    border-left: 5px solid #413E45;

}

.stateCoverChart > div {
    margin-left: 20px;
}

.coveredByYouChart > div {
    margin-left: 20px;
}

.notCoveredChart > div {
    margin-left: 20px;
}

.notCoveredChart {
    border-top: 0px solid white;

}

.stateCoverChart, .coveredByYouChart, .notCoveredChart {
    border-bottom: 2px solid white;
    max-width: 200px;
    padding-left: 50px;
    margin-left: 25px;
    position: relative;

}

.stateCoverChart div, .coveredByYouChart div, .notCoveredChart div {
    margin-top: 20px;
    display: inline-block;
    position: relative;
    max-width: 155px;
}

.stateCoverChart a, .coveredByYouChart a, .notCoveredChart a {
    padding: 5px !important;
    text-align: center;
    position: relative;
    display: block;
    width: 130px;
    color: white;
    margin-bottom: 0px;
}

.stateCoverChart a {

    background-color: #0E573F;
}

.coveredByYouChart a {

    background-color: #004FB6;

}

.notCoveredChart a {

    background-color: #413E45;

}

.notCoveredChart .procent, .stateCoverChart .procent, .coveredByYouChart .procent {
    width: 50px;
    height: 20px;
    position: absolute;
    font-weight: bold;
    left: 4px;
    bottom: 5px;
    text-align: left;
}

.notCoveredChart .procent {
    color: #413E45;
}

.coveredByYouChart .procent {
    color: #004FB6;
}

.stateCoverChart .procent {
    color: #0E573F
}

div.notvalid {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    font-weight: bold;
    color: #b73030;
}

div.deferred4or8WeekMsg {
    position: static;
    bottom: -20px;
    font-size: 12px;
    font-weight: bold;
    color: #444444;
}

span.notvalid {
    font-size: 12px;
    font-weight: bold;
    color: #b73030;
}

label.notvalid {
    color: #b73030 !important
}

div.notValidSalary {
    position: relative;
!important;
    bottom: -10px;
!important;
}

label {
    margin-bottom: 0px;
}

#calcResults income-chart-coins {
    position: relative !important;
    bottom: 15px !important;
}

.euro {
    background-image: url("../images/euro.png") !important;
    background-position: left 8px top 13px !important;

    padding-left: 26px;
    background-repeat: no-repeat !important;
    background-size: 10px 12px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: bold
}

.euro:focus {
    background-image: url("../images/euro.png") !important;
    background-position: left 8px top 13px !important;

    padding-left: 26px;
    background-repeat: no-repeat !important;
    background-size: 10px 12px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.acicon {
    margin-top: -7px !important;
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    background-image: url('../images/arrowwhite.png');
    background-repeat: no-repeat;
    height: 14px;
    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: 15px 0;
    color: #444444;
    font-size: 16px;
}

div.acpanel {

    padding: 0 15px;
    background-color: #eeeeee;
    max-height: 500px;
    overflow: hidden;
    transition: 0.3s linear;
    /*   opacity: 0; */
}

/*div.acpanel.show {
    opacity: 1;
    max-height: 500px;
}*/

div.acpanel ul li {
    padding: 0px 0;
    color: #492683;
}

#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%;
}
