﻿span.alert {
    padding: 5px;
}

html {
    height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Open Sans','sans-serif';
    font-size: 13px;
    background-color: #F1F1F1;
    min-height: 100%;
}


h1 {
    margin-left: auto;
    margin-left: auto;
    color: #09538D;
    font-family: 'Open Sans','sans-serif';
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

h2 {
    color: #09538D;
    font-family: 'Open Sans','sans-serif';
}

h3 {
    color: #09538D;
    font-family: 'Open Sans','sans-serif';
}

h4 {
    color: #008ADE;
    font-family: 'Open Sans','sans-serif';
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 100%;
}

#detailContainer {
    background: #FFFFFF;
    border-radius: 5px;
    margin: 20px -30px;
    padding: 5px 30px;
}

.navbar-inverse {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding-top: 10px;
    color: #000;
    border-color: #ccc;
    height: 56px;
}

    .navbar-inverse .navbar-nav > .active > a {
        background-color: #008ADE;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .navbar-inverse .navbar-nav > .active > a:hover {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background-color: #eee;
            color: #1e395b;
        }


    .navbar-inverse .navbar-nav > li > a:hover {
        /* color: #008ADE;*/
        color: #000;
        background-color: #eee;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #000;
        background-color: #eee;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #008ADE;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #000;
        background-color: #eee;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }


.bold > a {
    font-weight: 600;
    font-size: 14px;
}

.bold {
    margin-left: 4px;
    margin-right: 4px;
}

.navbar-inverse .navbar-brand {
    background-color: #fff;
    color: #1e395b;
}

.navbar-inverse .navbar-nav > li > a {
    color: #1e395b;
    height: 30px;
    padding-top: 5px;
    font-weight: 600;
    font-size: 14px;
    background-color: #fff;
}

#loginForm {
    width: 700px;
}

.logoImage, .OptalitixLogo {
    display: block;
    left: 4.33%;
    margin-left: -13px;
    position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 0;
}

.logoImage {
    top: 20px;
    width: 300px;
    height: 100px;
}

.OptalitixLogo {
    top: 10px;
    width: 300px;
    height: 200px;
    background-image: url('/images/OptalitixLogo.png');
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #008ADE;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

label {
    font-weight: normal;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Custom Styles  
-----------------------------------------------------------*/



.box {
    border: 1px solid #E4E8EC;
    background-color: #F1F6FB;
    padding: 10px;
}

.quoteForm {
    padding: 20px;
    color: black;
}

    .quoteForm label {
        margin-right: 10px;
        vertical-align: middle;
    }

    .quoteForm .labelRow {
        width: 120px;
        text-align: right;
        vertical-align: central;
        height: 30px;
    }

.field-validation-error {
    color: red;
    padding: 20px;
}

fieldset {
    padding: 20px;
    border-radius: 5px;
}

.quoteBox {
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
}

.quoteAmount {
    font-size: xx-large;
    font-weight: bold;
}

.box h2, .box h3, .box h4, .box h5 {
    margin-top: 0;
    padding-top: 0;
}

.centeralign {
    text-align: center;
}

.smallprint {
    font-size: smaller;
}

.bigprint {
    font-size: large;
}

a.fakeclick {
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

#preset {
    border: 1px solid black;
}

    #preset th {
        text-align: center;
        min-width: 80px;
        border: 1px solid black;
    }

    #preset td {
        text-align: center;
        border: 1px solid black;
    }

.smallInput {
    width: 80px;
}

.separator {
    border-left: 1px solid black;
    height: 600px;
    width: 0px;
    margin: 18px;
}

.productTable td {
    padding: 5px;
}

.productTable th {
    text-align: left;
    padding: 5px;
}

table.analyticsTable {
    border-collapse: collapse;
}

    table.analyticsTable td, th {
        border: 1px solid #ddd;
        padding: 5px;
        color: black;
    }

    table.analyticsTable th {
        background-color: #E9EDF1;
        text-align: left;
    }

.plot-container {
    padding: 10px 10px 15px 15px;
    margin: 15px auto 30px auto;
    border: 1px solid #ddd;
    background: #fff;
    background: linear-gradient(#f6f6f6 0, #fff 50px);
    background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.kpi {
    display: block;
    color: #2363A4;
}


.text-box {
    background: #F9FAFB;
    border: 1px solid #2A78C6;
    margin: 0 auto;
}

.text-box {
    width: 100%;
    padding: 8px 0;
    color: #153D65 !important;
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
}


div.greentick {
    background-image: url('/Images/greentick.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    vertical-align: central;
    height: 24px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 30px;
}


div.crosstick {
    background-image: url('/Images/cross.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    vertical-align: central;
    height: 24px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 30px;
}

.AgeDropDown {
    width: 70px;
    padding: 8px 0;
    border: 1px solid #2A78C6;
}

input.sliderValBox {
    width: 250px;
    border: none;
    background-color: #F1F6FB;
    font-weight: bold;
    text-decoration: underline;
}


input.rangeMap {
    width: 150px;
}


input.age {
    width: 20px;
}


input#CoverageName {
    width: 250px;
}

input#recommendation {
    width: 100px;
}

select#region {
    width: 150px;
}

select#affluence {
    width: 80px;
}

#tabs {
    border: 0px;
    background: transparent;
}

    #tabs a, a:focus, li:focus {
        color: black;
        border: 0px;
        outline: 0;
        list-style-type: none;
        text-decoration: none;
    }


    #tabs li:before {
        content: "";
    }

    #tabs .ui-widget-header {
        border: 0;
        background: transparent;
        color: black;
    }

    #tabs .ui-widget-content {
        border: 1px solid #aaaaaa;
        background: #ffffff none;
    }

    #tabs .ui-state-default, .ui-widget-content .ui-state-default {
        background: white;
        background: #ffffff none;
        border-top: solid 1px #aaaaaa;
        border-right: solid 1px #aaaaaa;
        border-bottom: solid 0px #aaaaaa;
        border-left: solid 1px #aaaaaa;
    }

    #tabs .ui-state-active, .ui-widget-content .ui-state-active {
        background: #ffffff none;
        border-top: solid 1px #aaaaaa;
        border-right: solid 1px #aaaaaa;
        border-bottom: solid 1px white;
        border-left: solid 1px #aaaaaa;
    }


    #tabs .ui-tabs-nav {
        margin: 0;
        padding: 0;
    }

#contentHolder {
    padding: 10px;
}


.promote {
    width: 550px;
    text-align: justify;
}

    .promote textarea {
        width: 550px;
    }

    .promote label {
        float: left;
        margin-bottom: 0px;
    }

label.check {
    float: none;
    display: inline;
}

label.title {
    float: none;
    min-width: 200px;
    display: inline-block;
}

label.titleEdit {
    float: none;
    min-width: 150px;
    display: inline-block;
}


.promote span {
    margin-left: 5px;
    float: left;
    margin-right: 5px;
}

.promote input[type=radio] {
    float: left;
    margin-right: 5px;
}

.promote input[type=text] {
    width: 350px;
    float: right;
}

#contentHolderRoles label, #contentHolderUsers label {
    display: inline-block;
    width: 160px;
}

.cellblock input[text], .cellblock select {
    display: inline-block;
    width: 184px;
}

fieldset, legend {
    border: none;
    border-radius: 3px;
    background-color: #FFF;
}
