﻿main {
    background-color: white;
}

body {
    background-color: white;
}

.alberta-theme .content-region .main-content h1 {
    margin-top: 0;
    padding-top: 0;
}

.alberta-theme .nav-tabs.nav li {
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

table#map-details-table a {
    font-weight: normal;
}


.region-list {
    list-style: none;
}

#breadcrumbs-share {
    width: 100%;
}

    #breadcrumbs-share::after {
        content: ' ';
        display: block;
        clear: both;
    }

/* specific style overrides to accomplish EDI color schemd for M. Parkatti*/
.alberta-theme header.site-header .local-nav-top {
    background-color: #a3a3a3;
}

.alberta-theme .nav.nav-tabs li.active {
    border-top-color: #24a9d1;
}

.alberta-theme main .page-title-box > a {
    font-size: 14px;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 6px solid #24a9d1;
    text-transform: uppercase;
    text-decoration: none;
    color: #58595b;
    font-weight: 700;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #333;
    background-color: #1d86a5;
    border-color: #23a2c8 !important;
}

.btn-primary {
    color: #333;
    background-color: #24a9d1;
    border-color: #23a2c8 !important;
}

.alberta-theme a.btn-primary i.fa {
    color: #333 !important;
}

.btn-default {
    color: #333;
    background-color: #eee;
    border-color: #d4d4d4 !important;
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        color: #000;
        background-color: #d4d4d4;
        border-color: #b6b6b6 !important;
    }

.alberta-theme header.site-header .local-nav-top nav ul li a {
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px #333333;
}

    .alberta-theme header.site-header .local-nav-top nav ul li a:hover, .alberta-theme header.site-header .local-nav-top nav ul li.active a:hover {
        color: #ffffff;
    }

.alberta-theme header.site-header .local-nav-top nav ul li.active a {
    color: #fff;
}


.alberta-theme header.site-header .local-nav-top nav ul li a i {
    color: #fff;
}

#categoryTab {
    margin-bottom: 20px;
    /*display: inline-block;*/
}

    #categoryTab a {
        text-decoration: none;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #24a9d1;
    color: #ffffff;
    border: 0px;
    border-radius: 0 0 0 0;
}


.alberta-theme .nav.nav-tabs li.active {
    border-top-width: 7px;
    border-top-color: #ffffff;
}

.nav-tabs {
    border-bottom: 3px solid #24a9d1;
}

.alberta-theme .nav.nav-tabs li {
    border-top-color: #ffffff;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/* search */
#searchResults #Internal {
    border-left: 1px solid rgb(221, 221, 221);
    border-right: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    border-top: 0px;
    padding: 14px;
    margin-bottom: 10px;
}

#search-tabs {
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .alberta-theme #breadcrumbs-share {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    /* Landscape phone to portrait tablet */
    .alberta-theme #breadcrumbs-share {
        position: relative;
    }
}

.addthis-smartlayers, .at4-share-outer-right {
    display: none !important;
}

.breadcrumb {
    padding-top: 0;
    padding-bottom: 0;
}

    .breadcrumb li a {
        text-decoration: underline;
    }

.button a.small {
    font-size: medium;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}

.dropdown a {
    text-decoration: underline;
}

.footer ul li:first-child a {
    text-decoration: none;
}


.copyright a {
    text-decoration: underline;
}

.global ul * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


@media(max-width: 768px) {
    .container-fluid {
        padding: 0;
    }
}

@media only screen and (min-width: 1150px) {
    .global span.hidden {
        display: inline !important;
        visibility: visible !important;
    }
}


textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, .form-group-lg .form-control, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn, .form-group-lg .form-control {
    height: auto;
}

.leaflet-popup-content h1 {
    margin-bottom: 12px;
    color: #000;
    font-weight: 700;
}


/*Remove filter form IE*/
#map-table .header {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.leaflet-popup-content {
    min-width: 280px;
}

#map-message {
    padding-bottom: 15px;
}

#map-pills i {
    padding-right: 0.5em;
}


#LoadingArea {
    display: none;
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    background: rgba(0, 0, 0, .8);
    opacity: 0.8;
    filter: alpha(opacity=80);
}

    #LoadingArea div {
        text-align: center;
        font-size: 50px;
        margin-left: -25px;
        margin-top: -25px;
        z-index: 1001;
        position: fixed;
        top: 50%;
        left: 50%;
        color: white !important;
    }

body.loading {
    overflow: hidden !important;
}

    body.loading #LoadingArea {
        display: block;
    }

@media(max-width: 768px) {
    #map-table .header {
        overflow: hidden !important;
    }

    .main-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.leaflet-popup-pane h1 {
    text-decoration: underline;
}


#map-pills a {
    color: #555555;
}


#map-table.tablesorter .header {
    font-weight: normal;
}

    #map-table.tablesorter .header.headerSortUp, #map-table.tablesorter .header.headerSortDown {
        font-weight: bolder;
    }

#modal-footer {
    padding-top: 10px;
}

    #modal-footer a:visited {
        color: #333 !important;
    }

#modal-body {
    margin-left: 15px;
    margin-right: 15px;
}

@media only screen and (min-device-width: 480px) and (max-device-width: 768px) {
    div#map-section {
        margin-right: 1.4rem;
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 768px) {
    div#map-region-section {
        margin-right: 1.4rem;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .alberta-theme #breadcrumbs-share {
        position: relative;
    }

        .alberta-theme #breadcrumbs-share .addthis_toolbox:before {
            content: 'Share';
        }
}


@media (max-width: 430px) {
    #view-maps, #view-marker {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    #map-description {
        padding-top: 1.4rem;
    }
}

.legend-text {
    white-space: normal;
    height: auto;
}

/* MODAL popup*/

.modal-body {
    padding: 0px !important;
}

#modal-project-details h4 {
    font-size: 1.5em !important;
}

.map-popup-label {
    /*font-size: 0.8em !important; */
    padding-left: 15px !important;
}

.modal-header {
    border-bottom: 0px;
}

.modal-footer {
    border-top: 0px;
    padding-top: 0px;
}

#modal-project-details table {
    margin-bottom: 0px;
    margin-top: 0px;
}

#modal-project-details img {
    display: none;
}

#modal-project-details .btn {
    margin-top: 0px;
    margin-bottom: 0px;
}

#modal-project-details .modal-dialog {
    width: 350px; /* your width */
}


.modal-open {
    overflow: hidden;
}

    body.modal-open,
    .modal-open .navbar-fixed-top,
    .modal-open .navbar-fixed-bottom {
        margin-right: 15px;
    }

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1009;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1011;
    position: relative;
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before,
    .modal-footer:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer:before,
    .modal-footer:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.close {
    float: right;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

/* end MODAL popup*/

#modal-project-details [class*="fa-"] {
    padding-left: 0.25em;
    padding-right: 0.25em;
}

.feature-image img {
    width: 100%;
    margin-bottom: 15px !important;
}

#content-details {
    margin-bottom: 30px !important;
}

#MapArea.leaflet-container.leaflet-clickable, #MapArea .leaflet-container.map-clickable, #MapArea .leaflet-marker-icon, #MapArea .leaflet-overlay-pane path {
    cursor: default !important;
}

#description-text pre {
    font-family: "Lato", "Helvetica", Arial, sans-serif;
    box-sizing: border-box;
    background-color: transparent;
    color: #333;
    font-weight: 400;
    font-size: 1.1em;
    margin: 0;
    border: none;
    padding: 0;
    white-space: pre-wrap;
}


#map-table-section, #map-section, #map-region-section {
    background-color: white;
    margin-bottom: 10px;
}

/* IE9 bug where map z-index goes over the footer */
.page-footer {
    z-index: 1001; /* Map is Z-index 2, the leaflet logo is 1000 */
}

.leaflet-control-location.leaflet-bar.leaflet-control a {
    font-size: 18px;
    text-align: center;
    line-height: 27px;
}

.map {
    height: 500px;
    width: 100%;
    border: solid 1px #dddddd;
}

.map-detail {
    height: 400px;
}

.map-region {
    height: 250px;
    width: 100%;
    border: solid 1px #dddddd;
}

#content img {
    outline: none !important;
    outline-offset: 0 !important;
}

/* Fix for Template */
.nav {
    margin-bottom: 1em;
}

    .nav.nav-tabs li {
        padding-bottom: 0;
    }

.nav-tabs > li > a {
    margin-right: 0;
}
/* End Template fixes */

/* custom styling for tabs */
.nav.nav-tabs li {
    padding-top: 5px;
}

    .nav.nav-tabs li.active {
        padding-top: 0;
        border-top: solid 5px #0562A5;
    }

.tab-message {
    margin-bottom: 0.3em;
}

table.table {
    border: solid 1px #dddddd;
}

    table.table.table-sortable thead th {
        position: relative;
        color: white;
        background-color: #24a9d1;
        text-decoration: none;
        vertical-align: top !important;
        padding: 12px;
        padding-right: 18px !important;
        cursor: pointer;
        background: #24a9d1;
        height: 2em;
        border: 1px;
    }

table.table-sortable thead th::after {
    font-weight: normal;
    position: relative;
    left: 6px;
    font-family: FontAwesome;
    content: "\f0dc";
}

table th.headerSortUp,
table th.headerSortDown {
    text-decoration: none;
}

table.table thead th {
    /*position: relative;*/
    /*background-image: none !important;*/
}

    table.table thead th::after,
    table thead th.headerSortUp::after,
    table thead th.headerSortDown::after {
        position: relative;
        left: 6px;
        font-family: FontAwesome;
    }

    table.table thead th.header::after {
        content: "\f0dc" !important;
        color: #fff;
        font-size: 1em;
        padding-top: 6px;
    }

table thead th.headerSortDown::after, a.mobile-sort.headerSortDown::after {
    content: "\f0de" !important;
}

table thead th.headerSortUp::after, a.mobile-sort.headerSortUp::after {
    content: "\f0dd" !important;
}

table.table thead th span {
    color: white;
}

table.table thead th,table.table tfoot th, table.table tbody td {
    padding: 8px;
    font-size: 16px;
    white-space: normal !important;
    text-overflow: clip !important;
    overflow: auto !important;
    max-width: none !important;
}

table.table-responsive .fa {
    padding: 0;
}

.mobile-sort-section {
    display: block;
    color: white;
    background-color: #0562A5;
    padding: 10px;
}

a.mobile-sort::after {
    font-family: FontAwesome;
    color: white;
    content: "\f0dc";
    padding-left: 5px;
}

#project-search {
    width: 100%;
    margin-bottom: 8px;
}

button.view-button {
    margin-top: 8px;
    background-color: #eee;
}

.nav-tabs > li.active > a {
    font-weight: bold;
}

.item-count {
    font-size: 1.2em;
    color: #00aeef;
}

    .item-count.sub {
        font-size: 1.1em;
    }
/*make icons go away for projects*/
#project-map i.fa {
    color: transparent;
    font-size: 0px;
}

/* legend */
.map-legend {
    margin-top: 10px;
}

    .map-legend .legend-item {
        vertical-align: middle;
        margin-bottom: 4px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .map-legend .legend-item-color {
        width: 25px;
        display: inline-block;
        border: solid 1px #ddd;
        margin-right: 7px;
        font-weight: bold !important;
        background-color: red;
    }



/* pop up content header*/
.leaflet-popup-content a h1 {
    margin-top: 0;
}

/* end custom styling */

.offscreen {
    position: absolute !important;
    /*top:-90000px;*/
    /*left:-5000px;*/
    /*display:none;*/
    z-index: -200;
}

#map-section.offscreen .map {
    position: absolute;
    top: -2000px;
}

#map-region-section.offscreen .map-region {
    position: absolute;
    top: -2000px;
}

/* popup styling */

.leaflet-popup-close-button {
    border-bottom: 0px;
}

.leaflet-popup-content img {
    width: 100% !important;
}

.leaflet-marker-icon {
    outline: none !important;
}

.map img, .map-region img {
    outline: none !important;
}

.map-popup-label {
    font-weight: bold !important;
    padding-right: 5px;
}

.ard_popup .leaflet-popup-content-wrapper {
    border: solid 1px #ddd;
    border-radius: 0;
}

.ard_popup .leaflet-popup-tip {
    margin-top: -1px;
}
/* end popup styling */


/* IMAP Colours */
/*
Agriculture and Related #000000
Biofuels #FF6600
Chemicals and Petrochemicals #FFCC00
Commercial / Retail #FFFF00
Commercial / Retail and Residential  #99FF00
Forestry and Related  #00FFCC
Infrastructure #9C9E00
Institutional #008000
Manufacturing #99CCFF
Mining #CC99FF
Oil and Gas #00CCFF
Oil Sands #808080
Other Industrial #FFFFFF
Pipelines #0066FF
Power #7900CC
Residential #0000FF
Telecommunications #FF43E7
Tourism / Recreation #FF0000
*/
/* End IMAP Colours */

.map-detail-label {
    font-weight: bold !important;
    padding-right: 10px;
    width: 200px;
}

.map-detail-label2 {
    font-weight: bold !important;
    padding-right: 0px;
    font-size: 1.12em;
}

[class*="icon-"] {
    padding-right: 0px !important;
}

.map-marker {
    padding-left: 0em;
    padding-right: 0em;
}

.details-button {
    padding-top: 10px;
    padding-bottom: 10px;
}


.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 1.2em;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}


.marker-cluster-small {
    background-color: rgb(0, 174, 239) !important;
}

    .marker-cluster-small div {
        background-color: rgb(220, 220, 220) !important;
    }

.marker-cluster-medium {
    background-color: rgb(0, 174, 239) !important;
}

    .marker-cluster-medium div {
        background-color: rgb(220, 220, 220) !important;
    }

.marker-cluster-large {
    background-color: rgb(0, 174, 239) !important;
}

    .marker-cluster-large div {
        background-color: rgba(220, 220, 220, 1) !important;
    }


.modal-body {
    padding: 0px !important;
}

#modal-project-details h4 {
    font-size: 1.5em !important;
}

.map-popup-label {
    /*font-size: 0.8em !important;*/
    padding-left: 15px !important;
}

.modal-header {
    border-bottom: 0px;
}

.modal-footer {
    border-top: 0px;
    padding-top: 0px;
}

#modal-project-details table {
    margin-bottom: 0px;
    margin-top: 0px;
}

#modal-project-details img {
    display: none;
}

#modal-project-details .btn {
    margin-top: 0px;
    margin-bottom: 0px;
}

#modal-project-details .modal-dialog {
    max-width: 350px; /* your width */
}

.side-item {
    padding-bottom: 10px;
}

#twitter-timeline-div {
}

#project-budget-slider-control.ui-widget-content {
    background-image: none;
    background-color: white;
}

#project-budget-slider-control .ui-widget-header {
    background-image: none;
    background-color: #0562A5;
}


 #topic-filter {
     width: 435px;
 }

 #export-div {
     padding-bottom: 10px;
 }
 #export-data-this-view, #export-data-full {
    float: right;
     padding-left: 5px;
     padding-right: 5px;
    text-align: center;
}

 #export-data-this-view {
     border-right: 1px solid #333;
}

 .download-data {
     margin-right: 5px;
 }

/* Large desktop */
@media (min-width: 1200px) {
}

/* medium desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    table.table tbody td {
        padding-left: 5px !important;
        padding-right: 5px !important;
        /*color: orange !important;*/
    }

    table.table thead th {
        padding-left: 5px !important;
    }

    table.table thead th, table.table tbody td {
        font-size: 15px;
    }

    /*table.table-sortable.table thead th {
        padding: 6px;
    }*/
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
    table.table tbody td {
        padding-left: 5px !important;
        padding-right: 5px !important;
        /*		color:green !important;*/
    }

    table.table thead th {
        padding-left: 5px !important;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    table.table tbody td {
        padding-left: 5px !important;
        padding-right: 5px !important;
        /*		color:red !important;*/
    }

    table.table thead th.header::after {
        font-size: 0.8em !important;
        padding-top: 6px !important;
    }

    table.table thead th {
        padding-right: 16px !important;
    }

    table.table thead th {
        padding-left: 5px !important;
    }

    button.view-button i.fa {
        font-size: 1.5em;
    }

    .map-legend .legend-item {
        margin-bottom: 8px;
    }

    .popup-image {
        display: none;
    }

    #topic-filter {
     width: 100%;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .leaflet-popup-content-wrapper td {
        line-height: 1em !important;
    }

    .leaflet-popup-content-wrapper h1, .leaflet-popup-content-wrapper.h1 {
        font-size: 1.25em !important;
    }

    button.view-button i.fa {
        font-size: 2em;
    }

    .map-legend .legend-item {
        margin-bottom: 15px;
    }


}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgb(236,236,237);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

    .info h4 {
        margin: 0 0 5px;
        color: #777;
    }

.heatMapIndicator {
    background: transparent;
    width: 100%;
    height: 48px;
    font-size: 18px;
    border: 1px solid #000;
    display: inline-block;
}


/* EDI Header Styles */

.edi-subnav {
    background-color: #000;
    padding: 5px 0 5px;
}

    .edi-subnav > div {
        width: 800px;
        margin: 0 auto 0 auto;
    }

    .edi-subnav ul {
        margin: 0 auto 0 auto;
    }

        .edi-subnav ul::after {
            display: block;
            content: '';
            clear: both;
        }

        .edi-subnav ul li {
            list-style: none;
            float: left;
            padding-right: 30px;
        }

            .edi-subnav ul li a {
                color: #fff;
            }


.additional-regions {
    padding: 0 10px 25px 10px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin: 15px 0 15px;
}

.include-regions {
    margin-top: 7px;
}

    .include-regions > a {
        padding: 0 15px 0;
    }

.custom-filter span.range-distance {
    font-weight: bold;
}

.custom-filter div.range-slider-container {
    margin-top: 5px;
    margin-left: -20px;
}

    .custom-filter div.range-slider-container p {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .custom-filter div.range-slider-container > div:first-child {
        margin-bottom: 5px;
    }

    .custom-filter div.range-slider-container .ui-slider .ui-slider-handle {
        width: 1.8em;
        height: 1.8em;
        top: -0.65em;
    }


.fancy-filter-links a {
    text-transform: capitalize;
    font-weight: bold;
    border-bottom: 2px solid #2e6da4;
}

    .fancy-filter-links a:hover, .fancy-filter-links a:active, .fancy-filter-links a:visited {
        text-decoration: none;
    }

    .fancy-filter-links a:after {
        font: normal normal normal 12px/1 FontAwesome;
        content: "\f0d8";
        color: #2e6da4;
        position: relative;
        top: 5px;
    }

.map-toggles input {
    display: none;
}

.map-toggles label {
    margin-right: 10px;
    border-bottom: none;
    padding: 10px;
    width: 80px;
}


.zoom-scale > span:last-child::after {
    content: '';
}

.view-region-button {
    padding: 10px 0 5px;
}


.jq-dropdown ul li {
    font-size: 14px;
}

#btnAddFilter i {
    color: #fff;
    margin-right: 5px;
    font-size: inherit;
    padding: 0;
    background-color: transparent;
    height: auto;
    /*position: initial;*/
}

#searchFilters > div {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 10px 15px 25px 15px;
}

    #searchFilters > div > div {
        text-align: center;
    }

        #searchFilters > div > div:first-child {
            text-align: center;
        }

    #searchFilters > div:only-child .btn-danger {
        display: none;
    }

@-webkit-keyframes blinkField {
    0% {
        left: 0;
    }

    25% {
        left: 5px;
    }

    50% {
        left: 0;
    }

    75% {
        left: -5px;
    }

    100% {
        left: 0;
    }
}

@keyframes blinkField {
    0% {
        left: 0;
    }

    25% {
        left: 5px;
    }

    50% {
        left: 0;
    }

    75% {
        left: -5px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes slideDown {
    from {
        top: -25px;
        opacity: 0.5;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        top: -25px;
        opacity: 0.5;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes slideRight {
    from {
        left: 0;
        opacity: 1;
    }

    to {
        left: 25px;
        opacity: 0;
    }
}

@keyframes slideRight {
    from {
        left: 0;
        opacity: 1;
    }

    to {
        left: 25px;
        opacity: 0;
    }
}

#searchFilters > div {
    animation: slideDown 200ms ease-out forwards;
    -webkit-animation: slideDown 200ms ease-out forwards;
    position: relative;
    background-color: #fff;
}

#searchFilters div.destroy {
    animation: slideRight 200ms ease-in forwards;
    -webkit-animation: slideRight 200ms ease-in forwards;
}


#searchFilters > div .btn-danger {
    margin-bottom: 10px;
    text-align: right;
}

    #searchFilters > div .btn-danger i {
        color: #fff;
    }

#searchFilters > div a:first-child:not([data-value]) {
    /*
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;*/
    position: relative;
    animation: blinkField 200ms linear forwards 200ms;
    -webkit-animation: blinkField 200ms linear forwards 200ms;
}

    #searchFilters > div a:first-child:not([data-value]) span {
        color: #337ab7;
    }

#searchFilters > div:last-child::after {
    display: none;
}

.form-group-lg div.ms-ctn {
    height: auto;
}


#filter-actions {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
}

    #filter-actions button:first-child {
        margin-right: 10px;
    }

    #filter-actions button i.fa {
        color: #fff;
        margin-right: 5px;
    }

.filter-searching::before {
    content: url('/Content/img/301.GIF');
    position: relative;
    top: 7px;
    left: -10px;
}

.filter-searching {
    text-align: center;
}

.map-overlay-loader {
    width: 555px;
    background-color: #fff;
    position: absolute;
    height: 500px;
    -moz-transition: opacity ease-in 250ms;
    -o-transition: opacity ease-in 250ms;
    -webkit-transition: opacity ease-in 250ms;
    transition: opacity ease-in 250ms;
    opacity: 0;
    z-index: -9999;
}

.map-overlay-loader-active {
    opacity: 0.50;
    z-index: 9999;
}

.map-overlay-loading {
    background-color: #fff;
    position: absolute;
    transition: opacity ease-in 250ms, transform ease-in 250ms;
    border: 1px solid #cecece;
    padding: 10px;
    left: -150%;
    top: 45%;
    -webkit-box-shadow: 0px 10px 5px -6px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 10px 5px -6px rgba(0,0,0,0.30);
    box-shadow: 0px 10px 5px -6px rgba(0,0,0,0.30);
    opacity: 0;
    transform: rotateX(30deg) translateZ(40px);
    transform-origin: 50% 50%;
    z-index: -9999;
}

.map-overlay-loading-active {
    transform: rotateX(0deg) translateZ(0px);
    opacity: 1;
    z-index: 9999;
    left: 50%;
}

.map-overlay-loading::before {
    content: "\f013";
    font: normal normal normal 42px/1 FontAwesome;
    animation: fa-spin 2s infinite linear;
    position: relative;
    float: left;
}

.loading-spinner::before {
    content: "\f013";
    font: normal normal normal 42px/1 FontAwesome;
    animation: fa-spin 2s infinite linear;
    position: relative;
    top: 10px;
}

.loading-spinner span {
    padding-left: 10px;
}

.regions-found {
    text-align: right;
    padding: 5px;
    border-top: 1px solid #cecece;
    font-weight: bold;
}

#map-content {
    perspective: 1000px;
    transform-style: preserve-3d;
    z-index: 999;
}

.wikiSummary .wikitext p {
    font-size: 14px;
}

.wikiSummary .wikiSource {
    text-align: right;
    font-size: 12px;
}

.alberta-theme .comparison-table {
    margin-top: 20px;
}

    .alberta-theme .comparison-table thead tr th {
        padding: 15px;
    }

        .alberta-theme .comparison-table thead tr th span {
            color: #fff;
        }

        .alberta-theme .comparison-table thead tr th i {
            color: #fff;
            margin-left: 10px;
            margin-top: 3px;
            float: right;
        }

            .alberta-theme .comparison-table thead tr th i:hover {
                cursor: pointer;
            }

        .alberta-theme .comparison-table thead tr th:first-child {
            text-transform: uppercase;
            font-weight: bold;
            padding-left: 15px;
            padding-right: 15px;
        }

    .alberta-theme .comparison-table thead tr th {
        max-width: none;
    }

    .alberta-theme .comparison-table tbody tr td {
        max-width: none;
    }

    .alberta-theme .comparison-table tbody tr.comparison-table-stat {
        transition: background-color 200ms ease-in-out;
    }

    .alberta-theme .comparison-table tbody .comparison-table-period {
        font-size: 12px;
        color: #ADADAD;
    }

        .alberta-theme .comparison-table tbody .comparison-table-period::before {
            content: '[';
        }

        .alberta-theme .comparison-table tbody .comparison-table-period::after {
            content: ']';
        }

    .alberta-theme .comparison-table tbody tr.comparison-table-stat:hover {
        background-color: #EBEBEB;
    }

    .alberta-theme .comparison-table tr.comparison-table-stat-row td i {
        padding-right: 10px;
    }

    .alberta-theme .comparison-table tr.comparison-table-stat-row td {
        font-size: 16px;
        background-color: #d3d3d3;
    }

    .alberta-theme .comparison-table tr.comparison-table-stat-row {
        border-bottom: 1px solid #eeeeee;
    }

    .alberta-theme .comparison-table tr.comparison-table-stat td:first-child {
        text-align: right;
        font-weight: normal;
    }

    .alberta-theme .comparison-table tr.comparison-table-stat td {
        text-align: right;
    }

        .alberta-theme .comparison-table tr.comparison-table-stat td .indicator-year {
            color: #A7A7A7;
            font-size: 12px;
        }

        .alberta-theme .comparison-table tr.comparison-table-stat td:first-child span {
            font-weight: bold;
        }

    .alberta-theme .comparison-table tr.comparison-table-stat-row:hover {
        cursor: pointer;
    }

    .alberta-theme .comparison-table tbody.collapsed .comparison-table-stat {
        display: none;
    }

    .alberta-theme .comparison-table tbody.collapsed .comparison-table-stat-row i.fa-plus {
        display: inline;
    }

    .alberta-theme .comparison-table tbody.collapsed .comparison-table-stat-row i.fa-minus {
        display: none;
    }

    .alberta-theme .comparison-table tbody.expanded .comparison-table-stat-row i.fa-plus {
        display: none;
    }

    .alberta-theme .comparison-table tbody.expanded .comparison-table-stat-row i.fa-minus {
        display: inline;
    }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.heatmap-options {
    text-align: right;
    padding-bottom: 5px;
}


.FeatureNav {
    margin: 10px 0 25px;
    display: inline-block;
}

    .FeatureNav ul {
        border-top: 1px solid #cecece;
        background-color: #F5F5F5;
        padding: 0;
        border-bottom: 3px solid #0562A5;
    }

        .FeatureNav ul li {
            list-style: none;
            float: left;
            padding: 10px 30px 10px 30px;
            transition: background-color linear 250ms;
            border-right: 1px solid #cecece;
        }

            .FeatureNav ul li:last-child {
                border-right: none;
            }

            .FeatureNav ul li.selected {
                background-color: #0562A5;
            }

                .FeatureNav ul li.selected:hover {
                    background-color: #0562A5;
                }

                .FeatureNav ul li.selected a {
                    color: #fff;
                    text-shadow: 4px 4px 2px rgba(150, 150, 150, 0.25);
                }

            .FeatureNav ul li:hover {
                /*border-bottom: 3px solid #0562A5;*/
                background-color: rgba(150, 150, 150, 0.25);
            }


            .FeatureNav ul li a {
                color: #333;
            }

                .FeatureNav ul li a:hover {
                    text-decoration: none;
                }

        .FeatureNav ul::after {
            content: ' ';
            display: block;
            clear: both;
        }



.alberta-theme main .topinfo h3 {
    margin: 0 0 10px;
}

.alberta-theme main .topinfo p {
    font-size: 14px;
    margin-bottom: 15px;
}


.alberta-theme main .criteriaPopup h4 {
    margin: 0 0 5px;
    font-size: 16px;
}

.alberta-theme main .criteriaPopup strong {
    margin-right: 5px;
}

.explorerIndicatorSections > div {
    margin-bottom: 20px;
}


.bottom-map-features {
    padding-bottom: 10px;
    border: 1px solid #cecece;
    border-top: none;
}

.heatmap-legend .heatmap-bar-background {
    background-color: #eeeeee;
}

.heatmap-legend .heatmap-bar {
    border: 1px solid #cececc;
    margin-top: 10px;
    height: 30px;
    background: -moz-linear-gradient(left, rgba(17,78,95,0.1) 0%, rgba(17,78,95,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(17,78,95,0.1)), color-stop(100%,rgba(17,78,95,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(17,78,95,0.1) 0%,rgba(17,78,95,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(17,78,95,0.1) 0%,rgba(17,78,95,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(17,78,95,0.1) 0%,rgba(17,78,95,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(17,78,95,0.1) 0%,rgba(17,78,95,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#114e5f',GradientType=1 ); /* IE6-9 */
}

    .heatmap-legend .heatmap-bar::after {
        content: ' ';
        width: 100%;
        display: block;
        margin-top: -19px;
        background-color: transparent;
        background-image: linear-gradient(90deg, transparent 24%, #fff 25%, #fff 26%, transparent 27%, transparent 74%, #fff 75%, #fff 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, #fff 25%, #fff 26%, transparent 27%, transparent 74%, #fff 75%, #fff 76%, transparent 77%, transparent);
        height: 30px;
        background-size: 60px 60px;
        margin-left: 1px;
    }

.heatmap-legend .heatmap-color-bar {
    height: 2px;
    background-color: #114E5F;
    margin-right: 1px;
    transition: opacity 300ms ease-in;
}

.heatmap-legend .secondary-marker-container {
    position: static;
    height: 7px;
}

    .heatmap-legend .secondary-marker-container > .heatmap-marker-secondary {
        position: absolute;
        top: auto;
        transition: margin-left 300ms ease-in;
    }

        .heatmap-legend .secondary-marker-container > .heatmap-marker-secondary::before {
            font: normal normal normal 21px/1 FontAwesome;
            content: "\f0d7";
            opacity: 0.25;
            z-index: 1;
            transition: color 300ms ease-in;
        }

        .heatmap-legend .secondary-marker-container > .heatmap-marker-secondary.selected::before {
            opacity: 1;
            color: #ff7800;
            z-index: 999;
            position: relative;
        }


.heatmap-legend .heatmap-marker {
    position: relative;
    top: -5px;
    transition: left 300ms ease-in;
    margin-left: -5px;
}

    .heatmap-legend .heatmap-marker::before {
        font: normal normal normal 21px/1 FontAwesome;
        content: "\f0d8";
    }

    .heatmap-legend .heatmap-marker > span {
        border: 1px solid #cecece;
        margin-left: -25px;
        top: 16px;
        position: relative;
        padding: 5px;
        left: -25px;
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.35);
        z-index: 99;
        background-color: #fff;
    }

.heatmap-legend {
    padding: 0 20px 0 20px;
    height: 75px;
}

.stat-summary table {
    width: 100%;
}

    .stat-summary table tr td span {
        float: right;
    }

    .stat-summary table tr td {
        width: 33%;
        transition: background-color 300ms ease-in;
    }

        .stat-summary table tr td:nth-child(1):hover, .stat-summary table tr td:nth-child(3):hover {
            background-color: rgba(255, 120, 0, 0.50);
        }

#view-container {
    margin-bottom: 5px;
}

.explorer-indicator-table tr > td:last-child {
    text-align: right;
}

.explorer-indicator-table tr > th i {
    color: #fff;
    font-size: 14px;
}

.view-data-for {
    margin-top: 20px;
    margin-left: 5px;
}

.zoom-range {
    font-weight: bold;
    font-size: .9em;
    float: left;
}

.zoom-scale {
    font-size: .8em;
    float: right;
    cursor: default;
    text-decoration: none;
    color: #000;
    width: 170px;
}

    .zoom-scale span {
        color: #355fa8;
        cursor: pointer;
        padding: 0 5px;
        border-left: 0;
    }

        .zoom-scale span:hover {
            text-decoration: underline;
        }


        .zoom-scale span.selected {
            color: #fff;
            background-color: #24a9d1;
        }

div.zoom-scale span.disabled {
    color: grey;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.jq-dropdown-menu ul {
    padding: 0;
    margin: 0;
}

#indicator-dropdown.jq-dropdown .jq-dropdown-menu li > a {
    padding-left: 20px;
}

.box_all .limited-regions {
    background-color: #363636;
    text-align: center;
    padding: 10px 0 10px;
    position: relative;
}

.ribbon.top-left {
    top: 0;
    /*left: 16px;*/
}

.ribbon {
    position: absolute;
    z-index: 100;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

    .ribbon.top-left.ribbon-danger > small {
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD9534F', endColorstr='#FFB52B27');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9534f), color-stop(100%, #b52b27));
        background-image: -moz-linear-gradient(top, #d9534f 0%, #b52b27 100%);
        background-image: -webkit-linear-gradient(top, #d9534f 0%, #b52b27 100%);
        background-image: linear-gradient(to bottom, #d9534f 0%, #b52b27 100%);
        position: absolute;
        display: block;
        width: 100%;
        padding: 8px 16px;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 2px 0 #b52b27;
        font-weight: bold;
        font-size: 65%;
        color: #fff;
        background-color: #d9534f;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
        box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
        top: 16px;
        left: -27px;
    }

    .ribbon.top-left.ribbon-default > small {
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF4F4F4', endColorstr='#FFDDDDDD');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #dddddd));
        background-image: -moz-linear-gradient(top, #f4f4f4 0%, #dddddd 100%);
        background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #dddddd 100%);
        background-image: linear-gradient(to bottom, #f4f4f4 0%, #dddddd 100%);
        position: absolute;
        display: block;
        width: 100%;
        padding: 8px 16px;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 2px 0 #cecece;
        font-weight: bold;
        font-size: 65%;
        color: #000;
        background-color: #f4f4f4;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
        box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
        top: 16px;
        left: -27px;
    }

    .ribbon.top-left.ribbon-warning > small {
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF0AD4E', endColorstr='#FFDF8A13');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0ad4e), color-stop(100%, #df8a13));
        background-image: -moz-linear-gradient(top, #f0ad4e 0%, #df8a13 100%);
        background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #df8a13 100%);
        background-image: linear-gradient(to bottom, #f0ad4e 0%, #df8a13 100%);
        position: absolute;
        display: block;
        width: 100%;
        padding: 8px 16px;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 2px 0 #df8a13;
        font-weight: bold;
        font-size: 65%;
        color: #fff;
        background-color: #f0ad4e;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
        box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
        top: 16px;
        left: -27px;
    }

    .ribbon.top-left.ribbon-default > small {
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF4F4F4', endColorstr='#FFDDDDDD');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #dddddd));
        background-image: -moz-linear-gradient(top, #f4f4f4 0%, #dddddd 100%);
        background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #dddddd 100%);
        background-image: linear-gradient(to bottom, #f4f4f4 0%, #dddddd 100%);
        position: absolute;
        display: block;
        width: 100%;
        padding: 8px 16px;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 2px 0 #cecece;
        font-weight: bold;
        font-size: 65%;
        color: #000;
        background-color: #f4f4f4;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
        box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
        top: 16px;
        left: -27px;
    }


    .explorer-indicator-top-regions {
        overflow: hidden;
        margin-bottom: 15px;
    }

    .explorer-indicator-top-regions table{
        margin-bottom: 0;
        width: auto;
    }

    .explorer-indicator-top-regions .nano {
        width: 100%;
        height: 275px;
    }

#fixedHeaderTableSmall {
    height: 275px;
}

.fixedHeaderTable tfoot th {
    position: relative;
    color: white;
    background-color: #24a9d1;
    vertical-align: top !important;
    padding: 12px;
    padding-right: 18px !important;
    cursor: pointer;
    background: #24a9d1;
    height: 2em;
    font-size: 16px;
}

table.table-sortable tr {
    width: 100%
}

.explorerIndicatorSections table thead th:first-child::after {
    content: " ";
}

#minVal, #maxVal {
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0 ;
    background-color: transparent;
    color: #24a9d1;
    outline: none;
    outline-offset: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    padding-left: -1px;
    font-weight: bold;
    height: 20px;
    border-bottom: 1px dotted #000;
}
.ard-slider-input-container {
    text-transform: lowercase;
    margin-left: -1px;
}

.smallerHeader {
    font-size: 12px;
    color: white;
}

.ui-slider .ui-slider-range {
    background-color: #24a9d1;
    background-image: none;
}

.ard-slider {
    margin-top: 3px;
    background-color: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background: #f6f6f6;
}
.range-slider-container #indicator-name {
    margin-left: -20px;
}

.range-slider-container #dropdown {
    color: #24a9d1;
}
.ms-res-ctn .ms-res-group {
    background: none !important;
    border-bottom: none !important;
    border-top: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.fancy-filter-links a {
    font-weight: bold;
    border-bottom: 1px dotted #000;
    text-decoration: none !important;
}
