/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');

html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
}

body {
    color: #2D2C36;
    font-family: 'Roboto', sans-serif;
}

.gray-text {
    color: #555555;
    font-weight: 300;
}

.blue-text {
    color: #0135AD;
}

.white-link {
    color: #ffffff;
}

.white-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.black-link {
    color: #2D2C36;
}

.black-link:hover {
    color: #2D2C36;
}

.btn-solili {
    color: #FFFFFF !important;
    background-color: #0135AD;
    border-color: #0135AD;
}

.btn-solili:hover,
.btn-solili:focus,
.btn-solili:active,
.btn-solili.active,
.open .dropdown-toggle.btn-solili {
    color: #FFFFFF;
    background-color: #042C8A;
    border-color: #0135AD;
}

.btn-solili:active,
.btn-solili.active,
.open .dropdown-toggle.btn-solili {
    background-image: none;
}

.btn-solili.disabled,
.btn-solili[disabled],
fieldset[disabled] .btn-solili,
.btn-solili.disabled:hover,
.btn-solili[disabled]:hover,
fieldset[disabled] .btn-solili:hover,
.btn-solili.disabled:focus,
.btn-solili[disabled]:focus,
fieldset[disabled] .btn-solili:focus,
.btn-solili.disabled:active,
.btn-solili[disabled]:active,
fieldset[disabled] .btn-solili:active,
.btn-solili.disabled.active,
.btn-solili[disabled].active,
fieldset[disabled] .btn-solili.active {
    background-color: #0135AD;
    border-color: #0135AD;
}

.btn-solili .badge {
    color: #0135AD;
    background-color: #FFFFFF;
}

.btn-solili-inv {
    color: #0135AD;
    background-color: #FFFFFF;
    border-color: #0135AD;
}

.btn-solili-inv:hover,
.btn-solili-inv:focus,
.btn-solili-inv:active,
.btn-solili-inv.active,
.open .dropdown-toggle.btn-solili-inv {
    color: #fff;
    background-color: #0135AD;
    border-color: #0135AD;
}

.btn-solili-inv:active,
.btn-solili-inv.active,
.open .dropdown-toggle.btn-solili-inv {
    background-image: none;
}

.btn-solili-inv.disabled,
.btn-solili-inv[disabled],
fieldset[disabled] .btn-solili-inv,
.btn-solili-inv.disabled:hover,
.btn-solili-inv[disabled]:hover,
fieldset[disabled] .btn-solili-inv:hover,
.btn-solili-inv.disabled:focus,
.btn-solili-inv[disabled]:focus,
fieldset[disabled] .btn-solili-inv:focus,
.btn-solili-inv.disabled:active,
.btn-solili-inv[disabled]:active,
fieldset[disabled] .btn-solili-inv:active,
.btn-solili-inv.disabled.active,
.btn-solili-inv[disabled].active,
fieldset[disabled] .btn-solili-inv.active {
    background-color: #FFFFFF;
    border-color: #0135AD;
}

.btn-solili-inv .badge {
    color: #FFFFFF;
    background-color: #fff;
}

.btn-solili-white {
    color: #0135AD;
    background-color: #FFFFFF;
    border-color: #0135AD;
}

.btn-solili-white:hover,
.btn-solili-white:focus,
.btn-solili-white:active,
.btn-solili-white.active,
.open .dropdown-toggle.btn-solili-white {
    color: #0135AD;
    background-color: #F7F7F7;
    border-color: #0135AD;
}

.btn-solili-white:active,
.btn-solili-white.active,
.open .dropdown-toggle.btn-solili-white {
    background-image: none;
}

.btn-solili-white.disabled,
.btn-solili-white[disabled],
fieldset[disabled] .btn-solili-white,
.btn-solili-white.disabled:hover,
.btn-solili-white[disabled]:hover,
fieldset[disabled] .btn-solili-white:hover,
.btn-solili-white.disabled:focus,
.btn-solili-white[disabled]:focus,
fieldset[disabled] .btn-solili-white:focus,
.btn-solili-white.disabled:active,
.btn-solili-white[disabled]:active,
fieldset[disabled] .btn-solili-white:active,
.btn-solili-white.disabled.active,
.btn-solili-white[disabled].active,
fieldset[disabled] .btn-solili-white.active {
    background-color: #FFFFFF;
    border-color: #0135AD;
}

.btn-solili-white .badge {
    color: #FFFFFF;
    background-color: #0135AD;
}

.btn-outline-secondary {
    background: #FFFFFF !important;
    color: #bdbdbd !important;
    border-color: #bdbdbd !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    background: #bdbdbd !important;
    color: #ffffff !important;
    border-color: #bdbdbd !important;
}

.NavLinkSolili {
    color: #2D2C36 !important;
}

.NavLinkSolili:hover {
    color: #0135AD !important;
}

a.report-link {
    color: #CCCCCC !important;
}

a.report-link:hover {
    color: #0135AD !important;
}

a.report-link-2 {
    color: #333333 !important;
}

a.report-link-2:hover {
    color: #0135AD !important;
}

.nav-link-lang a {
    /*color: white !important;*/
    color: #2D2C36 !important;
}

.nav-link-lang a.selected {
    opacity: 0.7;
}

.content {
    min-height: 80vh;
}

.section-header {
    color: #ffffff;
    background: #0135ad;
    font-size: 24px;
}

.section-header-white {
    color: #2D2C36;
    background: #ffffff;
    font-size: 24px;
}

.section-header-green {
    color: #ffffff;
    background: #4caf50;
    font-size: 24px;
}

footer {
    padding: 35px 0;
    text-align: center;
    background-color: #0135ad;
    color: white;
}

footer .footer-container {
    max-width: 1140px;
    margin: 0 auto;
}

.research-markets-container {
    padding: 20px 10px;
    max-width: 1400px;
    margin: 0 auto;
    min-height: calc(100vh - 196px);
}

.research-markets-container .header-divider {
    height: 4px;
    border-bottom: 4px solid #0036ad;
    margin-bottom: 10px;
}

.research-markets-container .header-title a {
    text-decoration: none;
    color: black;
}

.research-markets-container .header-title {
    color: #34383c;
    font-weight: 500;
}

.research-markets-container .header-title .sm {
    font-size: 18px;
    margin-bottom: 10px;
}

.research-markets-container .header-title .big {
    font-size: 48px;
}

.research-markets-container .header-title .reg {
    font-size: 30px;
}

.research-markets-container .header-title .bordered {
    border-bottom: 1px solid rgba(0, 54, 173, 0.2);
    padding-bottom: 5px;
}

.research-markets-container .divider {
    height: 30px;
    border-bottom: 30px solid rgba(0, 54, 173, 0.2);
    margin: 20px 0;
}

.research-markets-container .new-wrapper {
    border-bottom: 1px dotted rgba(102, 102, 102, 0.8);
    padding: 10px;
}

.research-markets-container .new-wrapper .new-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.research-markets-container .new-wrapper .new-title a {
    text-decoration: none;
    color: #34383c;
}

.research-markets-container .new-wrapper .new-date {
    font-size: 14px;
    color: rgba(52, 56, 60, 0.7);
    padding-bottom: 5px;
    text-transform: capitalize;
}

.research-markets-container .markets-wrapper .markets-header {
    display: flex;
    justify-content: space-between;
}

.research-markets-container .markets-wrapper .markets-header a {
    font-size: 30px;
    color: #34383c;
    font-weight: bold;
}

.research-markets-container .markets-wrapper .property-type {
    font-size: 20px;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
}

.research-markets-container .markets-wrapper .header-container {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.research-markets-container .markets-wrapper .header-container {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.research-markets-container .feed-item a {
    display: flex;
}

.research-markets-container .feed-item img {
    width: 80%;
    margin-bottom: 10px;
}

.black {
    color: black;
}

.research-markets-container .markets-wrapper .markets-category {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    color: black;
}

.research-markets-container .markets-wrapper .markets-category a {
    color: black;
}

.research-markets-container .markets-wrapper .markets-table .table .market-name {
    font-size: 18px;
    color: #34383c;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 200px;
    line-height: 22px;
}

.research-markets-container .markets-wrapper .markets-table .table .market-name a {
    text-decoration: none;
    color: #34383c;
}

.research-markets-container .markets-wrapper .markets-table .table .th {
    font-size: 14px;
    color: #34383c;
    font-weight: 400;
    max-width: 40px;
    line-height: 16px;
}

.research-markets-container .markets-wrapper .markets-table .table tr .positive {
    background-color: #9cf4dc;
    padding: 3px;
}

.research-markets-container .markets-wrapper .markets-table .table tr .negative {
    background-color: #ffe1e1;
    padding: 3px;
}

.research-markets-container .markets-wrapper .markets-table .table tr .no-change {
    background-color: #EEEEEE;
    padding: 3px;
}

.research-markets-container .markets-wrapper .blue {
    color: #0036ad;
    padding: 3px;
}

.research-markets-container .markets-wrapper .updated {
    color: rgba(52, 56, 60, 0.7);
    font-size: 16px;
    text-align: right;
}

.research-markets-container .markets-wrapper .flex {
    display: flex;
}

.research-markets-container .markets-wrapper .space-between {
    justify-content: space-between;
}

.research-markets-container .markets-wrapper .align-center {
    align-items: center;
}

.research-markets-container .markets-wrapper .with-align-baseline {
    align-items: baseline;
}

.research-markets-container .markets-wrapper .great-total {
    font-size: 40px;
    color: #000000;
    font-weight: bold;
}

.research-markets-container .markets-wrapper .great-total-units {
    font-size: 14px;
    color: #34383c;
    margin-left: 10px;
}

.research-markets-container .markets-wrapper .percentage-change {
    font-size: 20px;
    color: #34383c;
    font-weight: bold;
    margin-left: 4px;
}

.research-markets-container .markets-wrapper .charts-wrapper {
    margin-top: 30px;
}

.research-markets-container .markets-wrapper .charts-wrapper .primary-table {
    margin-top: 30px;
}

.research-markets-container .markets-wrapper .charts-wrapper .title {
    font-size: 16px;
    color: #34383c;
    margin-bottom: 10px;
}

.research-markets-container .markets-wrapper .charts-wrapper .chart-title {
    font-size: 20px;
    color: #34383c;
    margin-bottom: 10px;
    font-weight: bold;
}

.research-markets-container .markets-wrapper .charts-wrapper .percentage-change-container {
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding: 5px;
}

.research-markets-container .markets-wrapper .charts-wrapper .arrow-up {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #9cf4dc;
    margin-left: 5px;
}

.research-markets-container .markets-wrapper .charts-wrapper .arrow-down {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ffe1e1;
    margin-left: 5px;
}

.research-markets-container .markets-wrapper .indicators-wrapper .title {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
}

.research-markets-container .markets-wrapper .indicators-wrapper .property-class-select {
    margin: 10px 0;
}

.research-markets-container .markets-wrapper .indicators-wrapper label {
    margin-bottom: 5px;
}

.research-markets-container .markets-wrapper .indicators-wrapper .indicator {
    color: #34383c;
    font-weight: bold;
    font-size: 15px;
}

.research-markets-container .markets-wrapper .map-wrapper .title{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.research-markets-container .markets-wrapper .markets-table .title{
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: bold;
}

.research-markets-container .markets-wrapper .markets-table table tr td {
    vertical-align: middle;
    padding: .4rem;
    text-align: center;
}

.research-markets-container .markets-wrapper .markets-table table thead tr th:not(:first-child) {
    text-align: center;
}

.research-markets-container .markets-wrapper .map-wrapper .map{
    height: 400px;
    width: 100%;
    margin-bottom: 40px;
}

.research-markets-container .markets-wrapper .charts-wrapper #price-chart{
    margin-top: 40px;
    height: 200px;
}

.research-markets-container .markets-wrapper .charts-wrapper #units-chart{
    margin-top: 40px;
    height: 200px;
}

.research-markets-container .markets-wrapper .charts-wrapper #sqm-chart{
    margin-top: 40px;
    height: 200px;
}

.research-markets-container .markets-wrapper .charts-wrapper .chart {
    margin-top: 30px;
    height: 200px;
    border: 1px solid #8c8c8c;
    padding: 10px;
}

.research-markets-container .markets-wrapper .charts-wrapper .positive{
    background-color: #9cf4dc;
    padding: 3px;
}

.research-markets-container .markets-wrapper .charts-wrapper .negative{
    background-color: #ffe1e1;
    padding: 3px;
}




.news-container {
    padding: 10px;
    max-width: 1400px;
    margin: 0 auto;
}

.subscribe-input {
    outline: 0;
    border-width: 0 0 2px;
    border-color: black;
}

.subscribe-input:focus {
    box-shadow: none;
    border-color: blue;
}

.btn-form-blue {
    font-size: 12px;
    padding: 13px 25px;
    border-radius: 0;
    color: #ffffff;
    border: 1px solid #0135ad;
    background-color: #0135ad;
    height: 40px;
    width: 220px;
    line-height: 1.0;
}

.btn-form-blue:hover {
    color: #0135AD;
    border-color: #0135AD;
    background-color: white;
    opacity: 1;
    transition: background-color 200ms linear, color 200ms linear;
}

.main-news-div {
    border-bottom: 1px dotted #dfdfdf;
    padding-top: 5px;
    padding-bottom: 5px;
}

.news-div {
    border-bottom: 1px dotted #dfdfdf;
    padding-top: 2px;
    padding-bottom: 15px;
}

.news-title {
    font-size: 18px;
    font-weight: 500;
}

.report-container {
    border: 1px solid #dadada;
    padding: 10px;
    max-height: 600px;
    overflow-y: scroll;
}

.report-div {
    border-bottom: 1px dotted #dfdfdf;
    padding-top: 20px;
    padding-bottom: 5px;
}

.post-category {
    color: #34383c;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 100;
}

.post-title {
    font-size: 20px;
    color: #34383c;
    font-weight: bold;
    margin-bottom: 10px;
}

.latest-new-wrapper {
    margin: 10px 0;
    border-bottom: 1px solid #666666;
}

.latest-title {
    color: #0036ad;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    padding: 10px 0;
}

.news-wrapper {
    margin-top: 20px;
}

.main-new-title {
    color: #34383c;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.secondary-post-title {
    color: #34383c;
    line-height: 24px;
    font-size: 16px;
    font-weight: 200;
    border-top: 1px dotted #666666;
    padding: 10px 0;
}

.tertiary-post-title {
    color: #34383c;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.tertiary-post-category {
    font-size: 16px;
    color: #34383c;
    font-weight: 100;
    margin-bottom: 10px;
    line-height: 20px;
}

.mt20 {
    margin-top: 20px;
}

.category-name {
    color: #34383c;
    font-size: 48px;
    margin: 10px 0;
}

.news-container a {
    text-decoration: none;
    color: inherit;
}

.news-container .img-thumbnail {
    object-fit: cover;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}

.news-container .flex {
    display: flex;
    justify-content: space-between;
}

.news-container .property-type {
    margin-bottom: 10px;
    font-size: 10px;
    color: white;
    padding: 3px;
}

.news-container .--office {
    background-color: #0036ad;
}

.news-container .--residential {
    background-color: #34383c;
}

.news-container .--industrial {
    background-color: #34383c;
}

.news-container .subscribe-text {
    font-size: 16px;
    color: #34383c;
    font-weight: 100;
}

.movements-title {
    margin-top: 50px;
}
