/* =================================
    Prometheus preview styles
==================================== */

header {
    background-image: none;
    background-color: #0088cc;
}

    header .navbar-inverse .navbar-inner {
        background-color: #0088cc;
    }

.navbar-inner {
    background-image: none;
    background-repeat: repeat-x;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: none;
    *zoom: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.breadcrumb > .active {
    color: #888;
}


.topMenu {
    background-color: #0088cc;
}

    .topMenu li.active {
        background-color: #085790;
    }

ul.sideMenu li ul li ul li {
    text-indent: 5px;
    list-style-type: none;
    margin: 10px 0;
}

ul.sideMenu li ul li a {
    color: #0E7FD1;
}

/* =================================
         Magnifica custom
==================================== */

#topbar {
    background-color: #f5f5f5;
    height: 37px;
    padding-top: 7px;
    border-bottom: solid 2px #E0E0E0;
}

#quicklinks {
    background-color: #f5f5f5;
    height: 35px;
    padding-top: 9px;
    border-bottom: solid 1px #E0E0E0;
    border-right: solid 1px #E0E0E0;
    text-align: center;
}

.maincontent {
    padding-top: 20px;
}



.two-col-contentwrapper-thin {
    float: left;
    margin-right: -191px;
    width: 100%;
}

    .two-col-contentwrapper-thin .maincontent {
        margin-right: 191px;
    }

.two-col-sidebar-thin {
    padding: 20px;
    width: 150px;
    float: right;
    min-height: 900px;
    border-left: solid 1px #ddd;
}

    .two-col-sidebar-thin select {
        width: 160px;
        margin-bottom: 10px;
    }

    .two-col-sidebar-thin input[type="text"] {
        width: 116px;
    }



.contentwrapper {
    float: left;
    margin-right: -271px;
    width: 100%;
}

    .contentwrapper .maincontent {
        margin-right: 271px;
    }

.sidebar {
    padding: 20px;
    width: 230px;
    float: right;
    min-height: 80vh; /* full screen height */
    position: sticky;
    top: 0;
    border-left: solid 1px #ddd;
}

    .sidebar select {
        margin-bottom: 10px;
    }

@media (max-width: 979px) {

    .sidebar {
        display: none;
    }

    .contentwrapper {
        margin-right: 0;
    }

        .contentwrapper .maincontent {
            margin-right: 0;
        }
}

.alert-info {
    color: #888;
    background-color: #f9f9f9;
    border-color: #f0f0f0;
}

.icon-info-sign-blue {
    background-position: 0 -165px;
}

.icon-info-sign-grey {
    background-position: -24px -165px;
}

.icon-chain {
    background-position: -48px -165px;
}

.linkeditems {
    padding-left: 16px;
    width: 24px;
    display: inline-block;
}

.profileBar > li {
    border-right: 1px solid #0582FF;
}

    .profileBar > li:first-child {
        border-right: 1px solid #0582FF;
    }

.profileBar .notifications {
    width: 60px;
    background: url('../images/icon-notification.png') no-repeat center;
}

    .profileBar .notifications .attention {
        display: block;
        padding: 0 2px;
        height: 12px;
        position: absolute;
        top: 50%;
        right: 50%;
        margin-top: -13px;
        margin-right: -18px;
        text-align: center;
        line-height: 10px;
        font-size: 10px;
        font-weight: bold;
        background-color: #FCD55A;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        color: #000;
    }


h1, h2, h3 {
    line-height: 20px;
}

footer {
    background-color: #444;
    padding: 7px 10px;
    color: #bbb;
    text-align: right;
}

    footer img {
        margin-left: 2px;
    }

hr {
    margin-top: 10px !important;
    border-top: 1px solid #ddd !important;
}


/* -- Validation -- */
.validation-summary-valid {
    display: none;
    ';;;
}

.validation-summary-errors {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .validation-summary-errors,
    .validation-summary-errors span {
        color: #c09853;
    }

        .validation-summary-errors span {
            margin: 0;
            font-weight: bold;
        }

        .validation-summary-errors ul,
        .validation-summary-errors ul li {
            list-style-type: none;
            margin: 0;
        }


/* -- Notification/Task dropdwon */
.dropdown-dataList {
    padding: 0px;
}

    .dropdown-dataList h3 {
        padding: 6px 10px;
        font-size: 1em;
        font-weight: bold;
        border-bottom: solid 2px #eee;
        margin: 0;
    }

    .dropdown-dataList ol {
        width: 320px;
        margin: 0;
    }

        .dropdown-dataList ol li {
            list-style-type: none;
            margin: 0;
            padding: 10px;
            cursor: pointer;
            border-bottom: solid 1px #efefef;
        }

            .dropdown-dataList ol li:hover {
                background-color: #F4F6F9;
            }

    .dropdown-dataList .when {
        color: #bbb;
        font-size: 0.9em;
    }

    .dropdown-dataList p {
        padding: 6px 10px 0px 10px;
        width: 320px;
        color: #999;
    }
/* -- Autocomplete -- */
.typeahead,
.tt-query,
.tt-hint {
    width: 206px;
    height: 30px;
    padding: 8px 12px;
    font-size: 18px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

    .typeahead:focus {
        border: 2px solid #0097cf;
    }

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-dropdown-menu {
    width: 216px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 14px;
}

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
        cursor: pointer;
    }

    .tt-suggestion p {
        margin: 0;
    }

    .tt-suggestion .extraInfo {
        display: block;
        margin: 0px;
        font-size: 12px;
        color: #888888;
    }

a.back-link {
    padding: 0px 10px 10px 0;
    display: block;
}

    a.back-link i.icon-back {
        width: 23px;
        height: 19px;
        background: url('../Images/icon-back.png') top;
        display: block;
    }

    a.back-link:hover i.icon-back {
        background: url('../Images/icon-back.png') bottom;
    }


.sidebyside input {
    width: 80px;
    margin-right: 10px;
    float: left;
}

.sidebyside label.rb input {
    width: auto;
}

.sidebyside .input-append input {
    margin-right: 0px;
}

.sidebyside .input-append {
    margin-right: 10px;
}

.sidebyside label,
.sidebyside span.viewonly {
    margin-right: 7px;
    float: left;
}

.sidebyside select {
    width: 113px;
    float: left;
}

#addRateModal input.error,
#addRateModal select.error {
    border: solid 1px red;
}


.viewonly, .total, .sidebyside label {
    font-style: italic;
    margin-top: 4px;
    font-size: 13px;
    display: inline-block;
}

.sidebyside label {
    float: left;
}

/* --- MAP --- */
#map {
    height: 380px;
    width: 440px;
    float: left;
    display: block;
}

@media (max-width: 915px) {
    #map {
        display: none;
    }
}

#mapSideList {
    margin: 0 0 0 20px;
    width: 440px;
    float: left;
}

    #mapSideList ul {
        list-style-type: none;
        margin: 0;
    }

.leaflet-container a.btn {
    margin-top: 10px;
    color: #000;
}

.status {
    color: #a6a6a6;
    font-size: 0.9em;
    margin-top: -10px;
    margin-bottom: 0;
}

    .status p {
        margin-bottom: 0;
    }

.approval {
    padding: 10px 10px 6px 10px;
    margin-bottom: 10px;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-left-width: 6px;
    color: #444;
}

.infobox {
    padding: 15px 15px 6px 15px;
    margin-bottom: 20px;
    background-color: #fbfbfc;
    border: 1px solid #f0f0f0;
    color: #444;
    line-height: 17px;
}

.announcement {
    padding: 10px 10px 6px 10px;
    margin-bottom: 20px;
    background-color: #E8F3E2;
    border: 1px solid #B8DAB9;
    border-left-width: 6px;
    color: #444;
}

.warning {
    padding: 2px 6px;
    margin-right: 8px;
    border: 1px solid red;
    color: red;
    display: inline-block;
}

.approval p {
    margin: 4px 0 0 0;
}

.announcement p {
    margin: 5px;
}

.small {
    font-size: 0.8em;
}

td.buttons .btn {
    margin-left: 4px;
}

.controls .control-tooltip {
    margin-left: 5px;
}

/* =================================
         Spacers
==================================== */
.spacer-bottom {
    margin-bottom: 10px !important;
}

.spacer-top {
    margin-top: 10px !important;
}

.spacer-top-lrg {
    margin-top: 30px !important;
}

.spacer-right {
    margin-right: 7px !important;
}

.spacer-left {
    margin-left: 7px !important;
}


/* =================================
         Indents
==================================== */
.indent-left {
    margin-left: 20px;
}

/* =================================
         Bootstrap overrides
==================================== */

h2 {
    font-size: 22px;
    margin-top: 0px;
    font-weight: normal;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}

#tags .tagrow {
    margin-bottom: 5px;
}

label, input, button, select, textarea {
    font-size: 12px;
}

    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        display: inline-block;
        padding: 4px 6px;
        margin-bottom: 0px;
        font-size: 12px;
        line-height: 20px;
    }

.form-actions {
    padding: 14px 15px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    border-top: 2px solid #e5e5e5;
}

.navbar .btn-navbar {
    margin: 10px 16px;
}

.navbar-inverse .btn-navbar {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #000;
    *background-color: #000;
    background-repeat: repeat-x;
    border-color: #040404 #040404 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

    .navbar-inverse .btn-navbar:hover,
    .navbar-inverse .btn-navbar:focus,
    .navbar-inverse .btn-navbar:active,
    .navbar-inverse .btn-navbar.active,
    .navbar-inverse .btn-navbar.disabled,
    .navbar-inverse .btn-navbar[disabled] {
        color: #ffffff;
        background-color: #000000;
        *background-color: #000000;
    }

    .navbar-inverse .btn-navbar:active,
    .navbar-inverse .btn-navbar.active {
        background-color: #000000 \9;
    }


label input[type="checkbox"] {
    margin: 0 3px 0 0;
}

/* =================================
         Icons
==================================== */
.icon-expand {
    background: url('../images/expand.png') no-repeat;
    width: 13px;
    height: 13px;
}

.icon-contract {
    background: url('../images/contract.png') no-repeat;
    width: 13px;
    height: 13px;
}


/* =================================
         File Grid
==================================== */
.level1 td:first-child {
    padding-left: 40px;
}

.level1 {
    display: none;
}

.fa-norm {
    font-size: 14px !important;
}

.validation-inline {
    color: red;
}

a.notification-link {
    display: block;
}

    a.notification-link:hover {
        text-decoration: none;
    }

/* =================================
         Report Table
==================================== */
tr.totals {
    font-weight: bold;
}

    tr.totals td {
        border-top: 2px solid #ccc;
        background-color: #fff !important;
    }

.reports-table tr th {
    border-bottom: 1px solid #ccc;
}

.calendar-date {
    font-size: 0.8em;
    color: #999;
    margin-top: -3px;
    display: block;
}

/* FIX FOR MAPQUEST */
#map img {
    max-width: none;
}

/* -- Side Wizard -- */
.verification-wizard {
    width: 410px;
    float: left;
    padding-right: 20px;
}

    .verification-wizard .step label {
        margin-top: 5px;
    }

    .verification-wizard .step .inline-validation-control {
        margin: 5px 0;
    }

        .verification-wizard .step .inline-validation-control input {
            float: left;
            width: 256px;
        }

        .verification-wizard .step .inline-validation-control .input-append input,
        .verification-wizard .step .inline-validation-control .input-prepend input {
            float: left;
            width: 228px;
        }

        .verification-wizard .step .inline-validation-control a.status {
            float: right;
            display: block;
            width: 20px;
            margin: 5px;
            height: 20px;
        }

            .verification-wizard .step .inline-validation-control a.status.tick {
                background: url(../Images/icon-tick.png) no-repeat;
            }

            .verification-wizard .step .inline-validation-control a.status.cross {
                background: url(../Images/icon-cross.png) no-repeat;
            }

        .verification-wizard .step .inline-validation-control.reading input {
            width: 200px;
        }

        .verification-wizard .step .inline-validation-control.reading select {
            float: left;
            width: 50px;
            margin-left: 6px;
        }

    .verification-wizard .step .btn-container {
        margin-top: 10px;
    }

    .verification-wizard .step .validation-message {
        margin-top: 10px;
        color: #ff0000;
    }

    .verification-wizard .step .total.all {
        font-size: 28px;
        font-weight: bold;
        text-decoration: none;
        margin: 10px 0;
        display: block;
    }

    .verification-wizard .step .total.net {
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        margin: 10px 0;
        display: block;
    }

    .verification-wizard .step .total .substr {
        font-size: 10px;
    }

    .verification-wizard .step.manual-confirmation {
    }

        .verification-wizard .step.manual-confirmation h2 {
            font-size: 20px;
        }

        .verification-wizard .step.manual-confirmation h3 {
            font-size: 12px;
        }

        .verification-wizard .step.manual-confirmation .totals.sub {
            float: right;
            font-weight: bold;
            text-decoration: none;
            margin-top: 4px;
        }


        .verification-wizard .step.manual-confirmation hr.seperator {
            margin: 10px 0 5px 0;
        }

        .verification-wizard .step.manual-confirmation .input-append,
        .verification-wizard .step.manual-confirmation .input-prepend {
            float: left;
        }


.readings .info {
    float: left;
    display: block;
    width: 118px;
    text-align: center;
    padding-top: 5px;
    font-style: italic;
}

.readings .inline-validation-control.reading input.read,
.reading input.read {
    width: 70px;
}

.readings .inline-validation-control.reading input.calorificValue,
.reading input.calorificValue {
    width: 50px;
    margin-left: 6px;
}

.reading {
    margin: 3px 0;
}

    .reading a, .reading input.read, .reading select, .reading .input-append {
        float: left;
    }

    .reading .input-append {
        width: 108px;
        margin-right: 5px;
    }

        .reading .input-append input,
        .reading .input-prepend input {
            width: 67px;
        }


    .readings .inline-validation-control select,
    .reading select {
        width: 50px;
        margin-left: 6px;
    }

    .reading a {
        margin: 10px 5px 0 0;
        padding-right: 3px;
        padding-bottom: 3px;
        width: 10px;
        height: 10px;
        display: block;
        background-image: url('../Images/close.png');
        cursor: pointer;
    }

.remove {
    margin: 2px 5px 0 0;
    padding-right: 3px;
    padding-bottom: 3px;
    width: 10px;
    height: 10px;
    display: block;
    background-image: url('../Images/close.png');
    cursor: pointer;
    float: left;
}

.reading .spacer {
    width: 13px;
    height: 13px;
    margin: 10px 5px 0 0;
    display: block;
    float: left;
}

.reading .prev {
    font-size: 10px;
    padding-left: 5px;
    padding-top: 5px;
    display: inline-block;
    float: right;
}

.headings span {
    display: block;
    float: left;
    font-weight: bold;
}

    .headings span.read {
        width: 150px;
        margin-left: 136px;
    }

.readings .reading span.read {
    width: 76px;
    float: left;
    margin-top: 5px;
    padding-left: 8px;
}

.readings .reading span.readType {
    float: left;
    width: 39px;
    margin: 5px 0 0 17px;
}

.headings span.read.notype {
    width: 92px;
    margin-left: 114px;
}


.headings span.calorific {
    width: 60px;
}

.link-disabled {
    pointer-events: none
}

.date.small input {
    width: 62px;
    height: 12px;
    font-size: 11px;
}

.date.small span.add-on {
    height: 12px;
    padding: 2px 4px 6px 4px;
}

.input-tiny {
    width: 30px;
}


.mt-2 {
    margin-top: 1rem;
}


.autocomplete-selection {
    list-style-type: none;
    margin: 10px 0 0 0;
}

    .autocomplete-selection li {
        margin-top: 5px;
        clear: both;
        width: 400px;
        border: 1px solid #ccc;
        border-radius: 8px;
        background-color: #f5f5f5;
        padding: 5px 5px 5px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .autocomplete-selection li span {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .autocomplete-selection li button {
            font-size: 12px;
    
        }