body.site {
    background-color: #6dc3f5;
    font-family: sans-serif;
    color: #4d4f53;
}
body {
    background-attachment: fixed;
    background-color: #6dc3f5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}
body.container {
    margin: 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
}
.container-fluid {
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    max-width: 1200px;
    margin: 35px auto auto auto;
}
.container-header, .container-footer{
    background-color: #6dc3f5 !important;
    background-image: none !important;
}
#hopbar {
    margin-bottom: 0;
}
body.itemid-101 .body .container-fluid {
    max-width: 100%;
    margin: 35px 40px auto 40px;
}
a {
    color: #6dc3f5;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    width: auto;
}
.bfxheader {
    padding: 2px 20px 10px 20px ;
    background-color: white;
}
.bfxstrap {
    color: #2c5085;
    font-size: large;
    font-style: italic;
    font-weight: bold;
    top: 20px;
    margin-left: 10px;
    display: inline-block;
}
.bfx-logo img{
    height: 60px !important;
}
.fox-header {
    position: absolute;
    top: 25px;
    right: 20px;
    height: 45px;
    width: 30px;
    background-image: url('../images/boatfax_foxy_left.png');
    background-repeat: no-repeat;
    z-index: 1;
}
.navigation {
    top: 40px;
    height: 38px;
    border-bottom: white 2px solid;
}
.navigation .nav-pills {
    margin-bottom: 0;
}
.hdrlogo {
    position: absolute;
    margin-bottom: 10px;
    top: 0;
    left: 0;
    width: 33%;
    background-color: #6dc3f5;
    height: 38px;
    padding-left: 55px;
    border-bottom: white 2px solid;
}
.hdrlogo img {
    margin-top: auto;
    margin-bottom: auto;
    height: 30px;
    padding-top: 3px;
    padding-left: 3px;
}
.normode {
    background-color: #483291;
    height: 4px;
}
.devmode {
    background-color: red;
    height: 4px;
}
.bfxfloat {
    z-index: auto;
    position: absolute;
    top: 50%;
    left: 10%;
}
/*Tools main menu links*/
.left-col {
    width: 50%;
}
.right-col {
    width: 50%;
}
.broadcast-message-admin {
    border: none;
    color: #ffffff;
    background-color: #472F92;
}
ul.main_menu_list li {
    margin-right: 50px;
}
ul.main_menu_list li {
    padding: 0 0 0.15em 2.5em !important;
}
ul.main_menu_list li a {
    display: block;
    width: 100%;
    padding: 10px;
}
ul.main_menu_list li a:hover {
    background-color: #6dc3f5;
    color: #fff;
    border-radius: 5px;
}
#profile_form {
    margin-left: 20px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    padding: 3px 7px 3px 7px;
    border-radius: 6px;
    text-decoration: none;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    cursor: pointer;
    text-decoration: none;
}
button:disabled, html input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: default;
}
.field.department-category {
    background-color: #B2E6FF !important;
    color: #666;
}
/*table in tools*/
table.record-list tr {
    background-color: #B9E4F7;
}
table.record-list th {
    background-color: #6dc3f5;
    color: #fff;
}
table.record-list .tr_employee_administrator {
    background-color: #FCE3F4 !important;
}
.tab-title {
    background-color: #B9E4F7;
}
table.record-list tr.tr_objective.pending_approval {
    background-color: #EDCBE2;
}
th {
    background-color: #6dc3f5;
    color: #fff;
}
.chart_score {
    color: #472F92;
}
/*Product boxes*/
.product-item.in-use {
    background-color: #EAF2FC;
    margin-bottom: 10px;
}
.product-item {
    margin-bottom: 10px;
}
/*Alerts*/
.system-message, .error-message, .broadcast-message, .broadcast-message-admin, .alert-message {
    /*background-color: #EDCBE2;*/
    background-color: #EAF2FC;
    color: #666 !important;
    border: 2px solid #472F92;
}

/*---------------------------Valuer ------------------------------------*/
.container {
    margin-top: 20px;
    margin-bottom: 40px;
}

.response-range {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.9;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.response-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    opacity: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #483291;
    cursor: ew-resize;
}

.response-range::-moz-range-thumb {
    opacity: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #483291;
    cursor: ew-resize;
}

.slider_response {
    text-align: center;
    padding: 5px 0;
    background-color: #e2f4fd;
    border-left: none !important;
    border-right: none !important;
}

.slider_response input {
    width: 95%;
}
.slider_smiley{
    text-align: center;
    padding: 5px 0;
    background-color: #e2f4fd;
}
.valinput_hin
{
    font-size:1em;
    height:18px;
    vertical-align:middle;
}
.slider_value {
    font-size: 0.9em;
    background-color: #F0F0F0 !important;
    width: 50px;
    text-align: center;
    vertical-align: middle;
}
.slider_value input{
    width: 40px !important;
}
.form_widget_amount_slider img{
    cursor: pointer;
}
.value-action-table{
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    font-size: 0.9em;
    width: 100%;
    min-width: 255px;
    max-width: 470px;
}
.value-action-table td
{
    height: 42px;
}
.value-button{
    text-align: center;
    float: right;
    background-color: #483291;
    cursor: pointer;
    border: none!important;
    padding: 6px 20px;
    border-radius: 5px;
    width: 70px;
    height: 20px;
}
.value-button a{
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
}
.value-button:hover{
    background-color: #6dc3f5;
}
.valuer_html_container
{
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.valuer_criteria_table
{
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color:#FCFCFC;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    margin-left: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 0.8em;
}
.valuer-window
{
    height:100%;
    width:100%;
    padding: 3px;
    overflow:hidden;
    text-align:center;
    display:table;
}
h1.valuer-heading
{
    position:absolute;
    top: 10px;
    text-align:center;
    width:100%;
    font-size: 135%;
}
.valuer-content
{
    font-family: arial, helvetica, sans-serif;
    margin-top: -0.5em;
    display:table-cell;
    vertical-align:middle;
    position:absolute;
    top: 50px;
    bottom: 50px;
    left:2px;
    right:2px;
    overflow:auto;
}
.valuer-window-controls
{
    position:absolute;
    bottom: 5px;
    right: 5px;
}
.rounded-table
{
    overflow: hidden;
    /*border: solid 1px #999;
    background-color:#eee;*/
    border: solid 1px #ccc;
    padding: 0;
    clear: both;
    margin:5px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.valuer-choice-button
{
    width:175px;
    height:35px;
    margin-top: 15px;
    font-weight: bold;
    background-color: #ECF0F1;
    color: #2C3E50;
    cursor: pointer;
}
.valuer-report table
{
    width:100%;
    border-collapse: collapse;
    border-top:none;
}
.valuer-report table th:first-child {
    border-left:none;
}
.valuer-report table th:last-child, .valuer-report table td:last-child {
    border-right:none;
}
.valuer-report table th {
    border-top:none;
}
.valuer-tab-container
{
    padding-top:7px;
    text-align:left;
    padding-left:7px;
}
.valuer-tab
{
    background-color:#aaa;
    color:#fff;
    padding:5px;
    margin:5px;
    font-size:1em;
    font-weight:bold;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}
.valuer-tab.selected
{
    background-color: #9B59B6;
}
.valuer-tab a
{
    text-decoration:none;
    color:#fff;
}

.valuer-report, .valuer-report th, .valuer-report td
{
    font-size:90%;
    border-bottom:none;
}

.valuer-report-appraisal-block, .valuer-report-appraisal-block th, .valuer-report-appraisal-block td
{
    margin-top:3px;
    background-color: #ECF0F1;
    color: #2C3E50;
}
.valuer-report-appraisal-block
{
    background-color: #ECF0F1;
    color: #2C3E50;
    border: solid 1px #ccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin:5px;
    overflow:hidden;
}

.valuer-report-header
{
    background-color: #1ABC9C;
    color:#fff;
    border: solid 1px #ddd;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin:5px;
}
.valuer-report-header-valuation
{
    font-weight: bold;
    font-size: 1.2em;
}
.valuer-report-boat-requested, .valuer-report-boat-used
{
    font-weight: bold;
}
.valuer-report-criteria
{
    font-size:80%;
}
th.valuer-report-values-header
{
    background-color:#9B59B6;
    color:#fff;
}
.valuer-report-values-table th, .valuer-report-values-table td,
.valuer-report-examples-table th, .valuer-report-examples-table td
{
    text-align:center;
    border: solid 1px #ccc;
    border-bottom:none;
}
th.valuer-report-value-low, td.valuer-report-value-low
{
    background-color: #fff;
}
th.valuer-report-value-average, td.valuer-report-value-average
{
    background-color: #ebebeb;
}
th.valuer-report-value-high, td.valuer-report-value-high
{
    background-color: #ddd;
}
.valuer-availability
{
    font-weight:bold;
}
.valuer-report-footer
{
    font-size:80%;
}
.valuer-report-sponsor-link
{
    font-weight: 800;
    color:#585858;
    text-decoration:none;
    cursor: pointer
}
.valuer-result{
    background-color:#FCFCFC;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    padding-bottom: 20px;
    padding-top: 10px;
}
.valueit-header-table
{
    border-collapse: collapse;
    font-size: .9em;
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.valueit-header-table td
{
    text-align: left;
    vertical-align: middle;
}
.valueit-item-details-table
{
    border-collapse: collapse;
    font-size: 0.9em;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 255px;
    max-width: 470px;
}
.valueit-item-details-table th {
    background-color: #DDDDDD;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    width: 20px !important;
}
.valueit-item-details-table td {
    border: 1px solid #CCCCCC;
}
.valueit_section_header
{
    background-color: #FFFFFF;
    border-collapse: collapse;
    color: #808080;
    font-size: 0.75em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: 470px;
}
.valueit_step
{
    background-color: #F0F0F0 !important;
    font-size: 1.1em;
    font-weight: bold;
    vertical-align: middle;
    width: 85px !important;
}
.valueit_content
{
    background-color: #e2f4fd;
    border: 1px solid #CCCCCC;
    width:240px;
}
.valueit_price
{
    background-color: #F0F0F0 !important;
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}
.valueit-progress-bar
{
    background-color: #e2f4fd;
    border: 1px solid #CCCCCC;
    margin-left: 3px;
    padding: 4px 4px 0 4px;
    height: 24px;
    border-radius: 7px;
    margin-bottom: 10px;
    color: #34495E;
    vertical-align:middle;
    font-size: 0.8em;
    overflow:auto;
}
.progress-bar-strap {
    float: right;
    color: grey;
}
#decode_button.valuer {
    margin-top: 15px;
}

.pay_error_message {
    background-color: #483291;
    color: white;
    text-align: center;
    padding: 20px;
    width: 90%;
    border-radius: 5px;
    font-size: 1.2em;
    margin: auto;
    line-height: 20px;
}

/*----- Valuer Plus-------*/

th.valuer-plus-header
{
    background-color:#9B59B6;
    color:#fff;
}
.valuer-plus-table th, .valuer-plus-table td
{
    text-align:center;
    border: solid 1px #ccc;
    border-bottom:none;
}
.valuer-plus-table table
{
    width:100%;
    border-collapse: collapse;
    border-top:none;
}
.valuer-plus-table table th:first-child {
    border-left:none;
}
.valuer-plus-table table th:last-child, .valuer-plus-table table td:last-child {
    border-right:none;
}
.valuer-plus-table table th {
    border-top:none;
}
td.valuer-plus-title{
    background-color: #1ABC9C;
    color:#FFF;
    text-align: right;
    padding-right: 10%;
}
td.valuer-plus-subtitle{
    background-color: #ECF0F1;
    color:#1ABC9C;
    text-align: right;
    padding-right: 10%;
}
td.valuer-plus-result{
    background-color: #FFF;
    color:#9B59B6;
    text-align: left;
    padding-left: 10%;
}
td.valuer-plus-null{
    background-color: #ECF0F1;
}
.valuer_result_footnote
{
    padding-top: 10px;
    color:#7F8C8D;
    font-size: 0.9em;
}
.valuer_rotate{
    display: none;
    text-align: center;
}
#prebuy_message{
    display: block;
    color: #483291;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

/*---------------------------Mobile Styling-----------------------------*/
@media print
{
    .hide-for-print
    {
        display:none;
    }
}
@media all and (max-width: 1000px) {
    .progress-bar-item {
        font-size: 0.9em;
    }
}
@media all and (max-width: 575px) {
    .valuer_container {
        display:none;
    }
    .valuer_rotate{
        display: block;
        margin: auto;
    }
}
@media all and (max-width: 700px) {
    .progress-bar-item {
        font-size: 0.8em;
    }
    .progress-bar-strap{
        display: none;
    }
}
@media all and (max-width: 510px) {
    .valueit-progress-bar {
        display: none;
    }
}
