body {
    font-size: .8rem!important;
}
main {
    min-height: 100vh
}
footer {
    margin-top: auto;
}
button, a, div, #navbarDropdown, #navbarSupportedContent, #navbarSupportedContent div {
    -webkit-tap-highlight-color: transparent;
}
.nav-link:focus, .nav-link:hover {
    outline: none !important;
}
#app {
    margin: 0;
    display: flex;
    flex-direction: column;
}
body, h2 {
    font-family: 'Raleway'!important;
}
.landing-filter h2 {
    color: white;
    text-shadow: 2px 2px 2px black;
}
.card {
    font-family:  'Raleway', -apple-system, 'Roboto', 'Helvetica Neue', sans-serif;
}
.loaderCurtain {
    align-items: flex-start!important;
    position: fixed!important;
    z-index: 2;
    background-color: white;
}
.loaderCurtain .loader {
    position: fixed;
    top: 50%;
    margin-top: -60px;
}
.breadcrumbs li:not(:first-child):before  {
    content: "\00a0/\00a0"; /* Добавляемый текст */
}
.navbar{
    padding: 0.2rem!important;
    line-height: 1.15!important;
    background-color: #343a40bb!important;
}
.navbar>.container-fluid {
    /*display: block!important;*/
}
.fa-sort-asc:after {
    content: '\25BC';
    font-style: normal;
    color: #007bff;
}
.fa-sort-desc:after {
    content: '\25B2';
    font-style: normal;
    color: #007bff;
}
/* Multiselect custom styles */
.multiselect__tags {
    border-color: #ced4da!important;
    padding-left: 3px!important;
}
.multiselect__placeholder {
    color: #495057!important;
}

/* Toggler button mod */
.back-button-toggler .navbar-toggler-icon.no-icon {
    background-image: none;
    padding-top: 25%;
    text-align: center;
}
.bar-logo {
    font-size: 120%;
    float: left;
    margin-right: 10px;
}
#footer .footerLinks {
    display: flex;
}
.table td, .table th {
    padding: 0.3rem;
}
.table th {
    border-top: none;
}
.tabbed.table th {
    border-top: none;
}
.bg-gray-dark {

}
.text-gray {
    color: #999;
}
.propertyListRow:hover {
    background-color: #dadada;
}
.actionButtons a:before {
    /* content: "\00a0/\00a0";*/ /* Добавляемый текст */
}
.navbar-main .container-fluid {
    min-height: 40px;
}
/* Adaptive */
@media (min-width: 838px) {
    .card, .container-fluid  {
        /*width: 818px;*/
    }
}
@media (min-width: 1125px) {
    .card, .container-fluid {

        /*width: 1098px;*/
    }
}
@media (min-width: 1412px) {
    .card, .container-fluid {
        /*width: 1376px;*/
    }
}
@media (max-width: 850px) {
    main {
        padding-top:60px;
    }
    main, body {
        background-color: white;
    }
    .card {
        padding-left: 10px;
        padding-right: 10px;
        border: none;
        padding-top: 20px;
    }
    .card-body {
        padding: 0
    }
    .container, .container .col-md-12 {
        padding:0;
    }
}
@media (max-width: 768px) {
    .hideOnMobile {
        display: none;
    }
    #navbarSupportedContent {
        display: block;
        text-align: right;
        width: 100%;
    }
    .logoImage {
        margin: 0 4px 4px 0;
    }

}
@media (min-width: 768px) {
    .bar-logo {
        margin-left: 0!important;
    }
}
.text-danger {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
}
.pagination svg.w-5.h-5 {
    width:12px!important;
}
.ownerPriceType tr td {
    padding-bottom: 2px;
    padding-right: 12px
}
.ownerPriceTypeTip {
    position: absolute;
    width: 300px;
    z-index: 3;
    padding: 10px;
    box-shadow: 2px 2px 6px #ced4da;
    border: 1px solid #ced4da;
}
.card-input, #card-element {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding: 16px;
    font-family: 'Raleway', serif !important;
    max-height: 50px;
}
#card-element .InputContainer .InputElement {
    font-family: 'Raleway', serif !important;
}
.homeLogo img {
    width: 70px;
}
.topMenu a {
    padding: 0 5px;
    white-space: nowrap;
}
.topMenu span {
    content: "|";
    color: #dadada;
}
.topMenu a.selected {
    background: none!important;
    color: cyan!important;
}
.topMenu a:hover {
    color: cyan!important;
    text-decoration: none;
}
.dropdown-item:hover {
    background-color: #dadada!important;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #007bff;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.guestlinks span:after {
    content: " / ";
}
.btn-info {
    background-color: rgba(49, 161, 203, 0.6);
    border-color: rgba(49, 161, 203);
    color: black !important;
}