﻿.component-station-at-glance {
    background-color: rgba(199, 218, 231, 0.4);
    padding: 20px 0 10px 0;
    border-top: solid 5px #0092CB;
}

.component-station-at-glance .inner {
    padding: 0;
}
.section-title {
    padding-bottom: 0px;
}
.component-station-at-glance .inner .section-title {
    margin-left: 15px;
    margin-bottom: 30px;
    color: #061B2B;
    font-size: 22px;
    font-weight: 500;
    text-transform: none;
}

.component-station-at-glance .inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-column-count: 3;
    column-count: 3;
}

.component-station-at-glance .inner ul li {
    position: relative;
    border: 1px #0092CB solid;
    margin: 2px 0 10px;
    border-radius: 5px;
    min-height: 40px;
    overflow: visible;
    display: inline-block;
    width: 100%;
    padding: 0 !important;
}

.component-station-at-glance .inner ul li.unavailable a:hover,
.component-station-at-glance .inner ul li.unavailable .expandable-panel-link:hover {
    text-decoration: none !important;
}

.component-station-at-glance .inner ul li a,
.component-station-at-glance .inner ul li .expandable-panel-link {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.35px;
    line-height: 25px;
    color: #0092CB;
    display: block;
    text-align: left;
    font-family: "D-DIN-PRO", sans-serif;
    margin: 0;
    cursor: pointer;
}

.component-station-at-glance .inner ul li a:before,
.component-station-at-glance .inner ul li .expandable-panel-link:before {
    color: #061B2B;
    padding-right: 17px;
    font-size: 26px;
    position: absolute;
    width: 28px;
    height: 28px;
    text-align: center;
    overflow: hidden;
    left: 10px;
}

.component-station-at-glance .inner ul li.unavailable {
    opacity: 1.0;
}

.component-station-at-glance .inner ul li.unavailable a,
.component-station-at-glance .inner ul li.unavailable .expandable-panel-link {
    color: #000;
}

.component-station-at-glance .inner ul li.unavailable a.mapper-icon-wifi:before,
.component-station-at-glance .inner ul li.unavailable .mapper-icon-wifi.expandable-panel-link:before {
    font-size: 20px;
}

.component-station-at-glance .inner ul li a:before {
    overflow: visible;
}

.component-station-at-glance .inner ul li a {
    font-size: 14px !important;
    color: #061B2B;
    padding-right: 45px;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.feature-at-glance-available,
.feature-at-glance-unavailable {
    width: 40px;
    background: #fff;
    right: 0;
    min-height: 45px;
    top: 0;
    position: absolute;
    text-align: center;
    border-radius: 0 5px 5px 0;
    padding-left: 0 !important;
}

.feature-at-glance-available::before {
    content: "\f00c";
    font-family: 'FontAwesome', sans-serif;
    font-size: 18px;
    padding-top: 10px;
    display: block;
    color: #3caf47;
}

.feature-at-glance-unavailable::before {
    content: "\f00d";
    font-family: 'FontAwesome', sans-serif;
    font-size: 18px;
    padding-top: 10px;
    display: block;
    color: #e81f2d;
}

.mobile-at-glance {
    display: none !important
}

.accordion.mobile-at-glance {
    border: 0;
}

.swr-col12-component .component-station-at-glance {
    margin-bottom: 0;
}

@media screen and (min-width:1200px) {
    .component-station-at-glance.desktop-at-glance .inner ul {
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media (min-width: 48em) {
    .component-station-at-glance {
        padding: 0;
    }

    .component-station-at-glance .inner {
        padding: 25px 30px 10px 30px;
    }

    .component-station-at-glance .inner .section-title {
        margin-left: 0;
    }

    .component-station-at-glance .inner ul li [class*='icon-']:hover {
        text-decoration: none !important;
        cursor: default;
    }

    .component-station-at-glance .inner ul li:not(.unavailable) [class*='icon-']:hover {
        text-decoration: none !important;
    }

    .component-station-at-glance .inner ul li:not(.unavailable) [class*='icon-']:hover span {
        text-decoration: underline !important;
        cursor: pointer;
    }

    .component-station-at-glance .inner ul li .expandable-panel-link {
        font-weight: 500;
        padding-left: 42px;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .component-station-at-glance.desktop-at-glance .inner ul {
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 767px) {
    .desktop-at-glance {
        display: none
    }

    .component-station-at-glance .inner ul {
        -webkit-column-count: 1;
        column-count: 1;
        padding-left: 0;
    }

    .mobile-at-glance .component-station-at-glance {
        padding-left: 15px;
        padding-right: 15px;
        border-top: 0
    }

    .mobile-at-glance {
        border-top: 0;
        display: block !important;
    }

    .mobile-at-glance h3 {
        font-size: 16px !important;
        font-weight: normal;
    }

    .mobile-at-glance.accordion .accordion-header.open,
    .mobile-at-glance.accordion .accordion-content.open {
        border-left: 0;
        border-right: 0;
    }

    .mobile-at-glance.accordion .accordion-content.open {
        border-bottom: 0
    }

    .mobile-at-glance.accordion .accordion-header {
        border-top: solid 5px #0092CB;
        padding: 10px 20px;
    }

    .mobile-at-glance.accordion .accordion-content {
        padding: 0 !important;
    }


    .accordion.mobile-at-glance .accordion-header,
    .mobile-at-glance.accordion .accordion-content {
        border-left: 0;
        border-right: 0;
    }

    .accordion.mobile-at-glance .accordion-header .content-wrap .with-caret .accordion-icon {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}