/*general style*/
html, body{
    font-family: 'Lato', sans-serif;
}
.login .main-panel{
    background: url(../img/bg-apotek.png) !important;
    background-size: cover;
    width: 100%;
}
body{
    color: #636363;
}
.breadcrumb{
    background-color: transparent;
    font-size: 15px;
}
.form-group label{
    font-size: 15px;
}
.form-control{
    font-size: 15px;
}


/*navbar top*/
li.nav-item{
    font-size: 14px;
}
.bg-default{
    background-color: #009d3b;
  }
.navbar-dark .navbar-nav .nav-link {
    color: #eaeaea;
    padding: 20px 25px;
    height: 63px;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
    background: rgba(255,255,255, .17);
}
.navbar-top, .collapse.navbar-collapse{
    min-height: 63px;
}
.navbar-dark .navbar-toggler {
    color: #5c5c5c;
    border-color: #dedede;
}
.navbar-dark .navbar-brand {
    color: #fff;
    width: 150px;
}
.navbar-second .collapse.navbar-collapse{
    min-height: 50px !important;
}
.navbar-second.navbar-dark .navbar-nav .nav-link{
    height: 50px !important;
    padding: 12px 25px;
}
/*.bg-default{
    background-color: #009d3b;
  }*/
.light .navbar.bg-default{
    background: #fd5ec5;
    /*background: linear-gradient(120deg, #005BA8, #01A0DD);*/
    border-bottom: .5px solid #efefef;
}
/*sidebar*/
.sidebar {
    
    position: fixed;
    min-height: 100vh;
    background: #ffffff;
    padding: 0;
    width: 255px;
    z-index: 11;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease; 
    box-shadow: 0 2px 4px 0 rgba(22,26,33,.1);
}
.sidebar .nav{
    overflow: hidden;
    flex-wrap: nowrap;
    flex-direction: column;
}
.sidebar .nav .nav-item .nav-link {
    align-items: center;
    display: flex;
    padding: 8px 35px;
    white-space: nowrap;
    height: 45px;
    color: #4a4a4a;
}
.sidebar .nav .nav-item.profile{
    min-height: 75px; 
    background: linear-gradient(-90deg,#71AFFF, #4597FF);
}
.sidebar .nav .nav-item .nav-link .menu-icon {
    margin-right: 1.25rem;
    width: 16px;
    line-height: 1;
    font-size: 18px;
    color: #979797;
}
.sidebar .nav .nav-item.active>.nav-link{
    border-right: 5px solid #4597FF;
}
.sidebar .nav .nav-item .nav-link:hover, .sidebar .nav .nav-item.active>.nav-link {
    background: rgba(36, 155, 234, 0.12);
    color: #4597FF;
}
.sidebar .nav .nav-item .nav-link:hover>.menu-icon {
    color: #4597FF;
}
.sidebar .nav .nav-item.active .nav-link>.menu-icon {
    color: #4597FF;
}
.sidebar .nav .nav-item .nav-link[aria-expanded="true"] i.menu-arrow {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); 
}
.sidebar .nav .nav-item .nav-link i.menu-arrow {
    margin-left: auto;
    margin-right: 0;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in; 
}
.sidebar .nav .nav-item .nav-link i.menu-arrow:before {
    content: "\F142";
    font-family: "Material Design Icons";
    font-size: 18px;
    line-height: 1;
    font-style: normal;
    vertical-align: middle;
    color: rgba(74, 74, 74, 0.5); 
}
.sidebar .nav.sub-menu {
    margin-bottom: 0;
    padding: 0 0 0 4rem;
}
.font-weight-medium{
    font-weight: 600 !important;
}
.nav-title{
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px !important;
    color: rgba(0, 0, 0, 0.35);
}
.form-title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px !important;
    color: rgba(0, 0, 0, 0.35);
    margin: 20px 0 ;
}

    /*container*/
.main-panel{
    position: relative;
    left: 0;
    transition: width 0.25s ease, margin 0.25s ease;
    width: 100%;
    min-height: calc(100vh - 110px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #f9f9f9;
}
@media (min-width: 1200px){
    .container {
        max-width: 1175px;
    }
}
.icon-lg {
    font-size: 2rem;
}
h5.patient-name{
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
.card-body p{
    margin-bottom: 5px;
}
.card-body p .mdi{
    font-size: 20px; 
    color: rgba(0,0,0,0.4);
    vertical-align: middle; 
    margin-right: 20px;
}
span.graph-value{
    float: right;
}
span.graph-value h1{
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 72px;
}

    /*card*/
.card-title {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.71);
    margin-bottom: 22px;
    font-size: 16px;
    text-transform: capitalize;
}

.md-modal .form-control{
    border: 1px solid #cecece !important;
}

.modal-content {
    background-color: #ffffff; 
    border: none; 
}
.modal-header{
    background-color: #f2f2f2;
}
.modal-body, .modal-footer{
    background-color: #ffffff;
}   
.input-group-append, .input-group-prepend {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
} 
.notification {
    width: 60%;
    height: 65px;
    background: #fff;
    position: absolute;
    top: 80vh;
    z-index: 99;
    left: 13%;
    box-shadow: 2px 2px 10px 0px #7b7878e0;
    border-radius: 4px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    display: none;
    opacity: 0;
}

.notification.show {
    display: block;
    opacity: 1;
}

.progress-bar {
    width: 100%;
    background-color: #ddd;
    position: relative;
    top: 0;
    border-radius: 4px;
}

#progress-fill {
    background-color: #009d3b; 
    width: 100%;
    height: 6px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.notification span i {
    color: #666;
    cursor: pointer;
}

.notification-message {
    font-size: 14px;
    font-family: inherit;
    color: #666;
    padding: 20px;
}

/*table*/
table tr, div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    font-family: 'Lato', sans-serif;
    font-size: 14px !important;
}
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    font-size: 14px;
    vertical-align: inherit;
}
.sorting_desc, .sorting_asc{
    color: #0083c6 !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0083c6;
    border-color: #0083c6;
}
.page-link{
    color: #0083c6;
}
table th{
    border-top: none !important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before,table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    margin: 0 2px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{
    background-color: #009d3b;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{
    background-color: #d33333 !important;
}
table thead tr th.name-width, table tr td.name-width, table thead tr th.address-width, table tr td.address-width{
    max-width: 150px !important; 
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
table thead tr th.address-width, table tr td.address-width{
    max-width: 200px !important; 
}
.table-hover tbody tr:hover, .table-hover tbody tr.active {
    background: rgba(36, 155, 234, 0.12);
}
.selected-name{
    cursor: pointer;
}
table td a{
    color: #0083c6;
    font-weight: 500;
}
.card-title.text-white, dl.text-white{
    color: rgba(255,255,255, 0.9) !important;
} 
dl{
    font-size: 13px !important;
}
dl dt{
    color: rgba(0,0,0, 0.5) !important;
}
dl.text-white dt{
    color: rgba(255,255,255, 0.5) !important;
}
/* Customize the label (the container) */
.container-checkbox, .container-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-radio{
    font-size: 22px;
}
th .container-checkbox{
    margin-bottom: 0;
}

/* Hide the browser's default checkbox */
.container-checkbox input, .container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: white;
    border: 1px solid #ddd;
}
/* Create a custom radio button */
.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a green background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #42B3A0;
  border-color: #42B3A0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark-radio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark-radio {
  background-color: #42B3A0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top]{
    top: 5px !important;
    left: -120px !important;
}
.dropdown-menu{
    font-size: 14px;
}
.dropdown-item {
    padding: .1rem 1.5rem;
    font-size: 13px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #41b3a0;
}
.dropdown-toggle::after{
    display: none;
}
.table tbody tr td i {
    font-size: 20px;
    color: gray;
}
/*.dropdown-toggle::after{
    display: none;
}*/

/*.show a.dropdown-toggle i.mdi {
    background: #f2f2f2;
    border-radius: 50%;
    padding: 0 4px;
}*/
.header-panel .d-flex span{
    margin-top: 4px;
}
.graph-value{
    width: 32px;
}
.graph-value a{
    color: inherit;
}
.graph-value i.mdi{
    font-size: 20px;
}
#heartRateCard, #co2Card, #spo2Card, #pulseCard{
    display: none;
}
@media (max-width: 991.98px) {
    .container {
        max-width: 850px;
    }
    .main-panel.p-5{
        padding: 1rem !important;
    }
    .nav-title{
        display: none;
    }
    ul.dtr-details li:nth-child(3){
        max-width: 250px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label{
        float: left;
    }
    div.dataTables_wrapper div.dataTables_length label, .dataTables_info{
        margin-bottom: 20px;
    }
    #job-monitoring {
        left: 180px !important;
        font-size: 13px;
    }
    .dataTables_filter .form-control{
        width: 240px !important;
    }
    .capture-data{
        display: block;
        margin-bottom: 20px !important;
    }
    .historical-data{
        width: 140px !important;
    }
    #patient.col-md-12.px-4{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    /*.modal-content{
        width: 92% !important;
        margin: 0.2rem !important;
    }*/
    .navbar-dark {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .show>.nav-link {
        padding: 20px 25px 20px 0;
    }
    .nav-item .mdi-bell{
        display: none;
    }
    .btn-inverse-success{
        margin-top: 5px;
    }
}
/*select2*/
.select2-results__option{
    font-size: 13px;
    padding: 8px 20px;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{
    font-size: 13px;
    border: 1px solid #ced4da;
}
.select2-container .select2-selection--single{
    height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--multiple{
    color: #636363;
    padding: 2px 20px;
}

/*button*/
.btn-pink {
    color: #fff;
    background-color: #fd5ec5;
    border-color: #fd5ec5;
}
.btn-pink:hover {
    background-color: #ff3ebc;
    border-color: #ff3ebc;
}
.btn-success {
    color: #fff;
    background-color: #7AC853;
    border-color: #7AC853;
}
.btn-success:hover{
    background-color: #67af44;
    border-color: #67af44;
}
.btn-info{
    color: #fff;
    background-color: #42B3A0;
    border-color: #42B3A0;
}
.btn-info:hover{
    background-color: #379283;
    border-color: #379283;
}
.btn-primary{
    color: #fff;
    background-color: #2b8ffb;
    border-color: #2b8ffb;
}
.btn-primary:hover{
    background-color: #2d77c7;
    border-color: #2d77c7;
}

.menu-icon.loading {
    height: 20px;
    width: 20px !important;
    padding: 1px;
    border-radius: 50%;
}
span.loading {
    height: 28px !important;
    width: 80%;
    margin: auto;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}
table.dataTable.nowrap .loading th, table.dataTable.nowrap .loading td {
    white-space: nowrap;
    background: whitesmoke;
    height: 30px;
    border-radius: 4px;
    padding: 0;
    vertical-align: middle;
    width: 17% !important;
    box-sizing: border-box;
    margin: 10px;
    display: inline-block;
    border-top: 0 !important;
}
.loading {
    position: relative;
    background-color: whitesmoke;
}
.loading::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    -webkit-animation: loading 1.5s infinite;
            animation: loading 1.5s infinite;
}

@-webkit-keyframes loading {
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
}

@keyframes loading {
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
}
.badge{
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
}
table.dataTable {
    margin-bottom: 20px !important;
}
table th.status, table td.status{
    min-width: 100px;
    text-align: center;
}
#job-monitoring{
    position: absolute;
    left: 200px;
    z-index: 999;
}
.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}
.device-name{
    font-size: 14px;
}
.login-box{
    width: 600px;
    /*width: 34%;*/
    margin: auto;
    background: #ffffff;
    padding: 40px 20px;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 0px #dddddd52;
}
.login-box p{
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.login-box a{
    font-size: 14px;
}
.btn-group-sm>.btn, .btn-sm{
    font-size: 12px;
}
.job-lv-1 p, .job-lv-1 dt, .job-lv-1 dd, .r-value-child{
    font-size: 13px;
}
.r-value-child{
    font-weight: 600;
}
/*.p-peak p, .p-peak dt, .p-peak dd{
    color: #ffe100;
}*/
p.main-value{
    font-size: 48px;
    font-weight: 500;
    text-align: center;
}
/*.rr p, .rr dt, .rr dd{
    color: #12cbea;
}*/
.nav-item .nav-link i{
    margin-right: 10px;
    font-size: 18px;
}
.nav-item .nav-link{
    vertical-align: middle;
    height: 63px;
    font-size: 14px;
    padding: 16px 25px;
    font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  background: rgba(255,255,255, .17);
}
.btn-inverse-success {
    color: #00ce68;
    background-color: rgba(0, 206, 104, 0.2);
    background-image: none;
    border-color: rgba(0, 206, 104, 0); 
}
.btn-inverse-success:hover {
    color: #ffffff;
    background-color: #00ce68;
    border-color: #00ce68; 
}
.btn-inverse-success.focus, .btn-inverse-success:focus {
    box-shadow: 0 0 0 3px rgba(0, 206, 104, 0.5); 
}
.btn-inverse-success.disabled, .btn-inverse-success:disabled {
    color: #00ce68;
    background-color: transparent; 
}
.btn-inverse-success.active, .btn-inverse-success:active,
.show > .btn-inverse-success.dropdown-toggle {
    color: #ffffff;
    background-color: #00ce68;
    border-color: #00ce68; 
}
.tambah-data-rs .input-group>.input-group-append>.btn{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.tambah-data-rs .btn-inverse-success{
    min-width: 140px;
}
#data-rs-baru, #data-rs-exist{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 100ms, visibility 100ms, height 100ms;
    transition: opacity 100ms, visibility 100ms, height 100ms;
    height: 0;
}
#data-rs-baru.show, #data-rs-exist.show{
    visibility: visible;
    opacity: 1;
    height: auto;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
    margin-bottom: 0;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.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: 22px;
    width: 22px;
    left: 8px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

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%;
}
.night-mode{
    margin-bottom: 0;
    font-size: 13px;
    margin-right: 5px;
    vertical-align: middle;
    padding: 25px 0 20px 25px;
}
/*dark-mode*/
.dark .main-panel{
    background: #2d2f35 !important;
}
.dark .card{
    background-color: #27282c;
}
.dark a{
    color: #74a2d4;
}
.dark .card-title{
    color: rgba(253, 253, 253, 0.9);
}
body.dark{
    color: rgba(253, 253, 253, 0.71);
}
.dark .select2-container--default .select2-selection--single {
    font-size: 13px;
    border: 1px solid #5e5e5f;
    background-color: #ffffff21;
    border-radius: 4px;
}
.dark .form-control{
    border: 1px solid #5e5e5f;
    background-color: #ffffff21;
}
.dark .bg-default {
    background-color: #27282c;
}
.dark .navbar-dark .navbar-nav .nav-link, .dark .custom-select, .dark a#job-monitoring,
.dark a.btn-success, .dark a.btn-primary {
    color: rgba(253, 253, 253, 0.9);
}
.dark .table td, .dark .table th {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
}
.dark .table thead th {
    border-bottom: 2px solid rgba(255, 255, 255, 0.17);
}
.dark .btn-primary {
    color: rgba(253, 253, 253, 0.9);
    background-color: #2e7acc;
    border-color: #2e7acc;
}
.dark .btn-success {
    color: rgba(253, 253, 253, 0.9);
    background-color: #74b554;
    border-color: #74b554;
}
.dark .btn-secondary, .dark .btn-danger{
    color: rgba(253, 253, 253, 0.9);
}
.dark .page-item.disabled .page-link {
    background-color: #e8e8e8;
}
.dark .navbar-dark .navbar-nav .active>.nav-link,.dark .navbar-dark .navbar-nav .nav-link.active,.dark .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #ffffff;
}
.input-group-text{
    padding: 0.3rem .75rem;
}
.login-box .input-group i{
    color: #adadad
}
.forgot-password a{
    font-size: 15px;
}
.footer p{
    font-size: 15px; color: #eaeaea;
}
.upload-container{
    width: 100%;
    height: 80vh;
    border: 2px dashed #d2d2d2;
    border-radius: 4px;
}
.vertical-center{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
@media (max-width: 575.98px) { 
    .dataTables_filter .form-control {
        width: 190px !important;
    }
    .modalities .col-md-2.col-sm-6{
        display: flex;
    }
    .container-checkbox, .container-radio{
        min-width: 100px;
    }
}
ul.filter-map{
    display: inline-flex;
    background: #e9ecef;
    border-radius: 20px;
    width: auto;
    padding-left: 0;
}
ul.filter-map li{
    text-decoration: none;
    list-style: none;
    padding: 5px 20px;
    min-width: 100px;
    text-align: center;
}
ul.filter-map li.active{
    color: #fff;
    background-color: rgba(0, 102, 176,  0.5);
    border-color: rgba(0, 102, 176,  0.5);
    border-radius: 20px;
}
ul.filter-map li.active a{
    color: #005ba8;
}
ul.filter-map li a{
    text-decoration: none;
    color: #21262a;
}
    