﻿@import url('https://fonts.googleapis.com/css?family=Abel');


/* Account for fixed navbar */
body {
    min-width: 970px;
    padding-top: 0px;
    padding-bottom: 30px;
}

/* Don't let the lead text change font-size. */
.lead {
    font-size: 16px;
}

/* Finesse the page header spacing */
.page-header {
    margin-bottom: 30px;
}

    .page-header .lead {
        margin-bottom: 10px;
    }


/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
    /*width: 970px;*/
    max-width: none !important;
}

    .container .navbar-header,
    .container .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

/* Always float the navbar header */
.navbar-header {
    float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-toggle {
    display: none;
}

.navbar-collapse {
    border-top: 0;
}

.navbar-brand {
    margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
    float: left;
    margin: 0;
}

    .navbar-nav > li {
        float: left;
    }

        .navbar-nav > li > a {
            padding: 15px;
        }

    /* Redeclare since we override the float above */
    .navbar-nav.navbar-right {
        float: right;
    }

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}

.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #428bca !important;
}

.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
}
/*non-responsive.css end*/


.y-axis-outer {
    width: 534px;
    margin-left: 80px;
}

.y-axis {
    float: left;
    font: 12px/12px Arial;
}

.y-axis-2 {
    text-align: right;
}

.y-axis-4 {
    float: right;
}

.chart-tooltip, .legend {
    font: 12px/12px Verdana, Geneva, sans-serif;
    padding: 5px;
}

.tooltip-line div {
    display: inline-block;
    margin: 3px 0;
}

.age, .total {
    height: 18px;
}

.tooltip-line .legend-icon {
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.pre-1 {
    background-color: #9D9D9D;
}

.pre-2 {
    background-color: #017bc1;
}

.pre-3 {
    background-color: #c00040;
}

.post-1 {
    background-color: #6e6e6e;
}

.post-2 {
    background-color: #01517d;
}

.post-3 {
    background-color: #990033;
}

.tooltip-line {
    white-space: nowrap;
}

    .tooltip-line .txt {
        height: 12px;
        vertical-align: bottom;
    }

.legend-outer {
    clear: both;
    /*width: 618px;*/
    /*margin-left: 80px;*/
}

.legend {
    margin: 0 auto;
    width: 610px;
    clear: both;
}

.legend-col1, .legend-col2 {
    float: left;
}

.legend-col1 {
    margin-right: 30px;
}

.text {
    clear: both;
    font: 13px Arial;
    padding-top: 10px;
}

#text-1, #text-2, #text-3, #text-4 {
    text-align: left;
    line-height: 18px;
    /*font-weight: bold;*/
    display: inline-block;
    padding-bottom: 7px;
}

#text-1 {
    text-align: center;
}

#text-3 {
}

    #text-3 ul {
        padding: 0 0 0 15px;
    }

        #text-3 ul li ul {
            list-style-type: none;
            padding-left: 10px;
        }

            #text-3 ul li ul li:before {
                content: '-';
                position: absolute;
                margin-left: -10px;
            }

#text-5 {
    margin-top: 10px;
    font-size: 11px;
}

    #text-5 ul {
        margin-top: 4px;
    }

        #text-5 ul li {
            margin-bottom: 3px;
        }

            #text-5 ul li ul {
                list-style-type: none;
                padding-left: 10px;
            }

                #text-5 ul li ul li:before {
                    content: '-';
                    position: absolute;
                    margin-left: -10px;
                }

.form-group {
    margin-bottom: 5px;
    padding-left: 15px;
}

label {
    font-size: 13px;
    margin-left: -15px;
}

input[type=text] {
    display: inline-block;
}

.error {
    font-size: 12px;
    color: red;
    display: none;
}

.btn-calculate {
    width: 200px;
    margin-top: 10px;
    display: none;
    background-color: #787575;
    position: absolute;
    z-index: 10;
    left: 304px;
    top: 140px;
    height: 100px;
}

.btn-calculate-right {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #2db300;
    height: auto;
    padding: 15px;
}

#debug table td {
    padding: 2px;
}

h2 {
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px 10px 0;
}

.variable-text {
    padding: 10px;
    padding-bottom: 3px;
    background-color: #E2F5E0;
    border: 1px solid #D9D9D9;
}

.variable-text-blue {
    background-color: #017BC1;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.title-row {
    background-color: #017bc1;
    /*font-family: 'Do', sans-serif;*/
}

.right-col {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);
    background-color: #03242b;
    color: #fff;
}

    .right-col h5 {
        font-size: 18px;
        margin-top: 20px;
    }

    .right-col p {
        font-size: 13px;
    }

#chart_div {
    width: 617px;
}

/*large desktop*/
@media (min-width: 1200px) {
    .y-axis-outer {
        width: 664px;
    }

    #chart_div {
        width: 747px;
    }
}


#chart_div svg > g > g > g > g > rect {
    stroke-width: 0 !important;
}

/*#chart_div svg > g > g > g > rect[height="0.5"], #chart_div svg > g > g > g > g > rect[height="0.5"] {
        stroke: none !important;
        height: 0 !important;
        fill: none !important;
        display: none !important;
    }*/
