/* grooming / lift map styles */
.green {
    background-color: green;
}

.black {
    background-color: #000;
}

.blue {
    background-color: #2222b9;
}

.red {
    background-color: #ad1313;
}

.yellow {
    background-color: #c4c40f;
}

.rotated {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.circle {
    border-radius: 50%;
}

.lift-map-indicator {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
}

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

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button, input, textarea {
    outline: none;
    border: none;
    cursor: pointer;
}

h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #605F5F;
}

h5 {
    font-size: 18px;
}

.box-radius {
    border-radius: 22.37px;
    border: 1px solid #E4E4E4;
}

.bg-transparent {
    background: transparent;
}

header {
    border-bottom: 1px solid #E4E4E4;
}

/* header */
.grooming-map-header {
    padding: 20px 0px;
}

.grooming-map-header .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #474747;
    font-weight: 600;
    text-transform: uppercase;
}

.grooming-map-header .nav-link span {
    margin-right: 10px;
}

.grooming-map-header .nav-link img {
    max-width: 14px;
}

.grooming-row {
    background-color: #F6F8FF;
}

.weather-status {
    position: absolute;
    bottom: 0;
    margin: 0;
    line-height: 10px;
    font-size: 14px;
    color: #494949;
}

.data-board {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8590B5;
}

.data-board .data-board-highest {
    padding: 0px 0px 10px 4px;
    border-bottom: 2px solid #8590B5;
}

.data-board .data-board-lowest {
    padding-top: 10px;
}

.data-board img {
    width: 20px;
    height: 20px;
}

.dayly-show-report {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.dayly-show-report .dayly-snow-data {
    color: #000;
    font-size: 36px;
}

.dayly-show-report .daytime-snow-text {
    font-size: 14px;
}

.grooming-map-charts .circle-chart {
    max-width: 40%;
}

.grooming-map-charts .circle-chart img {
    margin-bottom: 10px;
}

.lift-map-charts .circle-chart {
    width: 100%;
}

.lift-map-charts .circle-chart img {
    margin-bottom: 10px;
}

.main-map-image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-grooming-image {
    padding-bottom: 90px;
}

/* map hover styles */
#grooming-map {
    position: relative;
    /* stroke animation */
    /* easy */
    /* medium */
    /* hard */
}

#grooming-map .grooming-map-path {
    stroke-dasharray: 5;
    -webkit-animation: none;
    animation: none;
}

#grooming-map .grooming-map-path:hover {
    -webkit-animation: dash 8s linear infinite;
    animation: dash 8s linear infinite;
}

#grooming-map .grooming-map-path.easy:hover {
    display: inline-block;
    cursor: pointer;
    stroke: #26c211 !important;
    stroke-width: 5px !important;
    -webkit-transition: stroke ease .3s;
    transition: stroke ease .3s;
}

#grooming-map .grooming-map-path.medium:hover {
    cursor: pointer;
    stroke: #232CBA !important;
    stroke-width: 5px !important;
    -webkit-transition: stroke ease .3s;
    transition: stroke ease .3s;
}

#grooming-map .grooming-map-path.hard:hover {
    cursor: pointer;
    stroke: #000 !important;
    stroke-width: 5px !important;
    -webkit-transition: stroke ease .3s;
    transition: stroke ease .3s;
}

.lift-map-title {
    width: 100%;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 5px 30px;
}

.groomed-trails-title {
    width: 100%;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    padding: 0 30px;
}

.lift-map-title ul li {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.lift-map-title ul li span {
    margin-right: 5px;
}

.chairs-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
}

.chairs-list {
    font-size: 18px;
    font-weight: bold;
}

.chairs-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 22px;
}

.chairs-list .circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.groomed-trails .groomed-trails-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.groomed-trails .list-column {
    font-family: "Nunito", sans-serif;
    padding: 2px 10px;
    font-weight: 900;
    font-size: 10px;
}

.groomed-trails .list-column li {
    position: relative;
    padding: 1px;
}

.groomed-trails .list-column li .numb {
    position: relative;
    margin-right: 5px;
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
    vertical-align: middle;
}

.groomed-trails .list-column li .numb span {
    color: #fff;
    display: inline-block;
}

.groomed-trails .list-column li .rotated span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    line-height: 0px;
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: -100;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: -100;
    }
}

/* hover for tooltip showing */
.main-grooming-image .row {
    position: relative;
}

.main-grooming-image .map-marker {
    position: absolute;
}

.main-grooming-image .map-marker .map-marker-info {
    max-width: 14vw;
    font-size: 1vw;
    background: white;
    padding: 4px;
    display: none;
}

.main-grooming-image .map-marker .map-marker-info-inner:after {
    border-left: 0.75em solid transparent;
    border-right: 0.75em solid transparent;
    border-top: 1em solid #f15151;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}

.main-grooming-image .map-marker:hover > .map-marker-info {
    display: block;
}

.dataSet {
    position: absolute;
    top: 28px;
    right: 18px;
    font-size: 19px;
    font-weight: 600;
}

.dataLift{
    position: absolute;
    top: 530px;
    right: 160px;
    font-size: 9px;
    font-weight: 500;
}

.snowReport{
    position: absolute;
    top: 530px;
    right: 18px;
    font-size: 9px;
    font-weight: 500;
}

.generate-map{
    width: 1170px;
    height:705px;
}

@media (min-width: 992px) {
    .modal-xxl{
        max-width: 1200px;
        height: 705px;
    }}

@media (min-width: 1200px) {
    .modal-xxl{
        max-width: 1200px;
        height: 705px;
    }
}
.map-position{
    map:0
}
.modal-xxl{
    width: 1200px;
    height: 705px;
}

.modal-map{
    margin:0
}

.modal-map-center {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1380px) {
    .hero-report {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 996px) {
    .groomed-trails .list-column {
        max-width: 100%;
    }
    .lift-map-title {
        padding: 10px;
        font-size: 15px;
    }
}

@media screen and (max-width: 575px) {
    .groomed-trails .list-column {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (min-width: 1380px) {
    h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 767.98px) {
    .snow-report-header .logo {
        display: block;
    }
    .sidebar {
        width: 260px;
        max-width: 70% !important;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        position: absolute;
        z-index: 1000;
        padding: 60px 10px 0px 10px;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
    }
    .sidebar .logo {
        display: none;
    }
    .sidebar.show {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        overflow-y: scroll;
    }
    .sidebar ~ main {
        max-width: 100% !important;
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
        flex: 1 !important;
    }
    .title-notification {
        font-size: 14px;
    }
    .grooming-map-chart .circle-chart img {
        display: block;
        max-width: 90px;
    }
}

@media screen and (max-width: 425px) {
    .single-day {
        width: 100%;
        max-width: 100%;
        margin-right: 0px !important;
        text-align: center;
    }
    .single-day .current-data {
        margin-right: 15px;
        font-size: 40px;
    }
}

@media screen and (max-width: 375px) {
    .single-day .current-data {
        margin-right: 10px;
        font-size: 30px;
    }
    .single-day:not(:last-child) {
        margin-right: 5px;
    }
}
/*# sourceMappingURL=style.css.map */
