/* =================================
    Prometheus preview styles
==================================== */

header {
    background-image: none;
    background-color: #333333;
}

    header .navbar-inverse .navbar-inner {
        background-color: #333333 ;
        }

.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: #cd0020;
}

    .topMenu li.active {
        background-color: #ad001b;
    }

ul.sideMenu li ul li ul li {
    text-indent: 5px;
    list-style-type: none;
    margin: 10px 0;
}

ul.sideMenu li ul li a {
    color: #333333;
}

/* =================================
         Magnifica custom
==================================== */

#topbar {
    background-color: #f5f5f5;
    height: 37px;
    padding-top: 7px;
    border-bottom: solid 1px #E0E0E0;
}

#quicklinks {
    background-color: #f5f5f5;
    height: 35px;
    padding-top: 9px;
    border-bottom: solid 1px #E0E0E0;
    border-right: solid 1px #E0E0E0;
    text-align: center;
}

.maincontent {
    margin-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: 900px;
    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 #5C384D;
}

    .profileBar > li:first-child {
        border-right: 1px solid #5C384D;
    }

.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: 5px;
    border-top: 1px solid #dddddd;
}


/* -- 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: 14px;
        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: 9px 10px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #efefef;
    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;
}


.verification-wizard {
    width: 410px;
    float: left;
    padding-right: 20px;
}

.input-tiny {
    width: 30px;
}

.meter{
    border:solid 1px #ccc;
    border-radius:3px;  
    width:200px;
}

.meter .read{
     padding:8px;
     font-size:18px;     
    text-align:center;
}

.meter .beside{
    float:left
}

.meter .thin{
    width:20%;
    text-align:center;   
}

.meter .medium{
    width:30%;   
}

.meter .border{
    border-right:solid 1px #ccc
}

.meter .core{
     border-top:solid 1px #ccc
}


.resolved {
    display: none !important;
}

.bar {
    border-right: 3px solid blue;
    display:block;
    width:3px;
    height:100%;
    float:left;
    margin-right:5px
}

.ca-table {
  width: 100%;
  margin-bottom: 0px !important;
}

.ca-table th,
.ca-table td {
  padding: 4px 0px;
  line-height: 20px;
  text-align: left;
  vertical-align:middle;
  border: none !important;
  background:none !important
}

.ca-table th {
  font-weight: bold;
}

.ca-table thead th {
  vertical-align: bottom;
}

.ca-table tbody + tbody {
  border-top: none !important;
}

.ca-table td table td {
  padding: 4px 0px;
  line-height: 20px;
  text-align: left;
  vertical-align:middle;
  border-bottom: none;
}

/* =================================
        Contract nenewals
==================================== */ 

.blue {
    color: dodgerblue;
}

.yellow {
    color: orange;
}

.nocolour {
    margin: 4px;
}

.orange {
    background-color: orange !important;
    border: solid 4px orange;
    border-radius: 5px;
}

.red {
    background-color: orangered !important;
    border: solid 4px orangered;
    border-radius: 5px;
}

.lightgreen {
    background-color: lightgreen !important;
    border: solid 4px lightgreen;
    border-radius: 5px;
}

.darkgreen {
    background-color: darkgreen !important;
    border: solid 4px darkgreen;
    border-radius: 5px;
    color: #fff;
}

.grey {
    background-color: lightgray !important;
    border: solid 4px lightgray;
    border-radius: 5px;
}

.noticeSub {
    padding: 3px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
  display: none !important;
}

input.ng-invalid-valid-reference-date{
    border: solid 1px red;
}
