﻿ol.nested {
    margin: 0;
    padding: 2px 0;
    counter-reset: item;
    list-style: outside none none;
}
    ol.nested li {
        margin: 0;
        padding: 0;
        text-indent: -1.8em;
        margin: 4px 0px 0px 1.5em;
    }
    ol.nested li:before {
        content: counters(item, ".") " ";
        counter-increment: item;
        font-weight: bold;
        padding-right: 4px;
    }
.centre-float-outer {
    float: right;
    position: relative;
    left: -50%;
}
.centre-float-inner {
    position: relative;
    left: 50%;
}
.error-message {
    color: red;
    display: none;
    margin-left: 14px;
}
.infoSymbol {
    display: inline-block;
    border: 1px solid #006FFF;
    border-radius: 11px;
    width: 20px !important;
    height: 20px !important;
    line-height: 19px !important;
    text-align: center;
    background-color: #00AEFF;
    color: white !important;
    padding: 0 !important;
    font-style: normal !important;
    font-weight: bold;
    font-size: 20px;
    font-family: Times New Roman,serif;
    cursor: pointer;
}
    
.tooltip {
    position: absolute;
    border: 1px solid #555;
    border-radius: 2px;
    background-color: rgb(255, 249, 212);
    padding: 6px;
    display: none;
    z-index: 100;
    max-width: 400px;
}
.fake-text-box {
    border: 1px solid #7F9DB9;
    border-radius: 3px;
    display: inline-block;
    font-family: Arial,sans-serif;
}
    .fake-text-box-focus {
        border-color: #68B359;
        box-shadow: 0px 0px 6px #68B359;
    }
    .fake-text-box textarea {
        border: none;
    }
        .fake-text-box textarea:focus {
            box-shadow: none !important;
        }
.section-title {
    font-size: 22px;
    line-height: 21px;
    clear: both;
    background-color: #A2A2A2;
    color: #FFF;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}
    .section-title .call-us {
        float: right;
        font-size: 16px;
    }
.section-content {
    clear: both;
    background-color: white;
    border: 1px solid #DCDCDC;
    padding: 1em;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.section-nav {
    float: left;
    clear: both;
    text-align: left;
}
.slider {
    margin: 4px auto;
}
.slider-header {
    font-size: 16px;
    line-height: 19px;
    clear: both;
    background-color: #006158;
    color: white;
    border-radius: 4px;
    padding: 4px 10px;
    cursor: pointer;
}
.slider-header.slider-open {
    border-radius: 4px 4px 0 0;
}
.slider-content {
    border: 1px solid #006158;
    padding: 1em;
    border-radius: 0 0 5px 5px;
}
.selection-box {
    position: relative;
    float: left;
    margin: 10px;
    border: 1px solid #555;
    border-radius: 6px;
    padding: 20px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}
    .selection-box .title {
        font-weight: bold;
        font-size: 16px;
        color: #006158;
        margin: 0 -20px;
    }

    .selection-box.selected {
        border-width: 10px;
        border-color: #006158;
        margin: 1px;
    }

.explanation {
    margin-top: 8px;
    font-size: 11px;
    font-style: italic;
}
.package-name {
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #006158;
    color: white;
    padding: 4px 6px;
    border-radius: 0 0 4px 0;
}
#package_cost_table th {
    text-align: right;
    padding: 0 10px;
}
.package-cost-row td {
    text-align: right;
    padding: 2px 10px;
}
.package.disabled {
    cursor: not-allowed;
    background-color: #ccc;
}
.package.disabled .package-name {
    background-color: #555;
    color:#ccc;
}
.package.disabled .cost {
    display: none !important;
}
.cost {
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #0081FF;
    color: white;
    padding: 4px 6px;
    border-radius: 4px 0 0 0;
}
#charge_details_table {
    
}
    #charge_details_table th {
        font-weight: bold;
        text-align: center;
        padding:4px 10px 0 10px;
    }
    #charge_details_table td {
        text-align: left;
        padding: 4px 10px;
    }
        #charge_details_table td:nth-child(5) {
            text-align: center;
        }
        #charge_details_table td:nth-child(4), #charge_details_table td:nth-child(6) {
            text-align: right;
        }
.enquiry-type {
    width: 175px;
    height: 140px;
}
.location-type {
    width: 170px;
    height: 140px;
}
.package {
    width: 175px;
    height: 170px;
}
.package .title {
    font-size: 13px;
}


.selection-details {
    display: none;
    border: 10px solid #0081FF;
    border-radius: 6px;
    margin: 10px 0 14px 0;
}
    .selection-details legend {
        font-weight: bold;
        color: #0081FF;
    }
    .selection-details .item {
        float: left;
        margin: 4px 42px 4px 0;
    }
    .selection-details .item .heading {
        color: #000;
        font-weight: bold;
    }
    .selection-details .item .value {
        color: #000;
    }

.map-hint {
    border: 2px solid #555;
    border-top: none;
    padding: 2px 6px;
    border-radius: 0 0 6px 6px;
    background-color: #bada55;
    text-align: center;
}
.polygon-info {
    
}
.distance {
    text-align: center;
    font-weight: bold;
}
.required::after {
    content: ' *';
    color: red;
}
fieldset {
    border: solid 1px #aaa;
    margin-bottom: 10px;
}
fieldset legend {
    color: #006158;
    font-weight:bold;
}
.form-fieldset {
    text-align: left;
    margin-bottom: 10px;
    border: solid 1px #aaa;
}
.form-fieldset legend {
  padding: 0 2px;
  font-weight: bold;
}
label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}
.form-fieldset li label:first-child {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 140px;
}
.form-fieldset li span {
    color: #555;
    line-height: 1.8;
    font-style: italic;
    vertical-align: top;
    padding-top: 4px;
    width: 470px;
}
.form-fieldset ol {
  margin: 0;
  padding: 0;
}
.form-fieldset li {
  list-style: none;
  padding: 2px 6px;
  margin: 0;
}
    .form-fieldset input[type="text"], .form-fieldset input[type="email"] {
        width: 280px;
    }

.button {
    border: 1px solid #333;
    border-radius: 4px;
    background-color: #006158;
    font-size: 16px;
    color: white;
    padding: 10px 14px;
}
    .button:hover {
        background-color: #008E80;
    }

    .button.has-error {
        background-color: red;
    }

/*Big Drop Down List*/
.dropdown {
    margin: 0 auto;
    border: 1px solid #333;
    border-radius: 4px;
    width: 500px;
    height: 50px;
    position: relative;
}
.dropdown-text {
    float: left;
    padding: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
}
.dropdown-holder {
    position: fixed;
    display: none;
    width: 496px;
    margin: 50px 0px 0px 1px;
    border: 1px solid #333;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}
.dropdown-button {
    border-left: 1px solid #333;
    height: 50px;
    width: 50px;
    float: right;
    background: url('../images/enquiries/DropDownArrow.png') no-repeat center center #C8C8C8;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
.dropdown-item-holder {
    margin: 10px 20px;
    float: left;
}
.dropdown-item {
    cursor: default;
    float: left;
    clear: both;
    width: inherit;
    background-color: #fff;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-size: 22px;
}
    .dropdown-item:hover {
        background-color: #EFEFEF;
    }
    .dropdown-item-icon {
        float: left;
        height: 100%;
        margin-right: 10px;
        width: 60px;
        height: 60px;
    }

/*Tick Box*/
.tickbox {
    display: inline-block;
    border: solid 1px #555;
    border-radius: 2px;
    background-color: white;
    height: 16px;
    width: 16px;
    cursor: pointer;
    vertical-align: text-bottom;
    text-align: center;
    line-height: 12px;
    font-size: 25px;
    color: black;
}
    .tickbox.ticked {
        background: url('../images/X.png') no-repeat white center center;
        background-size: 14px;
    }

/*Modal Popup*/
#mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    background-color: gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    display: none;
}
.popup {
    position: fixed;
    display: none;
    z-index: 9999;
    border: 3px solid #333;
    border-radius: 6px;
    background-color: #fff;
    max-height: 80vh;
    overflow: auto;
}
    .popup > div {
        margin: 20px;
    }

/*Validation Errors*/
label.error {
    font-style: italic;
    color: red;
    margin-left: 10px;
}

input.error, select.error, textarea.error {
    border-color: red;
}
input.error:focus, select.error:focus, textarea.error:focus {
    border-color: red;
    box-shadow: 0 0 6px red;
}
#quote_email-error {
    display: block;
}
.selected-location {
    position: relative;
    border: 3px solid #006158;
    border-radius: 4px;
    padding: 0;
    text-align: center;
    margin-bottom: 4px;
    line-height: 27px;
    height: 25px;
}
.delete-location {
    float: right;
    width: 25px;
    height: 25px;
    border-left: 3px solid #006158;
    cursor: pointer;
    background: url("../images/enquiries/X.png") no-repeat center left;
}
    .delete-location:hover {
        background-color: red;
    }

.like-a-link {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}
.screenshot {
    float: left;
    margin-right: 6px;
}
    .screenshot > img {
        float: left;
        clear: both;
        border: solid 1px #555;
        border-radius: 5px;
    }
.screenshot-caption {
    float: right;
    margin-right: 6px;
    border-radius: 3px 3px 0 0;
    background-color: #aaa;
    padding: 2px 12px;
    font-size: 11px;
    color: white;
}
.progress-holder {
    width: 480px;
    margin: 0px auto 10px auto;
}
.progress-indicator {
    float:left;
    width:80px;
    text-align:center;
    background: url("../images/enquiries/ProgressConnector.png") no-repeat 0 10px;
}
    .progress-indicator:first-child {
        background: url("../images/enquiries/ProgressConnector.png") no-repeat 50px 10px;
    }
    .progress-indicator:last-child {
        background: url("../images/enquiries/ProgressConnector.png") no-repeat -30px 10px;
    }
.progress-indicator img {
    height:22px;
}
    .progress-indicator span {
        font-size: 11px;
        display: block;
    }