
a, a:active, a:focus, a:active {
    text-decoration: none !important
}

a:focus {
    outline: 0px solid
}

img {
    max-width: 100%
}

.fix:after {
    content: "";
    display: table;
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0 0 15px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    background-color: #072434;
}

.container {
    max-width: 1140px;
}

.header-area button {
    width: auto;
    background: transparent;
    border: 0px;
    position: absolute;
    font-size: 25px;
    color: #42a9f8;
    font-weight: 700;
    left: 10px;
    top: 0px;
    height: 100%;
}


.header-area {
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 30px;
    color: rgb(66, 169, 248);
    font-weight: 700;
}

.card span {
    height: 62px;
    width: 62px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    margin-right: 20px;
    border-radius: 5px;
}

i.fa-triangle-exclamation {
    color: #F0B429;
}

i.fa-circle-check {
    color: #57AF5B;
}

.avvisi-area {
    font-size: 20px;
}

.avvisi-area .card-body {
    text-align: left;
}

.footer-area nav, nav {
    background-color: #2c5aaf;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-area nav ul li a {
    font-size: 32px;
    color: #fff;
}

.shap {
    height: 110px;
    width: 110px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    line-height: 110px;
    border-radius: 5px;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}

.content-area {
    font-size: 32px;
}

.content-area p {
    margin-bottom: 5px;
}

.lineee-area {
    padding-bottom: 200px;
}

.linee-box.toggle-linea.disable {
    background-color: transparent;
    border: 1px solid #ffffff78;
}

.linee-box {
    border: 0px solid #ffffff78;
    display: inline-block;
    margin: 6px 5px;
    padding: 6px 0px 3px 0px;
    border-radius: 15px;
    width: 22.3%;
    background-color: #42a9f836;
}

span.linea-name {
    display: block;
    margin: 7px auto 2px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
}

span.subtile {
    font-size: 32px;
}

.linea-heading {
    line-height: 1;
    color: #39aa40;
}

.linea-heading button {
    color: #39aa40;
}

#accordion .card-header a {
    color: #fff;
    padding: 2px 0 10px 0;
    width: 100%;
    text-align: left;
    position: relative;
    border: 0px;
    font-size: 30px;
}

#accordion {
    font-size: 30px;
    padding-left: 65px;
}

#accordion .card-header strong {
    float: right;
    font-weight: 400;
    font-size: 15px;
}

.card-header {
    border: 0;
}

.card.bg-transparent.card-linea:last-child {
    padding-bottom: 70px;
}

#accordion .card-body {
    padding: 5px 0;
    color: #fff;
    text-align: right;
    font-size: 15px;
}

#accordion .card-header a:before {
    content: "";
    position: absolute;
    left: -57px;
    top: 2px;
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: #072434;
}

#accordion .card-header a::after {
    content: "\f107";
    font-family: "fontawesome";
    position: absolute;
    right: -40px;
    top: 3px;
    transform: rotate(180deg);
}

#accordion .card-header a.collapsed::after {
    transform: rotate(0deg);
}

.collapse.show .card-body p {
    color: white;
    font-size: 15px;
}

.card-body .disabled {
    color: #354a57 !important;
    font-size: 15px;
}

.card.bg-transparent {
    padding: 5px 0px;
    position: relative;
}

.card.bg-transparent::before {
    content: "";
    position: absolute;
    left: -45px;
    top: 1px;
    background-color: #494949;
    height: 100%;
    width: 6px;
}

.card.bg-transparent:last-child::before {
    display: none;
}

#accordion .active .card-header a:before {
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: #39AA40;
}

.disable {
    opacity: .5;
}

.map {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 93%;
}

.map img {
    height: 100%;
    width: 100%;
}

.linee-all-area {
    background-color: #072434f0;
    padding: 15px 20px;
    border-radius: 15px 15px 0 0;
    /* min-height: 210px; */
    overflow: hidden;
}

.toggle-button-linee {
    color: #42a9f8;
    font-weight: 400;
    background: #072434f0;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 100px 100px 0 0;
    display: inline-block;
    font-size: 15px;
    width: 100%;
    max-width: 190px;
    line-height: 0;
    padding-bottom: 8px;
}

.toggle-button-linee img,
.hide-relative-box img {
    margin-left: 10px;
}


/*
.toggle-button-linee::before {
    content: '\f0de';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transform: translateY(-50%);
}

.toggle-button-linee::after {
    content: '\f0dd';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transform: translateY(-50%);
}
*/
.close-info {
    width: 40px;
    height: 6px;
    background-color: #bab9b6;
    display: block;
    text-align: center;
    margin: 0 auto;
    border-radius: 20px;
}

.linee-all-area h3 {
    font-size: 44px;
    color: #42a9f8;
    font-weight: 700;
}

.linee-all-area h4 {
    font-size: 40px;
    color: #42a9f8;
    font-weight: 400;
    margin-bottom: 20px;
}

.linee-all-area button {
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    margin-bottom: 10px;
}

.time-area {
    font-size: 45px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
}

.pt-100 {
    padding-top: 200px;
}

.buttons-area button {
    border: 2px solid #fff;
    border-radius: 15px;
    color: #fff;
    /* margin-right: 23px;
    margin-bottom: 20px; */
    font-size: 40px;
}

.buttons-area {
    text-align: left;
}

.buttons-area button.disable {
    opacity: .5;
}

.min-hight-100 {
    min-height: 100vh;
}

#footer {
    background-color: #2c5aaf;
    box-shadow: 1px 1px 20px #000;
}

.footer-area {
    text-align: center;
    font-size: 1em;
    bottom: 0px;
    width: 100%;
    z-index: 999999999 !important;
}

.footer-area ul li {
    cursor: pointer;
}

#accordion .card-header a.current-stop {
    color: white;
    font-weight: 800;
    font-size: 15px;
    line-height: 15px;
}

#accordion .card-header a.collapsed.current-stop::before {
    color: #fff !important;
    top: -10px !important;
}

#accordion .card-header a[aria-expanded="true"]:before {
    background: white;
    border: 3px solid white;

}

#accordion .card-header a[aria-expanded="false"]:before {
    background: #000;
}


.modal-header {
    border-bottom: 0px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}


.gm-style-iw-chr {
    display: none;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

.info-label, .info-label-fermata {
    cursor: pointer;
    border-radius: 5px !important;

}

.info-label img {
    max-width: 70px;
}

.flex {
    display: flex;
    justify-content: space-between;

}

.info-label p, .info-label-fermata {
    font-size: 20px
}


.gm-style-iw-tc {
    display: none;
}

.hide-relative-box {
    height: 15px;
    padding: 5px;
    width: 40%;
    margin: 0 auto;
}

.gm-style .gm-style-iw-c {
    color: white;
    cursor: pointer;
    padding: 0px !important;
    border-radius: 0px !important;
    background: inherit;
    box-shadow: inherit;
}

.text-white {
    color: white
}

.container.relative-box {
    position: fixed;
    bottom: 0;
}

.show-relative-box {
    padding-top: 5px;
}

.show-relative-box a {
    color: white !important;
}

.info-label p, .info-label-fermata p {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 21px;
    font-weight: 600;
    padding: 0px 3px;
    margin: 0;
    line-height: 25px;
}

.info-label-fermata {
    width: 140px;
    background: #e3e3e3 !important;
    color: #442323;
}

.footer-area nav, nav {
    background-color: #2c5aaf;
    padding: 20px;
}


.footer-area nav li a {
    cursor: pointer;
}

.footer-area nav li a.active {
    cursor: pointer;
    color: #fff;
}

.footer-area nav li a.active img {
    filter: none;
}


a, a:hover, a:link {
    cursor: pointer;
}

.custom-marker {
    background-color: red;
    border: 2px solid white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    transform: translate(-50%, -50%);
}

div#footer ul li a.active span:after {
      content: " ";
      display: block;
      margin: auto 0;
      padding: 0;
      background-color: #42a9f8;
      height: 4px;
      border-radius: 10px;
      position: absolute;
      width: 100%;
      text-align: center;
      bottom: -7px;
}
.footer-area nav li a span {
    display: block;
    position: relative;
    width: 100%;
}

#popup_container .header-area {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
}

#popup_container .subtitle {
    font-size: 15px;
    color: #999ea8;
    margin: 5px 0 40px 0;
    display: block;
}


.top-bar {
    z-index: 9999999999999 !important;
    position: absolute;
    top: 15px;
    left: 15px;
}

#popup_container .hour-div {
    width: 30%;
    text-align: right;
    color: white;
    font-weight: bold;
}

#popup_container .shap-area {
    width: 12%;
}

#popup_container .content-area {
    width: 58%;
}

.content-area span {
    font-size: 15px;
    font-weight: 400;
}

@media only screen and (max-width: 550px) {
    #popup_container .shap {
        height: 45px;
        width: 45px;
        line-height: 45px;
    }
}


.linee-popup.bottom {
    bottom: 55px;
}

#accordion a:not(.current-stop)::before {
    background: #072434 !important;
}

img.img-disable {
    display: block;
    margin: 10px 0px;
}

.distance-area {
    border-radius: 12px;
    border: 1px solid #4fa3e6;
    display: inline-block;
    padding: 5px 10px;
}

.distance-area span {
    color: #4fa3e6;
    font-size: 14px;
    margin-left: 5px;
}

.footer-area.toggle {
    /* background: #072434f0; */
    border-radius: 15px 15px 0 0;
    padding-top: 8px;
}

.footer-area.toggle .toggle-button-linee, .footer-area.toggle .linee-all-area {
    background: #072434f0;

}

.toggle-linea.disabled {
    opacity: .4;
}

#update-location {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #2c5aaf;
    border: none;
    color: #42a9f8;
    z-index: 999999;
    width: 45px;
    height: 45px;
    font-size: 22px;
    padding: 0;
}

.navbar-brand{
    width: 100%;
    /* padding-top: 10px; */
}

/* #logo-img{
    width: 120px;
} */
