@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Varela+Round&display=swap');
@import url('//fonts.googleapis.com/css?family=Baloo+2&display=swap');

/* TEST - REMOVE THIS IF PROBLEMS WITH CONTAINER TOP MARGINS */
.mt-1, .my-1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Ilmavuutta */
.column-container.pt-4 {
    padding-top: 3.5rem !important;
}

.column-container.pb-4 {
    padding-bottom: 3.5rem !important;
}

.column-container .btn-primary {
    margin-bottom: 30px !important;
}

button.mt-4 { 
    margin-bottom: 20px !important;
}

.text-area {
    padding-top: 30px;
    padding-bottom: 30px;
}

.subpage-hero a.btn-secondary {
    margin-bottom: 50px !important
}

.column-container.pt-3 {
    padding-top: 3rem !important;
}

.column-container.pb-3 {
    padding-bottom: 2rem !important;
}

.container-fluid a.btn-primary {
    margin-top: 35px !important;
}

.additional-footer .text-muted {
    margin-bottom: 0 !important;
}

.image-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.artpage-bottom-container .image-section {
    height: auto !important;
}

/* Kangasverkko theme css */

.dropdown-menu i {
    display: none;
}

.subpage-wide-template .container {
    padding-top: 40px;
    padding-bottom: 20px;
}

img {
    max-width: 100%;
}

a {
    color: #7EB7A2;
}

.btn {
    font-family: 'Open Sans', sans-serif !important;
    text-transform: uppercase !important;
    border-radius: 20px !important;
    padding: 5px 35px !important;
}

.btn-primary {
    color: #000;
    background-color: #A9DDCA;
    border-color: #A9DDCA;
}

.btn-primary:hover {
    color: #fff;
    background-color: #7EB7A2; 
    border-color: #7EB7A2;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    overflow-x: hidden;
    position: relative;
    background-color: #FDF2E4 !important;
}

.container .container {
    padding: 3px;
}

body.loginpage {
    height: 100%;
}

body.loginpage {
    background-position: center;
    background-size: cover;
}

body.loginpage h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

html.info-screen-preview {
    max-width: 1080px;
    margin: 0 auto;
    background-color: #dbdbdb;
}

body.info-screen-preview {
    height: 1920px;
}

/*Form error*/
div.error {
    color: #721c24;
}

div.warning {
    color: #726b5a;
    background-color: #f9efa1;
    opacity: 0.9;
    padding: 0 .75rem;
}

div.error ul {
    color: #721c24;
    background-color: #f9a6a6;
    border-radius: .25rem;
    padding: .75rem 1.25rem;
    list-style: none;
    margin-bottom: 0;
}


.login-layout .button-wrapper .buttons {
    display: flex;
}

#sso-button{
    margin-left: 1.5rem;
}

.login-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100%;
    background-color: #f5f5f5;
}

.login-box {
    position: relative;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border-radius: .25rem;
    padding: 3rem;
    max-width: 400px;
}

.login-box p {
    font-size: 0.9rem;
}

.login-box img.logo-symbol {
    position: absolute;
    left: 48px;
    top: 48px;
}

.login-box .form-row input,
.form-wrapper .form-row input:not([type='checkbox']),
.form-wrapper .form-row textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form h1 {
    margin-bottom: .5rem;
}

.form-wrapper h2 {
    margin-bottom: .5rem;
    font-size: 1.6rem;
}

.form-row > span {
    margin-top: .25rem;
    display: block;
    font-size: 80%;
    color: #7f7f7f !important;
}

.login-box p.required {
    display: none;
}

.login-box .form-row,
.form-wrapper .form-row {
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
}

.login-box .button-wrapper,
.form-wrapper .button-wrapper {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.login-box .button-wrapper input[type="submit"],
.form-wrapper .button-wrapper input[type="submit"] {
    display: block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .75rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #000;
    background-color: #A9DDCA;
    border-color: #A9DDCA;
    border-radius: 30px;
}

.login-box .button-wrapper input[type="button"],
.form-wrapper .button-wrapper input[type="button"] {
    display: block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .75rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #000;
    background-color: #A9DDCA;
    border-color: #A9DDCA;
    border-radius: 30px;
}

.login-box .button-wrapper input[type="submit"]:hover,
.form-wrapper .button-wrapper input[type="submit"]:hover {
    color: #fff;
    background-color: #7EB7A2; 
    border-color: #7EB7A2;
}

.login-box .button-wrapper input[type="button"]:hover,
.form-wrapper .button-wrapper input[type="button"]:hover {
    color: #fff;
    background-color: #75a14a; 
    border-color: #75a14a;
}

.form-wrapper .form-row input:disabled, .form-wrapper .form-row input[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-wrapper fieldset {
    display: block;
    width: 100%;
}

.form-wrapper fieldset select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.residentname {
    width: auto !important;
}

.target-item {
    height: 100%;
}

.target-item .card-text {
    font-size: 0.85rem;
}

.target-item .card-text p {
    margin-bottom: 0;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
}

fieldset a {
    font-size: 0.9rem;
}

h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-weight: 400;
}

h1, h2, h3 {
    font-family: 'Baloo 2', sans-serif;
    color: #333333;
    font-weight: 400;
}

h1, h2 {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

h5 {
    text-transform: uppercase;
}

.btn {
    font-family: 'Varela Round', sans-serif;
    text-transform: uppercase;
}

.btn-component {
    margin-left: 1rem;
}

.btn-component:first-of-type {
    margin-left: 0 !important;
}

.btn-save-resident {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}

.btn-save-resident.active {
    background-color: #83b156;
    border-color: #83b156;
}

.btn-save-resident.active i {
    color: #fff;
}

.save-alert {
    display: none;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 175px;
    border: 1px solid #155724;
    font-size: .85rem;
    padding: .25rem;
    height: 30px;
    border-radius: .25rem;
}

.primary-font {
    font-family: 'Varela Round', sans-serif !important;
}

.secondary-font {
    font-family: 'Open Sans', sans-serif !important;
}

.text-muted {
    color: #353535 !important;
}

.bg-centered {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Custom css - Navigation */
nav a {
    text-transform: uppercase;
}

.nav-item {
    font-weight: bold;
}

.nav-item .nav-item {
    font-weight: 400;
}

#navbarSupportedContent {
    margin-top: auto;
    margin-bottom: -12px;
}

.navbar.navbar-expand-lg {
    font-family: 'Varela Round', sans-serif;
    padding: 0;
    font-size: 0.8rem;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    z-index: 1039;
    padding: 2rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #487866;
    text-transform: none;
    white-space: nowrap;
}

.navbar-brand {
    padding: 0 0 0 0.75rem;
}

.navbar-brand.desktop {
    display: block;
}

.navbar-brand.mobile {
    display: none;
}

.navbar-toggler {
    margin: 10px;
}

.navbar-dark .dropdown-menu {
    background-color: #343a40;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #000;
}

.breadcrumb {
    background-color: transparent;
    font-weight: 300;
    margin-bottom: 0;
    padding: .75rem 0;
    color: #000;
    display:none;
}

.breadcrumb a {
    color: #000;
}

.breadcrumb a {
    text-transform: capitalize;
}

.breadcrumb-item.active {
    color: #000;
    font-weight: bold;
}

.bg-lightgray .breadcrumb-item + .breadcrumb-item::before,
.search-breadcrumb .breadcrumb-item + .breadcrumb-item::before,
.bg-lightgray .breadcrumb-item.active {
    color: #4f4f4f !important;
}

.bg-primary {
    background-color: #A9DDCA !important;
}

.bg-primary li.breadcrumb-item a {
    color: #000;
    font-weight: 400;
}

#search-addon,
.nav-search-input {
    border: 0;
    background-color: transparent;
}

.nav-search-input {
    padding-left: 0;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.nav-search-input:focus,
.nav-search-input:active {
    box-shadow: none;
    background-color: transparent;
}

.nav-link.navlink-signup {
    color: #83b156 !important;
}

.nav-link.navlink-signin {
    background-color: #83b156;
    color: #ffffff !important;
    padding: 0 2rem;
    height: 100%;
}

.nav-link.navlink-signin-new {
    background-color: #EAC8A0;
    border-radius: 30px;
    color: #000 !important;
    padding: 0 2rem;
    height: 100%;
}

.nav-link.navlink-signin-new i {
    color: #000;
    margin: 0 15px;
    font-size: 20px;
}

.nav-link.navlink-signin .mobile-dd-toggle i {
    color: #ffffff !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.nav-link.navlink-intra {
    font-family: 'Open Sans', "Arial", sans-serif;
    text-transform: capitalize;
    background-color: none;
}

.nav-toggle-link {
    position: relative;
}

.navbar-toggler {
    padding: 0.35rem .75rem;
    background-color: #7EB7A2;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    background-color: #487866;
}

.navbar-light .c-navbar-toggler i {
    color: #fff;
}

.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 0.85rem;
}

.mobile-dd-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.mobile-dd-toggle i {
    color: #83b156;
    vertical-align: middle;
    font-size: 18px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a {
    text-transform: none;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.signin-label {
    /*display: none;*/
}

.side-nav li.nav-item.active a {
    color: #b0b0b0;
}

.hero-header {
    color: #033F29;
    max-width: 60vw;
}

.contact-us-link {
    font-size: 16px !important;
    padding: 5px;
}

.contact-list h2  {
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
}

.header-nav-left a {
    color: #333;
}

.header-nav-left a:hover {
    color: #83b156 !important;
}

.header-nav-left .dropdown-menu {
    min-width: 11rem;
}

/* Site content */
.hero-component {
    min-height: 500px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.jumbotron {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0;
    border-radius: 0;
    color: #033F29;
    background-color: #FDF2E4;
}

.jumbotron .btn-component {
    margin-left: 0;
}

.jumbotron h1 {
    margin-bottom: 1.8rem;
    font-size: 3.5rem;
}

.jumbotron a {
    color: #135840 !important;
    height: auto;
    font-size: 18px;
}

.city-silhuette {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 650px;
    display: block;
    margin: 0 auto;
}

.subpage-hero h1 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.subpage-hero p {
    margin-bottom: 0;
}

.txtbg-layer {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: .15rem;
}

.bg-lightgray {
    background-color: #FDF2E4;
}

.bg-city {
    background: #333 url('../images/BG_MAP.png') no-repeat center center;
    background-size: cover;
}

.content-image-above {
    margin-bottom: .75rem;
}

.navtabs-container {
    background-color: #FDF2E4 !important;
}

.navtabs-container .news-item .card {
    border-radius: 20px !important;
    border-color: #fff;
}

.navtabs-container .news-item img {
    border-radius: 20px 20px 0 0;
}

.component-nav .nav.nav-tabs {
    border: 0;
    font-size: 0.9rem;
}

.component-nav .nav-tabs .nav-item.nav-link {
    color: #333333;
}

.component-nav .nav-tabs .nav-item.show .nav-link,
.component-nav .nav-tabs .nav-link.active {
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #033F29;
    border-left: 0;
    color: #fff;
    background-color: #033F29;
}

.component-nav .nav-link {
    padding: .5rem 2rem;
}

.news-item h5 {
    text-transform: none;
}

.card-columns.card-columns-4 {
    column-count: 4;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: transparent;
}

.facebook iframe,
.instagram iframe {
    display: block;
    margin: 0 auto !important;
}

.accordion .btn.btn-link {
    width: 100%;
    text-align: left;
}

.btn-link,
.btn-link:hover {
    text-decoration: none;
}

.accordion {
    max-width: 680px;
    margin: 0 auto;
}

.accordion > .card:last-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.accordion > .card:first-of-type {
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

/* .hc-accordion .card,
.hc-accordion .card:last-child .card-header {
  border: none;
} */

/* .hc-accordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
} */

.hc-document-item {
    padding: .5rem;
    border-radius: .25rem;
}

.hc-document-item:nth-child(odd) {
    background-color: rgb(241, 241, 241);
}

.hc-accordion .btn-link {
  width: 100%;
  padding: 0;
}

.hc-accordion .card-body .btn-link {
    text-transform: none !important;
    text-align: left;
}

.accordion .btn-link:hover,
.accordion .btn-link:focus,
.accordion .primary-icon:hover {
    text-decoration: underline;
    color: white;
}



.btn-link:hover,
.btn-link:focus,
.primary-icon:hover {
    color: #75a14a !important;
}

.hc-accordion .btn-link:hover,
.hc-accordion .btn-link:focus {
  text-decoration: none;
}

.houselist-floor:not(:last-of-type) {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.preview-events h4 {
    color: #83b156;
}

.preview-services h5 {
    font-size: 1rem;
    text-transform: uppercase;
}

.service-item p {
    font-family: 'Varela Round', sans-serif;
    font-size: 0.8em;
}

.preview-services .subtitle {
    font-size: 1.0rem;
}

.service-item {
    position: relative;
    min-height: 255px;
    justify-content: center;
}

.column-container .service-item img {
    max-width: 180px;
}

.s-overlay {
    display: grid;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    background-color: #7EB7A2;
    transition: opacity 0.3s ease-in;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.s-overlay .btn {
    padding: 0.375rem 1.2rem
}

/* .service-item:hover .s-overlay {
    opacity: 1;
} */

#newsletter-email {
    border: 0;
}

.fbox-img-full,
.borderless-fbox-img-full {
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.fbox-img-full {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    background-color: #fff !important;
    background-size: cover !important;
}

.featurebox:last-child .fbox-img-full {
    background-size: contain !important;
}

.flex-row-reverse .fbox-img-full {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    background-color: #fff !important;
}

.flex-row-reverse .fbox-img-full.rounded {
    border-radius: 30px 0px 0px 30px !important;
}

.fbox-img-full.rounded {
    border-radius: 0px 30px 30px 0px !important;
}

.feature-desc {
    margin-bottom: 2.3rem;
}

.featurebox.rounded-boxes {
    margin-bottom: 50px;
}

.featurebox-content {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    background-color: #FDF2E4 !important;
}

.featurebox-content.border-reversed {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.featurebox-content.rounded {
    border-radius: 30px 0px 0px 30px !important;
}

.flex-row-reverse .featurebox-content.rounded {
    border-radius: 0px 30px 30px 0px !important;
}

.featurebox .service-item {
    min-height: auto;
}

.featurebox .feature-desc.text-white {
    color: #000 !important;
}

.text-section.text-image-section {
    padding: 15px;
    margin: 20px 0;
    background-color: transparent !important;
    border-radius: 35px;
    font-family: 'Open Sans';
    text-align: center;
}

.bulletin-desc-wrapper {
    height: 200px;
    position: relative;
    overflow-y: hidden;
}

.modal-content .bulletin-desc-wrapper {
    height: unset;
    max-height: 1200px !important;
}

.bulletin-item .fbox-img-full,
.bulletin-item .flex-row-reverse .fbox-img-full {
    border-radius: 0;
}

.contact-list {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #FDF2E4 !important;
}

.contact-list .text-primary { 
    color: #7EB7A2 !important;
}

.contact-item {
    height: 100%;
}

.contact-item h5 {
    text-transform: none;
    display:none;
}

.contact-image {
    width: 200px;
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid rgba(0,0,0,.125);
    position: relative;
    border-radius: .25rem;
}

.contact-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: .25rem;
    font-size: .85rem;
}

.maps-bg {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../images/BG_MAP.png') no-repeat center center;
    background-size: cover;
}

.column-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bulletin-item {
    position: relative;
}

.bulletin-item .ribbon-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
}

.notif-ribbon {
    padding: .25rem 0.5rem;
    border-radius: .25rem;
}

.search-item-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 250px;
    height: 130px;
    margin-bottom: 1rem;
}

.search-item p {
    margin-bottom: 0;
}

/* Info screen */
.house-block {
    width: 100%;
    padding: 1rem 0;
    border-bottom: 2px solid rgb(70, 70, 70);
}

.house-block:last-of-type {
    border-top: 2px solid rgb(70, 70, 70);
}

.block-number-wrapper {
    margin: 0 1rem 0 0;
}

.block-number {
    font-size: 4rem;
    line-height: 1;
    color: rgb(136, 136, 136);
}

.block-residents {
    color: #ffffff;
    /*font-size: 1.5rem;*/
    text-transform: uppercase;
    /*padding-right: 3rem;*/
    padding-top: 13px;
    /*in-width: 250px;*/
}

.block-residents-multi {
    color: #ffffff;
    /*font-size: 1.5rem;*/
    text-transform: uppercase;
    padding-right: 1.5rem;
    padding-top: 13px;
    /*in-width: 250px;*/
}

.text-xs.block-number {
    font-size: 5.3rem;
}

.text-xs.block-residents {
    font-size: 1.1rem;
    padding-top: 5px;
}

.openstreet-map {
    width: 100%;
    border: 1px solid #83b156;
}

.resident-list {
    margin-bottom: 1rem;
}

/* Footer */

.footer-image {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 260px;
}

@media (min-width: 1100px) {
    .footer-image {
        background-size: contain;
        background-repeat: repeat-x;
    }
}

footer {
    font-size: 0.9rem;
    background-color:rgb(241,241,241);
    display: none;
}

footer h5 a {
    color: #033F29 !important;
}

footer h5 {
    font-size: 1.1rem;
    color: #83b156;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.footer-nav {
    margin-bottom: 3.5rem;
}

.footer-nav li a {
    padding: 0;
    font-size: 0.9rem;
    color: #333333;
    text-decoration: underline;
}

.text.success {
    padding: 15px;
}

.text.error h1,
.text.success h1 {
    font-size: 1.2rem;
}

.wastelocks-list .table thead th {
    background: #e8e8e8;
    font-weight: 600;
    vertical-align: middle;
    border: 0;
}

.wastelocks-list .table thead tr th:first-child {
    border-top-left-radius: .25rem;
}

.wastelocks-list .table thead tr th:last-child {
    border-top-right-radius: .25rem;
}

.wastelocks-list .table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.login-box ul {
    list-style: none;
    padding: 0;
    font-size: 0.9rem;
}

.loginError p,
.login-box ul li a {
    color: #721c24;
}

.success {
    background-color: white;
    padding: 30px;
    margin-bottom: 20px;
}


.chart-container .graph-count-card {
    padding: 30px;
}

.container-status-wrapper .fillStatusEstimate {
    display: none;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem 7rem 6rem;
    }
    .subpage-hero.jumbotron {
        padding: 6rem 2rem 6rem;
    }
}

@media (min-width: 992px ) {
    .mobile-dd-toggle {
        display: none;
    }

    li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    .p-lg-6 {
        padding: 4rem !important;
    }
}

@media (min-width: 1400px) {
    .signin-label {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 991.98px) {

    .container div:first-child {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .dropdown-menu.show {
        text-align: center;
    }

    .hide-mobile {
        display: none;
    }

    .navbar-brand.desktop {
        display: none;
    }
    
    .navbar-brand.mobile {
        display: block;
    }

    .navbar.navbar-expand-lg {
        padding: 1rem;
    }

    .dropdown-menu {
        border: none;
    }

    .subpage-hero {
        padding-bottom: 1.7rem;
    }

    .breadcrumb {
        font-size: 0.8em;
    }

    .signin-label {
        display: inline;
    }

    .featurebox-content.border-reversed,
    .featurebox-content {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .flex-row-reverse .fbox-img-full,
    .fbox-img-full {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .card-columns {
        column-count: 2 !important;
    }

    .flex-row-reverse .fbox-img-full.rounded {
        border-radius: 0px 0px 30px 30px !important
    }
    
    .fbox-img-full.rounded {
        border-radius: 0px 0px 30px 30px !important
    }
    
    .featurebox-content.rounded {
        border-radius: 30px 30px 0px 0px !important
    }
    
    .flex-row-reverse .featurebox-content.rounded {
        border-radius: 30px 30px 0px 0px !important
    }
}

@media (max-width: 767.98px) {
    .card-columns {
        column-count: 1 !important;
    }
}

@media (max-width: 575.98px) {
    .jumbotron h1 {
        font-size: 1.8rem;
    }

    .jumbotron a {
        font-size: 16px;
        max-width: 300px;
    }

    .hero-header {
        max-width: 80vw;
    }

    .city-silhuette {
        max-width: 400px;
    }

    .login-box {
        padding: 15px;
    }

    .btn-component {
        margin-left: 0;
    }
}

.resident-list-note {
    
    margin-bottom: 1rem;
    color: white;
    padding-left: 0.5rem;
    margin-left: 1rem;
    border-radius: 10px;
    border-color: rgb(70, 70, 70) !important;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 50%), 10px 10px 15px rgb(0 0 0 / 50%), -1px -1px 30px rgb(0 0 0 / 20%);
    padding-bottom: 0.5rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.5rem;   
}

.resident-list-note > h5 {
    color: inherit;
    margin-bottom: 0px;
}


.infoscreen-bottom-notice {
    color: white;
    position: absolute;
    bottom: 0.3rem;
    width: calc(100% - 30px);
    text-align: center;
}

.resident-list .resident-name {
    text-align: left;
}