﻿

.nav-tabs li a {
    text-decoration: none;
}

body.loading {
    overflow: hidden !important;
}

    body.loading #LoadingArea {
        display: block;
    }

#LoadingArea {
    background: rgba(0, 0, 0, .8);
    background-color: black;
    display: none;
    filter: alpha(opacity=80);
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

    #LoadingArea div {
        color: white !important;
        font-size: 50px;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
        position: fixed;
        text-align: center;
        top: 50%;
        z-index: 10001;
    }

#description-text {
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    color: #333;
    font-family: "acumin-pro-semi-condensed",sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0px;
    white-space: pre-wrap;
}

.addthis-smartlayers, .at4-share-outer-right {
    display: none !important;
}

#map-table th {
    overflow: hidden !important;
}

/* custom styling for tabs */

table.table {
    border: solid 1px #dddddd;
}


    table.table thead th {
        color: white;
        cursor: pointer;
        padding: 12px;
        padding-right: 18px !important;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        vertical-align: top !important;
    }

    table.table th.headerSortUp,
    table.table th.headerSortDown {
        text-decoration: none;
    }

        table.table thead th::after,
        table.table thead th.headerSortUp::after,
        table.table thead th.headerSortDown::after {
            display: block;
            font-family: FontAwesome;
            position: absolute;
            right: 6px;
            top: 6px;
        }

        table.table thead th.header::after {
            color: #fff;
            content: "\f0dc" !important;
            font-size: 1em;
            padding-top: 6px;
        }

        table.table thead th.headerSortDown::after, a.mobile-sort.headerSortDown::after {
            content: "\f0de" !important;
        }

        table.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 tbody td {
        font-size: 16px;
        padding: 8px;
        text-overflow: ellipsis !important;
        white-space: normal !important;
        overflow-wrap: break-word;
        -ms-word-wrap: break-word;

    }

table.table-responsive .fa {
    padding: 0;
}

#topLink {
    background: #333;
    display: inline-block;
    left: 10px;
    padding: 6px 12px;
    position: fixed;
    z-index: 1001;
}


    #topLink a, #topLink i {
        color: #fff;
    }

    #topLink.hidden {
        display: none !important;
    }

div#topLink a {
    text-decoration: none;
}

/*Custom CSS*/
/* 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: #0081a2;
}

.alberta-theme main .page-title-box > a {
    font-size: 14px;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 6px solid #0081a2;
    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;
}

.btn-primary {
    color: #333;
    background-color: #0081a2;
    border-color: #23a2c8;
}

.alberta-theme a.btn-primary i.fa {
    color: #333 !important;
}

.btn-default {
    color: #333;
    background-color: #eee;
    border-color: #d4d4d4;
}

    .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;
    }

.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;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #0081a2;
    color: #ffffff;
    border: 0px;
}


.alberta-theme .nav.nav-tabs li.active {
    border-top-width: 7px;
    border-top-color: #ffffff;
}

.nav-tabs {
    border-bottom: 3px solid #0081a2;
}

.alberta-theme .nav.nav-tabs li {
    border-top-color: #ffffff;
}

.map-buttons {
    margin-bottom: 20px;
}

    .map-buttons a {
        text-decoration: none;
    }


.share-icon {
    height: 36px;
    display: inline-block;
}

.home-header, .sub-content {
    margin-bottom: 20px;
}

.header-divider-bold {
    border-style: none;
    border-top-style: solid;
    border-width: 5px;
}

.content-divider-light {
    border-style: none;
    border-width: 1px;
    border-color: #dbdbdb;
}



.padded-div {
    padding: 10px;
}

#project-map-section, #project-table-section {
    padding-bottom: 20px;
}

.main-content {
    padding-top: 10px;
}

.main-content-section {
    margin-bottom: 20px;
}

    .main-content-section h3 {
        font-size: 1.25em;
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 0.9375em 0 0.625em;
        line-height: 1.45em;
        color: #000000;
        font-weight: 700;
    }

.contact-us {
    float: right;
}

.contact-us a .fa-angle-right {
    padding-left: 15px;
}

.in-focus {
    background: #f2f2f2 !important;
    margin-bottom: 20px;
}

.first-content-block {
    padding-right: 0px;
}

.non-first-content-block {
    padding-left: 0px;
}

.first-block-3-wide {
    padding-top: 30px;
}

.first-block-2-wide {
    padding-top: 40px;
}

.side-content nav h1 a {
    border-bottom: none;
    text-decoration: none !important;
}

.phase-images {
    text-align: center;
}

    .phase-images img {
        width: 100%;
        margin-bottom: 15px !important;
    }

    .phase-images a {
        border-bottom: 0px;
    }

.white-btn {
    color: #fff;
}

.feature-image img {
    width: 100%;
    margin-bottom: 15px !important;
}

.filter-results {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.filter-text {
    font-size: 20px;
    font-weight: bold;
}

.filter-description {
    font-size: 15px;
    padding-left: 15px;
}

#filter-none-found {
    padding-top: 20px;
    font-size: 20px;
    padding-bottom: 20px;
}

.search-term {
    padding: 0;
    margin: 0;
}

.search-term-item {
    font-weight: bold;
    color: #0081a2;
}

.level-img {
    height: 20px;
    outline: none 0px !important;
}

.doctype-img {
    height: 20px;
}

#result-span {
    padding-top: 20px;
    margin-bottom: 5px;
    text-align: center;
}

.resource-link-title {
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
    line-height: 1.5em !important;
}

.resource-link-description {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}


select[type="search"] {
    box-sizing: border-box;
}


.link-tags {
    font-size: 12px;
}

.link-header {
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    padding-right: 5px;
}

.link-body {
    padding-right: 20px;
}

.aside-content {
    padding-bottom: 20px;
}


.clear_input {
    border-bottom: 0px;
    font-weight: bold;
}

.content-btn {
    color: #fff !important;
}

    .content-btn:hover {
        color: #fff !important;
    }


/* book flaps */

.right-aside-section {
    margin-bottom: 30px;
}

.bookflap-title {
    padding-bottom: 0px;
    font-weight: bold;
    font-size: 1.25em;
}

.bookflap-image {
    padding-bottom: 20px;
}

    .bookflap-image img {
        width: 100%;
    }

.bookflap-description {
    padding-bottom: 20px;
    font-size: 18px;
}

/* search results using usercontrol*/
#searchResults input[type="text"] {
    border: 1px solid #000;
    width: 98%;
}

#searchResults input[type="submit"] {
    border: 1px solid #000;
    width: 90%;
}

#searchResults td {
    padding: 0px;
    border-bottom: 0px;
    margin: 0px;
}

#searchResults table {
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}


.s font {
    color: #0081a2;
}

#top-navigation td:nth-child(2) td:nth-child(1) {
    text-align: right;
}

#top-navigation td:nth-child(1) td:nth-child(2) {
    text-align: left;
}

#top-navigation td {
    font-size: 0.9em;
}

#searchResults table:nth-child(3) {
    background-color: red;
}


/* search results using own code*/

.resultsHeader {
    font-size: 1.125em;
}

.searchResultsTitle {
    font-weight: bold;
    color: #0081a2;
}

.searchResultsContainer {
    margin-top: 20px;
}

.searchResultsSort {
    font-size: 0.813em;
}

.searchResultsInfo {
    font-size: 0.813em;
    color: #666;
    margin-bottom: 8px;
}

.searchResultsFooter {
    font-size: 0.813em;
    margin-top: 15px;
}

.searchPager {
    text-align: center;
    margin-bottom: 20px;
}

    .searchPager span {
        padding-left: 5px;
        padding-right: 6px;
        border-right: 1px solid black;
        line-height: 0.813em;
    }

        .searchPager span:last-child {
            border-right: 0px solid black;
        }

.searchPageForm {
    width: 300px;
}

.searchPageInput {
    border: 1px solid #000 !important;
    padding-top: 9px;
    padding-bottom: 9px;
}

.searchPageDiv {
    text-align: center;
}

.searchPageInnerDiv {
    display: table;
    margin: 0 auto;
}

.searchResultsFooter {
    margin-bottom: 20px;
}

.select-filter {
    width: 100%;
    display: block !important;
}

.search-filter-div {
    width: 100%;
}


#footer {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#footer {
    background: #f2f2f2;
}


.content-wrapper-last {
    padding-bottom: 170px;
}

/* used for contact form */

.phone-form, .mail-form {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

.mail-form {
    background: #f2f2f2;
}

.mail-text-area {
    height: 120px;
}

.form-input, .mail-text-area {
    width: 100%;
    margin-bottom: 15px;
}

.houdini {
    display: none;
}

.note {
    margin-top: 10px;
    color: red;
}

.error {
    color: red;
    padding-left: 15px;
}

#disclaimer {
    font-size: 0.6em;
}


#content-wrapper img {
    outline: 2px solid rgba(0, 0, 0, 0.1);
    outline-offset: -2px;
}

ul.body-list {
    padding-left: 40px !important;
}

    ul.body-list li {
        list-style-type: disc !important;
    }


/* subscribe lightbox modal custom styles*/

#lightbox-frame {
    width: 100%;
}

    #lightbox-frame #content {
        margin-left: 20px;
    }

#newsletterframe {
    overflow: hidden;
    border: none;
    height: 250px;
}

.subscribe-footer {
    margin-top: 20px;
}

.subscribe-text-input {
    width: 200px;
}

#subscribe-form {
    margin-top: 15px;
}

.subscribe-entry {
    margin-bottom: 5px;
}

#subscribeMessage {
    margin-top: 20px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-header .modal-title {
    font-size: 16px;
}

.modal-backdrop.in {
    opacity: 0.5 !important;
}

/* 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;
}

/* Large desktop */
/*@media (min-width: 1200px) {
}*

/* Portrait tablet to landscape and desktop */
/*@media (min-width: 768px) and (max-width: 979px) {
}*/


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {


    #filterbar {
        border-bottom: 1px solid;
        padding-top: 20px;
    }

    #contentsection h3 {
        text-align: center;
    }

    #filter-description {
        text-align: center;
    }

    .aside-search-button {
        padding-top: 3.8px !important;
        padding-bottom: 3.7px !important;
    }


    .mail-text-area {
        width: 100%;
        height: 120px;
    }

    .form-input {
        width: 100%;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    #searchResults table [bgcolor="#e5ecf9"] {
        display: none;
    }

    .error {
        display: block;
        padding-left: 0px;
    }

    #export-div {
        display: inline-block;
    }

    #month-date {
        float:left !important;
        clear: right !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #history-summary-pills {
        display: block !important;
        clear: left !important;
    }
    #export-data-title-xs {
        display: block !important;
    }
    #export-data-this-view {
        border-right: 0px !important;
    }

    #export-data-this-view button, #export-data-full button {
        font-size: 11px; 
    }

    #map-pills li {
        width: 100%;
        text-align: center;
    }

    #project-search input {
        font-size: 16px;
    }
}

.report-item {
    text-transform: uppercase;
    margin-bottom: 2em;
}

    .report-item h3 {
        margin-top: 0;
        /*color:#005984;*/
    }

    .report-item .schedule {
        background-color: #939598;
        color: white;
        text-align: right;
        padding-right: 8px;
    }

    .report-item .budget {
        background-color: #636466;
        color: white;
        text-align: right;
        margin-top: 3px;
        padding-right: 8px;
    }




#LoadingArea {
    display: none;
    position: fixed;
    z-index: 10000;
    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: 10001;
        position: fixed;
        top: 50%;
        left: 50%;
        color: white !important;
    }

body.loading {
    overflow: hidden !important;
}

    body.loading #LoadingArea {
		opacity: 0.2;
    }

#project-map-twitter {
    margin-top: 15px;
}

/*New styles to fix broken items temp*/
.modal-body {
    font-size: 16px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.nav-tabs > li.active > a {
    font-weight: bold;
}

.carousel-inner .item .description p {
    margin: 0;
}

.carousel-caption {
    left: 16px;
    text-align: left;
}

.map-popup-label {
    font-weight: bold !important;
    padding-right: 5px;
    font-size: 1em !important;
    padding-left: 15px !important;
}


.alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 0; }
.alert h4 { margin-top: 0; color: inherit; }
.alert .alert-link { font-weight: bold; }
.alert > p, .alert > ul { margin-bottom: 0; }
.alert > p + p { margin-top: 5px; }

.alert-dismissable, .alert-dismissible { padding-right: 35px; }
.alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; }

.alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; }
.alert-success hr { border-top-color: #c9e2b3; }
.alert-success .alert-link { color: #2b542c; }

.alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; }
.alert-info hr { border-top-color: #a6e1ec; }
.alert-info .alert-link { color: #245269; }

.alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; }
.alert-warning hr { border-top-color: #f7e1b5; }
.alert-warning .alert-link { color: #66512c; }

.alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; }
.alert-danger hr { border-top-color: #e4b9c0; }
.alert-danger .alert-link { color: #843534; }


.download-data {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#export-data-this-view {
    border-right: 1px solid #333;
}

#export-div {
    padding-bottom: 10px;
}

#export-data-this-view, #export-data-full, #export-data-title {
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    margin-top:15px
}

#download-title{
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

#download-title-xs {
     font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
}

div.downloadFullOptions {
    float: left;
    position: absolute;
    right: 10px;
    margin-top: -1px;
    background-color: #eee;
    padding: 0px;
    z-index: 9999;
    border: solid thin black;
}

div.downloadThisViewOptions {
    float: left;
    position: absolute;
    right: 80px;
    margin-top: -1px;
    background-color: #eee;
    padding: 0px;
    z-index: 9999;
    border: solid thin black;
}

.download-data {
    border: solid thin #eee !important;
}

.download-data.selected {
    border: solid thin black;
}


#export-div {
    text-align: center;
}
.property-change-item {
    font-size: 12px;
}

.property-change-item h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 8px;
    margin-bottom: 8px;
}
.property-change-item label {
    font-size: 14px;
    font-weight: bold;
}

.property-change-item {
    background-color: lightgrey;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
}

.property-change-item input, .property-change-item textarea, .property-change-item select {
    width: 100%;
    margin-bottom: 5px;
}

#detailChangeModal input[type='checkbox'] {
    width: 30px;
}

.log-header {
    margin-bottom: 10px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

.log-row-proposed {

    background-color: #01aad3;
    margin-bottom: 10px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

.log-date {
    width: 89px;
}

#save-buttons {
    margin-bottom: 20px;
}
.section-proposed .log-date {
    color: #01aad3;
}

#project-timeline-table td.proposed, #project-timeline-table tr.proposed th {
    background-color: #01aad3;
    color: #fff;
    font-weight: bold;
}

.log-row-underconstruction {

    background-color: #77b900;
    margin-bottom: 10px;
    padding: 10px;
    color: #fff;
    font-weight: bold;

}


.section-underconstruction .log-date {
    color: #77b900;
}

#project-timeline-table td.underconstruction, #project-timeline-table tr.underconstruction th {
    background-color: #77b900;
    color: #fff;
    font-weight: bold;
}

.log-row-completed {
    background-color: #ff7900;
    margin-bottom: 10px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

.section-completed .log-date {
    color: #ff7900;
}

#project-timeline-table td.completed, #project-timeline-table tr.completed th {
    background-color: #ff7900;
    color: #fff;
    font-weight: bold;
}

.log-row-cancelled {

    background-color: #d40072;
    margin-bottom: 10px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

.section-cancelled .log-date {
    color: #d40072;
}

#project-timeline-table td.cancelled, #project-timeline-table tr.cancelled th {
    background-color: #d40072;
    color: #fff;
    font-weight: bold;
}

.log-date {
    font-weight: bold;
}

#log-controls {
    margin-bottom: 15px;

}

.btn-controls {
    width: 100px;
}

.btn-controls button {
    margin-right: 2px;
    width: 35px;
}

.circleBase {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}

.stage-circle {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: none;
    text-align: center;
    vertical-align: middle;
}

.stage-circle span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #fff;
    font-size: 12px;

}

.month-circle {
    width: 30px;
    height: 30px;  
    border: none;
    margin-left: 35px;

}

.proposed-circle {
   background: #01aad3; 
}

.proposed-text {
    color: #01aad3;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 5px;  
}

.completed-circle {
   background: #77b900; 
}

.completed-text {
   color: #77b900; 
       font-weight: bold;
       margin-right: 10px;
       margin-left: 5px; 
}

.underconstruction-circle {
   background: #ff7900; 
}

.underconstruction-text {
    color: #ff7900; 
    font-weight: bold;
    margin-right: 10px;
    margin-left: 5px; 
}

.cancelled-circle {
   background: #d40072; 
}

.cancelled-text {
   color: #d40072; 
       font-weight: bold;
       margin-right: 10px; 
       margin-left: 5px;
}

.proposed-current-circle { 
    border: 3px dashed #01aad3; 
    width: 30px;
    height: 30px;  
    margin-left: 35px;
}

.proposed-current-text { 
    color: #01aad3;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 5px; 
}

.underconstruction-current-circle { 
    border: 3px dashed #ff7900;
    width: 30px;
    height: 30px;  
    margin-left: 35px;
}

.underconstruction-current-text { 
    color: #ff7900; 
    font-weight: bold;
    margin-right: 10px;
    margin-left: 5px; 
}

.cancelled-current-circle { 
    border: 3px dashed #d40072; 
    width: 30px;
    height: 30px;  
    margin-left: 35px;
}

.cancelled-current-text { 
    color: #d40072; 
    font-weight: bold;
    margin-right: 10px;
    margin-left: 5px; 
}

.completed-current-circle { 
    border: 3px dashed #77b900; 
    width: 30px;
    height: 30px;  
    margin-left: 35px;
}

.completed-current-text { 
    color: #77b900; 
    font-weight: bold;
    margin-right: 10px;
    margin-left: 5px; 
}

.proposed-line {
   border-left: 6px solid #01aad3;
}

.completed-line {
       border-left: 6px solid #77b900;
}

.underconstruction-line {
       border-left: 6px solid #ff7900;
}

.cancelled-line {
       border-left: 6px solid #d40072;
}


.empty-month {
    margin-left: 47px;
    width: 1px;
    height: 20px;
    position:relative;
}

.empty-line-reduce {
    height: 15px;
    width: 70px;
    margin-left: 47px;
    transform: translate(-32px, -3px) rotate(-10deg);
    -webkit-transform: translate(-32px, -3px) rotate(-10deg);
    -ms-transform: translate(-32px, -3px) rotate(-10deg);  
    position: absolute;
    background-color: #ffffff;
    z-index: 2;
}
.proposed-line-reduce {
    border-bottom: 3px solid #01aad3;
    border-top: 3px solid #01aad3;
}

.completed-line-reduce {
    border-bottom: 3px solid #77b900;
    border-top: 3px solid #77b900;
}

.underconstruction-line-reduce {
    border-bottom: 3px solid #ff7900;
    border-top: 3px solid #ff7900;
}

.cancelled-line-reduce {
    border-bottom: 3px solid #d40072;
    border-top: 3px solid #d40072;
}


#project-timeline {
    margin-bottom: 20px;
}

#project-timeline-table {
    border: none;
}

#project-timeline-table tr th{
    padding: 3px;

}

#project-timeline-table tr td{
    padding: 0 5px 0 5px !important;
    margin: 0 !important;
    border: none;
    max-width: 500px;

}

#project-timeline-table tr.admin td{
    padding: 5px 5px 5px 5px !important;
    margin: 0 !important;
    border: none;
    max-width: 500px;

}

#project-timeline-table tr td.more-info, #project-timeline-table tr td.log-link{

    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

#project-timeline-table tr td.more-info {
    cursor: help; 
}




ul.log-list{
    padding-left: 20px;
}
ul.log-list li {
    font-size: 14px;
    margin-bottom: 10px;
}

.log-date-warning
{ color: red;
    cursor: help;
}


.history-summary-chart {

	width		: 100%;
	height		: 500px;
	font-size	: 11px;	
}

.table-legend {
    opacity: 0.8;
}

.stage-proposed-legend {
    background-color: #01aad3 !important;
}

.stage-completed-legend {
    background-color: #77b900 !important;
}

.stage-under-construction-legend {
    background-color: #ff7900 !important;
}


.sector-commercial-legend {
    background-color: #000000 !important;
}

.sector-industrial-legend {
    background-color: #AB640B !important;
}

.sector-infrastructure-legend {
    background-color: #787679 !important;
}

.sector-institutional-legend {
    background-color: #04668b !important;
}

.sector-mixed-use-legend {
    background-color: #8ad749 !important;
}

.sector-oil-and-gas-legend {
    background-color: #8569cf !important;
}

.sector-pipelines-legend {
    background-color: #eece00 !important;
}

.sector-power-legend {
    background-color: #f640ae !important;
}

.sector-residential-legend {
    background-color: #f8981f !important;
}

.sector-retail-legend {
    background-color: #266a2e !important;
}

.sector-tourism-recreation-legend {
    background-color: #f80e27 !important;
}


.budget-5m-10m-legend {
    background-color: #f8981f !important;               
}

.budget-10m-20m-legend {
    background-color: #0d9fd8 !important;             
}

.budget-20m-100m-legend {
    background-color: #f640ae !important;               
}

.budget-100m-1b-legend {
    background-color: #8ad749 !important;               
}

.budget-1bplus-legend {
    background-color: #8569cf !important;               
}

.tablesorter-header-inner {
    color: #ffffff;
}

table.tablesorter tbody tr.normal-row td {
  background: #f9f9f9;
  color: #000;
}
table.tablesorter tbody tr.alt-row td {
  background: #fff;
  color: #000;
}

.footer {
    
    color: white;
    background-color: #00aeef;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px;
    padding-right: 18px !important;
    font-size: 18px;
}


.sector-group {
    margin-left: 30px;
    display: block;
}

#sector-tables-div .ui-icon {
    display: inline-block;
    background-image: url(/content/jQueryUi/v1.12.1/images/ui-icons_222222_256x240.png) !important;
}

#sector-tables-div span.ui-icon:hover {
   cursor: pointer; 
}

#sector-history-summary-table a {
    text-decoration: none;
    font-weight: 400;
    color: #333;
}

.hidden-summary {
    display: none;
}

#history-summary-pills {
    border-bottom: 0px;
}

#history-summary-pills li.active, #history-summary-pills li.active a {
    color: #fff;
    background-color: #58595b
}


tr.project-warning td{
    background-color: orange !important;
}

div.project-warning {
    background-color: orange;
    font-weight: bold;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:20px;
}

#preview-banner {
    background-color: #e3820d;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:20px;
    border-radius: 10px;
}


#sector-type-clear-filter {
    display:block; 
    float: right;
}

#history-date {
    margin-bottom: 0px;
}

/** fix for calendar selector being too small in IE **/
#ui-datepicker-div {
    min-width: 295px;
}

/***  type/sector tree selector  *****/


#sector-help-message {
    margin-top: 15px;
    font-size: 0.9em;
    display: none;
}

#treeSectorType {
    height: 270px;
    overflow-y: auto;
    /*width: fit-content;*/
    text-overflow:clip;
  min-width: 108%;
}

/*** month picker ***/

.month-picker table {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 0px solid #dddddd !important;
    border-spacing: 0px 0px !important;
}
.month-picker table tr td{
    padding: 0px 0px !important;
    border-right: 0px;
}
 
.month-picker table a{
   text-decoration : none !important;
}   

#MonthPicker_month-date-selector div.ui-widget-header  {
   border: 1px solid #005aef !important;
	background: #f6f6f6 !important;
	color: #ffffff !important;
	font-weight: bold !important;
}


.ui-state-highlight {
    background: #00aeef !important;
}

.ui-state-hover {
    background:  #a2def4 !important;
    border: 1px solid #005aef !important;
    color: #00aeef !important;
}

.ui-widget-header {
	border: 1px solid #005aef;
	background: #00aeef;
	color: #ffffff;
	font-weight: bold;
}
.month-picker-open-button {
    height: 42px  !important;
    width: 42px  !important;
}


#month-date-selector {
    width: 80px;
    padding-left: 8px;
    height: 42px;
    margin-left: 10px;
}

#month-date {
    float: right;
    margin-right: 20px;

}

#month-date-label {
   font-weight: bold;
}

.month-picker-year-table .ui-button {
    height: 2.5em;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #005aef !important;
    font-weight: bold !important;
    color: #000 !important;
    background: #00aeef !important;
}




.ui-icon {
	background-image: url("/content/jQueryUi/v1.12.1/images/ui-icons_228ef1_256x240.png")  !important;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("/content/jQueryUi/v1.12.1/images/ui-icons_228ef1_256x240.png")  !important;
}


/** sector-type modal*/
#sector-type-warning-modal .modal-header {
  padding: 1px 10px 1px 10px
}

    #sector-type-warning-modal .modal-header .close {
        margin-top: 10px;
    }
/** map box draw temp styles*/

/**Map slider css**/
.mapimages ul {
    padding: 0px;
    width:100%
}
.mapimages .contentCarousel {
    width:100%;
}
.mapimages .slick-prev:before{
    width: 30px;
    height: 30px;
    font-size: 20px;
}

.mapimages .slick-next:before {
    width: 30px;
    height: 30px;
    font-size: 20px;
}
.mapimages .slick-prev {
    /*left: -45px;*/
}
.mapimages .contentCarousel {
    /*padding-left: 300px;*/
    width:100%;
}

.mapimages li.card {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,.35);
    vertical-align: top;
    margin: 0px; 
}
@media only screen and (max-width: 1400px) {
    .mapimages>li.card {
          height: 100%;
    }
}

/**slick controls width don't set width**/
.mapimages .cards-tertiary li {
    margin: 7px 10px 10px 10px;
    list-style-type: none; 
}
.mapimages li.card > a {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.mapimages li.card>a>img{
    max-width: 100% !important;/**makes image fill up the space**/
    height: 60px !important;
    flex: 1;
    -webkit-flex: 1; 
    -ms-flex: 1;  
}

/**Map slider css end **/

/**Related Project css**/
.relatedprojects ul {
    padding: 0px;
}
li.card {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin: 25px 0 0;
    width: 100%;
    height: 350px;
    box-shadow: 0 2px 4px rgba(0,0,0,.35);
    vertical-align: top;
    margin: 25px 0% 0% 24px;
    
}
@media only screen and (max-width: 1400px) {
    li.card {
          height: 400px;
    }
}
li.card .tileLink {
     text-decoration: none;    
}
li.card.subscribe {
    float: left;
    overflow: visible;
}
li.card, li.card>div.text, li.card>div.title,  li.card>div.panelInner, li.card div.panelInner>div, li.card>div.panelBottom{
   
    text-decoration: none;
}
li.relatedproject:hover {
    background: #36424a;
    color: #fff;
}
li.card>a:hover, li.card>a:hover div.text, li.card>a:hover div.title,  li.card>a:hover div.panelInner, li.card>a:hover div.panelInner>div, li.card>a:hover div.panelBottom {
    background: #36424a;
    color: #fff;
    text-decoration: none
}
.cards-tertiary li {
    /*min-width: 280px;*/
    margin: 25px 10px 10px 10px;
    list-style-type: none;
 
}
@media only screen and (max-width: 768px) {
    .cards-tertiary li {
        width: 100%;
        margin: 25px 10px 10px 10px;
        list-style-type: none;
        height: 400px;
    }
   
}
@media only screen and (max-width: 600px) {
    .cards-tertiary li {
        width: 100%;
        margin: 25px 10px 10px 10px;
        list-style-type: none;
        height: 450px;
    }
   
}
li.card>a>div.thumb, li.card>div.thumb {
    position: relative;
    /*padding: 0 0 56.25%;*/
    background: #e5e5e5;
    height: 160px;
}
li.card>a>div.thumb>img {
    /*position: absolute;*/
    object-fit: cover;
    top: 0;
    left: 0;
    /*width: 100%;
    height: 100%;*/
    border: 0;
    max-height: 160px;
    height: 160px;
      width: 100%;
}

li.card .title {
    border-top: 8px solid #0081a2;
}
li.card > a > div.title {
    /*padding: 28px 28px 0 28px;
    font-size: 24px;
    font-weight: 400;
    text-decoration: underline;
    line-height: 1.4em;*/
    padding: 14px 14px 0 14px;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    min-height: 85px;
}
/*li.card > a > div.text {
    padding: 12px 28px 28px 28px;
    color: #36424a;
}*/
.relatedprojects .slick-prev:before, .contentArea .slick-next:before {
    width: 50px;
    height: 100px;
    font-size: 50px;
}
.relatedprojects .slick-prev {
     left: -45px;
 }
.relatedprojects .contentCarousel {
    /*padding-left: 300px;*/
    width:100%;
}
.panelInner {
    overflow: auto;
    padding-left: 14px;
    padding-right: 14px;
    width: 100%;
    height: 80px;
    font-size: 14px;
}
.panelBottom {
    bottom: 0px;
    /*//position: absolute;*/
    overflow: hidden;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 5px;
    /*width: 100%;*/
    color: #808080;
    font-size: 11px;
}

/**Related Project css end **/



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/* Hide the browser's default only show recently added checkbox */
.checkboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 24px;
    width: 24px;
    border: none;
    background-position: -486px -5px;
    background-image: url(/Content/jstree/32px.png);
    /*//background-color: white;
    //border: 1px solid #bfbfbf;*/
}

/* On mouse-over, add a grey background color */
/*.checkboxcontainer:hover input ~ .checkmark {
    background-color: #fafafa;
}*/

/* When the checkbox is checked, add a blue background */
/*.checkboxcontainer input:checked ~ .checkmark {
  background-color: #fafafa;
  border: 0px solid #afafaf;
}*/
/* Create the checkmark/indicator (hidden when not checked) */
.checkboxcontainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
    /*left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);*/
    position: absolute;
    top: -1px;
    left: 0;
    width: 24px;
    height: 24px;
    border: none;
    background-position: -550px -4px;
    background-image: url(/Content/jstree/32px.png);
}

/*.arrowright {
    border: solid rgb(43, 38, 38);
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 50%;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    right: 10px;
    z-index: 9999;
}*/

/*.arrowleft {
    border: solid rgb(43, 38, 38);
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: 50%;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 10px;
    z-index: 9999;
}*/



/*Fix survey*/

.info-slide {
   border-radius: 4px;
    border-width: 1px;
    border-color: gray;
    background-color: #cae8ca;
    border-style: solid;
    position: fixed;
    bottom: 0px;
    right: 20px;
    float: right;
    width: 80%;
    /*height: 60px;*/
    cursor: pointer;
    overflow: hidden;
    max-width: 450px;
    z-index: 999;
    transition: height .4s ease-in-out;
    -webkit-transition: height .4s ease-in-out;
    -moz-transition: height .4s ease-in-out;
}
/*@media screen and (min-width: 768px) {
 .info-slide {
       position: fixed;
    }
}*/
.info-slide-header {
    padding-left: 10px; 
    padding-right: 10px; 
    padding-top: 1px; 
    padding-bottom: 1px; 
    background-color: #0081a2;
}

.info-slide-content{
    
        display: none;
    
}
.info-slide-content:hover{
    
        display: block;
    
}
/*.info-slide:hover >.info-slide-content{
    
        display: block;
    
}*/
.info-slide-header:active  + .info-slide-content{
    
        display: block;
    
}
.info-slide-header:hover + .info-slide-content{
    
        display: block;
 
}
.itembox  
{ 
    position: relative;
    float: right;
    font-size: 22px;
    right: 0px;
    /*top: -15px;*/
    width: 10px;
    height: 10px;
    font-weight: bold;
} 

/*.itembox .RemoveMediaNotif 
{
  
    position: absolute;
   
    text-decoration:underline; 
    cursor: pointer; 
}*/ 

/*Fix survey end*/


#content-details .slick-slider {
    margin-bottom: 0px;
}
#content-details .arrowleft:before {
    color: white !important;
    opacity: 0.9;
}
#content-details .arrowright:before {
    color: white !important;
    opacity: 0.9;
}
#content-details .arrowleft {
      z-index: 9999;
}
#content-details .arrowright {
      z-index: 9999;
}


  #sortable {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        #sortable li {
            display: flex;
            height: 180px;
            margin: 0 3px 3px 3px;
            padding: 0.4em;
            /*padding-left: 1.5em;*/
            font-size: 12px;
        }

            #sortable li span {
                /*position: absolute;*/
                /*margin-left: -1.3em;*/
            }

    .embed-container-center {
        width: 50%;
        border: 1px;
        position:relative;
    }
     .embed-container-right {
        padding: 10px;
    }
    .imageorder{
        border: none;
        box-shadow: none;
    }
    .image-upload{
            opacity: 0;
            width: 100%;
            height: 100%;
            border:1px solid gray;
            /*position: absolute;*/
    }
    .image-dragdrop_title {
        max-width: 100%;
        height: 100px;
        max-height: 100%;
        position: absolute;
        top: 0px;
    
    }
      .image-dragdrop {
     
        max-width: 100%;
        height: 100px;
        max-height:100%;
        position: absolute;
        top: 25px;   
        width: 50%;
        border: 1px;
    }

    .image-dragdrop-content {
        margin-bottom: 0px;
    }

    .successmessage {
        background-color: #fff;
        color: green;
        border: solid;
        padding: 10px;
        border-radius: 3px;
        display: block;        
        z-index: 9999;
    }