﻿body {
}

#roi-calculator-page {
    background-image: url(../img/calculator_orange-purple-bg.jpg);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
}

header {
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgb(0,120,138);
    background: linear-gradient(90deg, rgba(0,120,138,1) 0%, rgba(106,30,116,1) 100%);
}

#douglas-logo {
    margin: 15px;
    max-width: 175px;
    width: 100%;
}

#calculator-container {
    padding-top: 25px;
    border: solid 1px #000;
    border-top-width: 0;
    background-color: #f9f9f9;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

h1 {
    color: white;
    margin-top: 25px;
    font-size: 2em;
    text-shadow: 0 1px 0 #000;
}

.instructions {
    padding-top: 15px;
    padding-bottom: 10px;
}

.single-row {
    margin-bottom: 0px;
}

.row-col {
    margin-bottom: 15px;
}

#button-container, 
.button-container {
    text-align: center;
}

.instruction-steps li label {
    font-weight: bold;
    color: black;
    font-size: 110%;
    display: inline-block;
}
/* Radio Button List */
#plate-format-options {
    margin-left: 15px;
}

fieldset[data-type="horizontal"] input[type="radio"] {
    margin-top: 0px;
    width: 10px;
    height: 10px;
}

.ui-btn-active { /*background-color: #00788a !important; border-color: #cfe845 !important; color: #000; text-shadow: 0 1px 0 #cfe845 !important;*/
}
/* Sliders */
input.ui-slider-input {
    display: none;
}

.ui-slider-track {
    margin-left: 15px;
    margin-right: 25px;
}

    .ui-slider-track .ui-btn.ui-slider-handle {
        width: 48px;
        font-size: 85%; /*background-color: #00788a !important; border-color: #cfe845 !important; color: #000; text-shadow: 0 1px 0 #cfe845 !important;*/
    }

.slider-current-value {
    float: right;
    margin-right: 15px;
    text-align: right;
    font-size: 16px;
    display: none;
}

.ui-slider-popup {
    width: 50px;
    height: 35px;
    font-size: 1em;
    line-height: 35px;
    padding-top: 0px;
}
/* Form */
#contact-form {
    margin-bottom: 50px;
    display: none;
}
/* Charting */
#roi-calculation-results {
    margin-bottom: 50px;
    display: none;
}

.roi-chart {
    width: 100%;
    height: 500px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 25px;
    background-color: #f9f9f9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#annual-savings-container, .header-container {
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
    text-shadow: none;
    margin-bottom: 25px;
    padding: 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #D7006D;
    color: white;
}

    .annual-savings-title, .header-container h2 {
        font-size: 1.8em;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }

    .header-container .header-instructions {
        font-weight: normal;
    }

.contact-us {
    font-weight: normal;
}

    .contact-us a {
        color: #000 !important;
        text-decoration: underline !important;
    }

        .contact-us a:hover {
            text-decoration: none !important;
        }
/* Debugging */
#debugger {
    margin-top: 25px;
    color: red;
}

/* Theming */
.ui-btn {
    background-color: #00788a !important;
    color: white !important;
    text-shadow: none !important;
}

.ui-radio-off {
    background-color: #f6f6f6 !important;
    color: #000 !important;
    text-shadow: none !important;
    border-color: #ddd !important;
}

.ui-radio-on {
    color: white !important;
    text-shadow: none !important;
    border-color: #ddd !important;
}

button.ui-btn {
    width: 200px !important;
    display: inline !important;
    background-color: #00788a !important;
    color: white !important;
    text-shadow: none !important;
}

.ui-btn.blue {
    background-color: #D7006D !important;
    color: #fff;
    text-shadow: none !important;
}

div.ui-controlgroup-controls {
    width: 100% !important;
}

#plate-format-options div.ui-controlgroup-controls div.ui-radio {
    width: 48% !important;
}

div.ui-controlgroup-controls div.ui-radio label {
    display: inline-block !important;
    width: 100% !important;
    text-align: center !important;
}

/* Contact Form */
.form-group {
    margin-bottom: 0;
}

.ui-input-text {
    margin: 2px 0;
}

.form-horizontal .form-group-sm .control-label {
    font-size: 1em;
}

.has-error .form-control {
    border-width: 1px;
    border-style: solid;
    border-color: #a94442;
}

.ui-select > .ui-btn {
    background-color: transparent !important;
    border-width: 0 !important;
    text-shadow: none !important;
    padding: 0 !important;
}

    .ui-select > .ui-btn > span.form-control {
        color: #999;
        font-weight: normal;
    }
