main > .container, main > .container-lg, .site-index, .container-fluid {
    padding: 90px 15px 20px;
}

.pre-text{
    white-space: pre-wrap;
}

.btn-empty{
    padding: 0;
    border: none;
    background: none;
}

.btn-empty:hover{
    text-decoration: underline;
    text-decoration-style: dotted !important;
}

.text-brown{
    color: #744b0f;
}

.media-body .author {
    display: inline-block;
    color: #000;
    font-weight: 700;
}
.media-body .metadata {
    display: inline-block;
    color: #777;
    font-size: 13px;
}
.media-text {
    margin-bottom: 0.25rem;
}
.title-comments {
    margin-bottom: 1rem;
    padding-bottom: .25rem;
    border-bottom: 1px solid rgba(34,36,38,.15);
}
.media-left .avatar {
    width: 50px;
    height: 50px;
    background-color: #bbb;
    border-radius: 6px;
    line-height: 50px;
    color:#FFFFFF;
    font-size: 24px;

}
.comment-reply{
    font-size: 14px;

}
.comment-reply{
    color: #777;
}
.comment-reply:hover, .comment-reply:focus {
    color: #000;
    text-decoration: none;
}
.comment-reply:hover{
    cursor: pointer;
}

option {
    -moz-white-space: pre-wrap;
    -o-white-space: pre-wrap;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #DDD;
}

select{
    max-width: 100%;
}

@media (min-width: 992px) {
    .w-lg-auto {
        width: auto !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .align-items-lg-auto {
        align-items: normal !important;
    }

    .justify-content-lg-auto {
        justify-content: normal !important;
    }
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

/*.tabs-wrapper .active {*/
/*    background: #0d6efd;*/
/*    color: white;*/
/*}*/

#return:checked {
    background-color: forestgreen;
    border-color: forestgreen;
}

.kv-view-hidden{
    display: none;
}

.left-merge {
    display: inline-block;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height: 30px;
}
.right-merge {
    display: inline-block;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left:0px;
    height: 30px;
}

.modal{
    z-index: 1500;
    text-align: center;
}

.w-5{
    width: 5%;
}

.h-5{
    height: 5%;
}

.h-10{
    height: 10%;
}

.w-10{
    width: 10%;
}

.w-15{
    width: 15%;
}

.w-90{
    width: 90%;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    z-index: 9999;
}

.overlay__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.overlay__spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.card-header[aria-expanded=false] .text-expanded {
    display: none;
}
.card-header[aria-expanded=true] .text-collapsed {
    display: none;
}

.btn-check:not(:checked) + .btn.btn-check-icon i.fa-check-square {
    display: none;
}
.btn-check:checked + .btn.btn-check-icon i.fa-square {
    display: none;
}

.arrowed[data-bs-toggle="collapse"] .fas:before {
    content: "\f139";
}

.arrowed[data-bs-toggle="collapse"].collapsed .fas:before {
    content: "\f13a";
}

.cust_btn
{
    background:white;
    z-index:999;
    display: inline-block;
    vertical-align: middle;
}

.swap_cities {
    aspect-ratio: 1 / 1;
    width: 40px;
}

.swap_cities_mobile {
    margin-top: -20px;
}

.swap_cities_desktop {
    left: calc(50% - 20px);
    top: calc(50% + 5px);
}

.bg-lightblue{
    background: #80beff !important;;
}

.square:before{
    content: "";
    display: block;
    padding-top: 100%;  /* initial ratio of 1:1*/
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    /*white-space: nowrap;*/
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.slider-div {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.slider-div>div {
    margin: 8px;
}

.slider-label {
    position: absolute;
    background-color: #eee;
    padding: 4px;
    font-size: 0.75rem;
}

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: middle;
    overflow: hidden;
}
.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

#ui-datepicker-div {
    z-index: 2!important;
}

#ui-datepicker-div {
    z-index: 2!important;
}

.m-n3 {
    margin: -1rem !important;
}

.ms-n3 {
    margin-left: -1rem !important;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.form-floating > label{
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem) !important;
}

@media (min-width: 768px) {
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3 {
        margin-top: -1rem !important;
    }

    .ms-md-n3 {
        margin-left: -1rem !important;
    }

    .ms-md-n5 {
        margin-left: -2rem !important;
    }

    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
}

@media (min-width: 992px) {
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3 {
        margin-top: -1rem !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
}

@media (min-width: 1px) {
    .navbar-expand-xxs {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xxs .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xxs .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xxs .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x);
    }

    .navbar-expand-xxs .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xxs .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xxs .navbar-toggler {
        display: none;
    }
}
