<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* angularjs */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
  display: none !important;
}

.view-container {
    position: relative;
}
.planning-view {
    clear: both;
}
.view-button {
    float: right;
}

.initial-text {
    margin: 1.5rem  0 1rem;
}

.planning [name="planningSpinner"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(50,50,50, 0.6);
    z-index: 1000;
    min-height: 125px;
}
.planning [name="planningSpinner"] img {
    display: block;
    margin: 3rem auto;
}

/*
 * List view
 *********************/
.planning__count {
    margin: 0;
    text-align: right;
    padding: 0.5rem 0 1rem;
}

.planning__application {
    margin: 0 0 1em;
    background-color: #fff;
    font-size: 0.9rem;
    position: relative;
}
.planning__application .header {
    background-color: #f7941d;
    color: #fff;
}
.planning__application .header div {
    float: left;
    padding: 0.6rem 0.5rem;
}
.planning__application .header div:last-child {
    float: right;
}
.planning__table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.planning__table .property {
    margin-bottom: 1px;
    display: table-row;
    line-height: 1.2;
    font-size: 0.95em;
}
.planning__table .property:first-child {
    border-top: none;
}
.planning__table span {
    display: table-cell;
    padding: 0.45rem 0.5rem;
    vertical-align: top;
    border-bottom: solid 1px #E6E6E6;
}
.planning__table .property-label {
    width: 100px;
    color: #888;
}

/*
 * Various status'
 * 
 * 1	Unknown
 * 2	Application Appealed
 * 3	Application Granted
 * 4	Application Refused
 * 5	Application Withdrawn
 * 6	Pending Consideration (default)
 *********************/
.planning__application--1 .header { background-color: #ccc; }
.planning__application--2 .header { background-color: #25aae1; }
.planning__application--3 .header { background-color: #39b44a; }
.planning__application--4 .header { background-color: #ed1c24; }
.planning__application--5 .header { background-color: #662d91; }

/*
 * Buttons
 *********************/
.planning__buttons {
    position: absolute;
    right: 0;
    bottom: 1px;
    background-color: #fff;
    padding: 0.65rem;
}
.planning__buttons .button {
    display: block;
    clear: both;
    width: 100%;
    text-align: center !important;
    margin-bottom: 8px;
}
.planning__buttons .button:last-child {
    margin-bottom: 0;
}
.planning__buttons .distance {
    background-color: #EEE;
    cursor: default;
}

/*
 * Map view
 **********************/
.google-map {
    width: 100%;
    height: 400px;
}
.infowindow__content {
    width: 220px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px 1px rgba(102,102,102,0.6);
    -moz-box-shadow: 0px 5px 10px 1px rgba(102,102,102,0.6);
    box-shadow: 0px 5px 10px 1px rgba(102,102,102,0.6);
}
.infowindow__content &gt; div {
    padding: 0.3rem 0.5rem;
    border-top: solid 1px #DDD;
    font-size: 0.8rem;
}
.infowindow__content .lbl {
    color: #999;
    margin: 0 0 0.1rem;
}
.infowindow__content .ref {
    background: #666;
    color: #fff;
    border: none;
    padding: 0.5rem;
}
.infowindow__content .descr {

}
.infowindow__content .button {
    margin: 0.5rem;
    padding: 0.5rem;
    width: auto;
    display: block;
    text-indent: 0;
}

/*
 * Refine search
***********************/
.refine-search .outside-boundary .status-name {
    width: calc(100% - 35px);
    margin-left: 0;
}
.refine-search .status-filters {
    border-top: solid 1px #DDD;
    padding-top: 1rem;
    padding-bottom: 1px;
    margin: 0 .9375rem;
}
.refine-search .inline-labels {
    padding-bottom: .9375rem;
}
.refine-search .inline-labels &gt; label {
    line-height: 1.3;
    display: block;
}

.inline-labels &gt; label span {
    vertical-align: middle;
    display: inline-block;
}
.inline-labels .dot {
    border-radius: 9px;
    border: solid 9px #f7941d;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}
.inline-labels .dot--1 { border-color: #ccc; }
.inline-labels .dot--2 { border-color: #25aae1; }
.inline-labels .dot--3 { border-color: #39b44a; }
.inline-labels .dot--4 { border-color: #ed1c24; }
.inline-labels .dot--5 { border-color: #662d91; }

.inline-labels .status-name {
    margin: 0 10px;
    width: calc(100% - 67px);
}

/*
 * Sorting
***********************/
.planning .orderby select {
    width: 100%;
}

/* phone landscape */
@media (min-width: 27.5em) {
    .orderby {
        width: 48%;
    }
    .orderby + .columns {
        width: 52%;
    }
    .planning .orderby select {
        max-width: 180px;
    }
}

/*
 * Larger screen styles
 **********************/
@media only screen and (min-width: 40.0625em) {
    .planning__table .property-label {
        width: 150px;
    }
}</pre></body></html>