body {
        background-color: rgba(190, 190, 190, 0.22);
    }

@media only screen and (min-width: 993px) {
    .custom-container {
        width: 95%;
    }
}

@media only screen and (min-width: 601px) {
    .custom-container {
        width: 95%;
    }
}

.custom-container {
    margin: 0 auto;
    width: 95%;
}

.breadcrumbs {
    width: 100%;
    height: 56px;
    line-height: 56px;
}

.breadcrumbs .breadcrumb {
    color: #bebebe;
}

.breadcrumbs .breadcrumb:before {
    color: #039be5;
}

.breadcrumbs .breadcrumb:last-child {
    color: black;
}

.collection {
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.secondary-content {
    color: #039be5;
    padding-right: 10px;
    padding-left: 10px;
}

.secondary-content.delete_object {
    color: #F44336;
}

.additionalLink {
    border-left: 1px solid #ffffff;
}

.search-card {
    box-shadow: none !important;
    background-color: transparent;
}

.search-card-input:focus {
    background-color: transparent !important;
    border-bottom: 1px solid #9e9e9e !important;
}

.search-card:hover {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    background-color: white;
}

.tile-btn {
    box-shadow: none !important;
    background-color: transparent;
}

.tile-btn:hover {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    background-color: transparent;
}

.tile-btn i {
    font-size: 2.3rem;
}

.offer-form-content-closed {
    display: none;
}

.hidden {
    display: none;
}

.card .card-content .card-title .disabled-line-height {
    line-height: 0;
}
