.btn-group-xs > .btn,
.btn-xs {
    padding: 0.25rem 0.4rem;
    font-size: 0.875rem;
    line-height: .5;
    border-radius: 0.2rem;
}

.mainmenu {
    min-height: 4rem;
}
#stations_list {
    max-height: calc(100vh - 4rem - 2.5rem - 1.5em - 1.5rem - 3px);
    overflow: auto;
}
#groups_list {
    max-height: calc(100vh - 4rem - 2.5rem - 1.5em - 1.5rem - 3px);
    overflow: auto;
}
.selectcontent {
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
}
#navbut{
    min-height: 2.5rem;
}
#map_container{ 
    max-height: calc(100vh - 4rem);
}
.arrow {
    width: 87%;
    height: 35%;
    position: absolute;
    left: 18%;
    top: 34%;
    transition: all 1s ease;
}

.mini_table_td {
    padding: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, .6);
}


@media(max-width:1483.98px) {
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}
@media(min-width:1484px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}


.torasp{
    background-color: #0095ff;
    color: black !important;
    border-radius: 3px;
    padding: 1px;
}
.fromrasp{
    background-color: #00ab25;
    color: black !important;
    border-radius: 3px;
    padding: 1px;
}

.btn-small{
    font-size: smaller;
}

.tdselected{
    border: 1px solid #1a73e8 !important;
    background-color: #b6d6ff !important;;
}

.toast:hover{
    border: 2px solid black;
}

.mapDecoratorIcon{
    color: black;
    background-color: #ebeaea;
    width: fit-content !important;
    border-radius: 6px;
    padding-left: 4px;
    padding-right: 4px;
    border: solid 1px #bdbbbb;
}

.swal-wide{
    width:100% !important;
}

.modal-fullscreen {
  max-width: none;
  margin: 0; 
}

.table-smaller td, .table-smaller th {
    padding: 0.3rem;
}