/**
 * Colours
 */
.lightBlue { color: #1875bd; }
.darkBlue { color: #292063; }
.darkRed { color: #9C2421 }

/**
 * Element Styles
 */
    body {
        padding-bottom: 40px;
        background-color: #C6E3CE;
        background-image: url("../img/background.png");
        background-repeat: repeat;
    }
    
    body.onecall {
        background-color: #fff;
        background-image: url('../img/onecallbg.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: top center;
        background-size: 100% 100%;
    }

/**
 * General Layout Styles
 */
    body div.container {
        background: #FFF;
    }
    
    /**
     * Header
     */
    header { padding-top: 10px; }
    
    header .logo {
        text-align: center;
    }
    
    header .address, header .email {
        text-align: right;
        font-size: 18px
    } 
    
    header .email {
        margin-top: 0px;
    } 
    
    header .telephone {
        text-align: right;
    }
    
    header .telephone h1 {
        margin-top: 10px;
        font-size: 42px;
    }


/**
 * Page Specific Styles
 */

.marketingInformation {
    background-color: cornsilk;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-bottom: 2%;
}

.form-progress-container {
    padding-top: 20px;
}

ol.form-progress {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

ol.form-progress li {
    display: inline-block;
    text-align: center;
    line-height: 3em;
}

/* Equal Spacing */
ol.form-progress[data-form-progress-steps="4"] li { width: 24%; }
ol.form-progress[data-form-progress-steps="5"] li { width: 19%; }
ol.form-progress[data-form-progress-steps="6"] li { width: 16%; }
ol.form-progress[data-form-progress-steps="7"] li { width: 14%; }
ol.form-progress[data-form-progress-steps="8"] li { width: 12%; }
ol.form-progress[data-form-progress-steps="9"] li { width: 11%; }

/* Progress Line */
ol.form-progress li.form-progress-done {
    color: black;
    border-top: 4px solid yellowgreen;
}

ol.form-progress li.form-progress-todo {
    color: silver; 
    border-top: 4px solid silver;
}

/* Progress Icons */
ol.form-progress li:before {
    position: relative;
    top: -0.8em;
    float: left;
    left: 50%;
    line-height: 1em;
}
ol.form-progress li.form-progress-done:before {
    content: "\2713";
    color: white;
    background-color: yellowgreen;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}
ol.form-progress li.form-progress-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    top: -0.6em;
}

/* Only display 1 fieldset at a time */
#ProposalForm fieldset:not(:first-of-type) {
    display: none;
}

/* Form */

/* Form Error Messages */
div.form-group div.alert-danger {
    margin-bottom: 0px;
}

label.has-error {
    display: table-row;
}

label.has-error span.glyphicon-arrow-up {
    padding-right: 5px;
    padding-top: 10px;
}

/* Chosen Select Element */
div.form-group div.chosen-container {
    height: 31px;
}

div.form-group div.chosen-container a.chosen-single {
    height: 31px;
    background: #fff;
    color: #555555;
    border-color: #CCCCCC;
    border-radius: 4px;
}

div.form-group div.chosen-container div.chosen-drop {
    color: #555555;
    border-color: #CCCCCC;
}

div.form-group div.chosen-container a.chosen-single span {
    padding-left: 9px;
}

div.form-group div.chosen-container a.chosen-single span,
div.form-group div.chosen-container a.chosen-single div {
    padding-top: 3px;
}

.widget {
    margin-bottom: 15px;
}

.widget-content-wrapper{
    width:190px;
    margin: 0 auto;
}

.parrot-container {
    background:#E73839;
    padding:10px;
    width:100%;
    border-radius:5px;
}

.parrot-bubble {
    background-image: url("../img/parrot_bubble.png");
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 45px;
    padding-left: 7px;
    padding-right: 10px;
    padding-top: 17px;
}

.parrot-parrot-wrapper {
    width:100%;
    margin-top:-30px
}

.parrot-call-us-on {
    color:#fff;
    font-size:16px;
    margin-top:80px;
}

.parrot-telephone {
    color:#fff;
    font-weight:bold;
    font-size:26px;
}

.badger-container {
    background:#F7E784;
    background-image: url("../img/badger_bubble.png");
    background-repeat: no-repeat;
    background-position: top center;
    padding:10px;
    width:100%;
    height:300px;
    border-radius:5px;
}

.badger-text-container {
    margin: 110px auto 0 auto;
    width:90%;
    font-size: 16px;
}

.badger-text-container span {
    font-size: 20px;
    font-weight: bold;
}

.badger-text-container p {
    text-align: justify;
}

.otter-container {
    background:#E73839;
    background-image: url("../img/otter_bubble.png");
    background-repeat: no-repeat;
    background-position: top center;
    padding:10px;
    width:100%;
    height:270px;
    border-radius:5px;
}

.otter-text-container {
    margin: 90px auto 0 auto;
    width:90%;
    font-size: 16px;
}

.otter-text-container span {
    font-size: 20px;
    font-weight: bold;
}