
.g4s_dismiss_notification.reload_page_button {
    float: right;
    margin: 10px;
    border-radius: 0;
    border: 0;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    color: #ffffff;
    display:block !important;
}

.g4s_dismiss_notification.reload_page_button:hover {color:#ffffff}

.mapContainer {
    position: relative;
    text-align:center;


}

#map_title {
    position: absolute;
    top: 20px;
    z-index: 10;
    width: 40vw;
    background-color: rgba(2, 52, 57, 0.77);
    padding: 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 0 10px 10px 0;
    font-size: 20px;
}

.MapKnob {

    position:relative;

    text-align: center;
    color: #222;

    text-align: center;
    display:inline-block;
    margin: 5px;
    padding: 5px;
    /*display: table;*/



    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;



}

#currentStationFlag {
    /* background-image: url("../gamifoImages/currentStationFlag.gif");
    background-repeat:no-repeat;
    background-size: 50px 40px;
    pointer-events: none;
    width:60px;
    height:70px;
    position:absolute;
    top:5px;
    left:100px;
    z-index:1;


 -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;*/

}


.stationLabel {
    background-color: rgba(15, 15, 15, 0.63) !important;
    padding:2px;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;


}

.stationLabel.current {
    background-color: #badc00;
    padding:2px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;




}

.MapKnob .skillPercent {


    font-size:11px!important;
    color:#7ae8ff!important;
    font-weight: 600;
    top:40px;
    left:100px;
    position: absolute;
    background-color: #045900;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width:32px;
    height:32px;
    line-height: 31px;
    z-index:1;

}

.stationLabel.completed {
    background-color: #729700;
    padding:2px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

.trainBinary {
    /*position: relative;*/
    width:100%!important;
    /* background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAKUlEQVQYlWMQERH5v3dq5H8RERG8mGHv1Mj/MMxACIwqxqmYUEDDIgMAGfhbaxN8sGsAAAAASUVORK5CYII=) repeat;
     background:url('../gamifoImages/binario.png') repeat;*/
    /* background: url('../gamifoImages/MetroStation_out.jpg') no-repeat; */
    background: url('../gamifoImages/map_redux.jpg') no-repeat top left;
    background-size: 824px;
    /*border-bottom: 20px solid #00ccff;*/
    height:525px;

    background-attachment: scroll;

    overflow-x: visible;
    overflow: visible;

}

.stationLabel {
    background-color: rgba(236, 236, 236, 0.63);
    padding:2px;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;


}

.circularIMG {
    -webkit-transition: -wekbit-transform 2s ease-in-out;
    -moz-transition: -moz-transform 2s ease-in-out;
    -o-transition: -o-transform 2s ease-in-out;
    -ms-transition: -ms-transform all 2s ease-in-out;
    transition: transform all 2s ease-in-out;
    background-size: 100% 100%;
}

.circularIMG.current {
    background-color: #007cdc;
    padding:2px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

@-moz-keyframes spin {
    0% { -moz-transform: rotateY(360deg); }
    30% { -moz-transform: rotateY(0deg); }
    100% { -moz-transform: rotateY(0deg); }
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotateY(360deg); }
    30% { -webkit-transform: rotateY(0deg); }
    100% { -webkit-transform: rotateY(0deg); }
}

@keyframes spin {
    0% { -webkit-transform: rotateY(360deg); transform:rotateY(360deg); }
    30% { -webkit-transform: rotateY(0deg); transform:rotateY(0deg); }
    100% { -webkit-transform: rotateY(0deg); transform:rotateY(0deg); }
}


@-moz-keyframes flip3 {
    from { -moz-transform: rotateY(0deg); }
    to { -moz-transform: rotateY(360deg); }
}

@-webkit-keyframes flip3 {
    from { -webkit-transform: rotateY(0deg); }
    to { -webkit-transform: rotateY(360deg); }

}

@keyframes flip3 {
    from { transform: rotateY(0deg); }
    to { transform: rotateY(360deg); }
}



.stationLabel.current {
    background-color: #007cdc;
    padding:2px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;


}

.MapKnob.disabled {
    /*opacity: 0.8;*/
}

.MapKnob.disabled .circularIMG {
    -webkit-filter: grayscale(90%);
    -moz-filter: grayscale(90%);
    -ms-filter: grayscale(90%);
    -o-filter: grayscale(90%);
    filter: grayscale(90%);
    /*filter: url(grayscale.svg); /!* Firefox 4+ *!/*/
    filter: gray; /* IE 6-9 */
}



.MapKnob.completed .skillPercent {

    background: none;
    background-image: url("../gamifoImages/star.png");
    background-repeat:no-repeat;
    background-size: 60px 56px;


    font-size:12px!important;
    color:#8E7800!important;
    font-weight: 600;
    top:30px;
    left:90px;
    position: absolute;
    /*background-color: #ffc600;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width:60px;
    height:60px;
    line-height: 51px;
    z-index:1;
}

.MapKnob .skillPercent {


    font-size:11px!important;
    color:#fff!important;
    font-weight: 600;
    top:40px;
    left:100px;
    position: absolute;
    background-color: #0082cd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width:32px;
    height:32px;
    line-height: 31px;
    z-index:1;

}

.stationLabel.completed {

    color:#333!important;
    padding:2px;
    background-color: #ffba00;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;




}

.stationLabel.completed a {

    color:#333!important;

}

.stationLabel {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color:#fff!important;
    padding:2px!important;
}
#goal .stationLabel{
    position: relative;
}

.stationLabel.current {
    font-size: 12px;
    font-weight: 600;
    color:#fff!important;
}

.stationLabel.completed {
    font-size: 12px;
    font-weight: 600;

}

.leaflet-horizontalcenter {display:none}

.stationlabel div.skillPercent {
    font-size:16px!important;
    color:#7ae8ff!important;
    font-weight: 700;
}



/*currentstation deve essere sempre l'ultimo dopo le station*/
.currentStation {

    z-index: 10;
    font-size:15px;
    margin-top:40px;
    margin-left: 35px;
    padding:8px;
    color:#fff;
    border-radius: 50%;
    background-color: #729700;


    animation-name: resize;
    animation-duration: .5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;

}




@keyframes resize {
    0% {

        background-color:#729700;
    }
    50% {

        background-color:#729700;
    }
    100% {

        background-color:#badc00;
    }
}

@keyframes resize2 {
    0% {

        background-color:#0080d1;
    }
    50% {

        background-color:#002f4d;
    }
    100% {

        background-color:#0080d1;
    }
}

@keyframes currentGoal {
    0% {

    }
    50% {
        border-color: #ff7e00;
    }
    100% {

    }
}


/*////////////////*/

.skillKnob.completed {
    border: 3px solid #85eeff;
    background-color: #d4f9ff;

}

.skillKnob.currentGoal {
    border-width: 3px;
    animation-name: currentGoal;
    animation-duration: .5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;

}

.wplms-dashboard.row  .skillKnob {
    /*transform: scale(0.8);*/

}

.MapKnob > .skillImage {

    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position:relative;
    display: block;
    left: 0;
    top: -190px;
    width: 90px;


}

.MapKnob > .knob {
    width: 50px;
    height: 50px;
}

.skillKnob .skillPercent {
    font-size:26px;
    color:#7ae8ff;
    font-weight: 700;
    top:-10px;
    position: relative;

}

.skillKnob.completed .skillPercent {
    font-size:26px;
    color:#a7d100!important;
    font-weight: 700;
    top:-10px;
    position: relative;

}

.MapKnob .circularIMG {
    outline : none;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    position:relative;
    display: block;
    left: 0!important;
    top: 0px!important;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    /*background-attachment: fixed;*/
    background-position: center;

    -webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.9);
    -moz-box-shadow:    0px 4px 5px 0px rgba(50, 50, 50, 0.9);
    box-shadow:         0px 4px 5px 0px rgba(50, 50, 50, 0.9);

}

.MapKnob.completed .circularIMG {
    border: 4px solid #ffe400;
}


.postbox .handlediv{
    display: none;
}
.goal-container{
    overflow-y: auto;

    height: 100%;
}
#goal{
    /*overflow-y: auto;*/

    /*height: 530px;*/
    background-color: white;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 0px solid #000000;
    width: 132px;
}

#goal::-webkit-scrollbar {
    width: 0px;
}

#goal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#goal::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.command_map{
    background-color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    max-height: 530px;
    background-color: white;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

#map{
    /*height:100vw;*/
}

#map {
    /*commento*/
    background-color: #000000;
    margin: 5px;
    width: 100%;
}

.mapSelector .itemMap{
    height: 120px;
    background-color: #c2c2c2;
}




.card {/*
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid;
    border-color: #c2c2c2;
    cursor: pointer;*/
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 120px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 80px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

.card.hovercard .cardheader {
    /*background: url("http://lorempixel.com/850/280/abstract/");*/
    background: url("http://www.dekaini.lv/wp-content/uploads/2011/03/Dubnas-augstece.jpg");
    background-size: cover;
    height: 55px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    /*padding: 4px 8px 10px;*/
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

/*.btn{ border-radius: 50%; width:32px; height:32px; line-height:18px;  }*/

.card a{
    cursor: pointer;
}

.activecat{
    border: solid;
    border-color: #4dec00;
}


.leaflet-verticalcenter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 10px;
    z-index: 500;
}

.leaflet-verticalcenter .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-horizontalcenter {
    position: absolute;
    left: 50%; /* possible because the placeholder's parent is the map */
    transform: translateX(-50%); /* using the CSS3 Transform technique */
    padding-top: 10px;
    z-index: 500;
}

.leaflet-middle {
    top:20%;
    width: 80%;
}

.leaflet-horizontalcenter .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-horizontalcenter .containerRib .main{
    position: relative!important;
    background-color: #72caff;
    min-width: 300px;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}

.leaflet-horizontalcenter .containerRib .ribbonTitle {
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px #0e2ca1;
}

.leaflet-horizontalcenter .skew {
    position: absolute;
    background: #0c7582;
    width: 3%;
    top: 6px;
    z-index: 5;
    display: none;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: 0px solid rgba(0,0,0,0.2)!important;
    background-clip: padding-box;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar i{
    vertical-align: middle;
}

.unnamed-state-active {
    background-color: rgb(255 255 255);
    font-size: 20px;
    color: rgb(0 110 137);
    padding: 5px;
    martgin-top:200px;
    border: 0;}

.infobox{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 50vh;
    padding:10px;
}

.MapKnob .customImgMarker {
    outline : none;
    overflow: hidden;
    border: none;
    position:relative;
    display: block;
    left: 0!important;
    top: 0px!important;
    width: 120px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-size: 120px 120px;
    /*background-attachment: fixed;*/
    background-position: center;
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity:0.4;*/

}


/** Aggiunto dal custom.css di gianluca*/
.MapKnob .customImgMarker {
    outline: none;
    overflow: hidden;
    border: none;
    /* position: relative; */
    /* display: block; */
    /* left: 0!important; */
    /* top: 0px!important; */
    /*width: 1024px !important;*/
    /*height: 1024px !important;*/
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    /*background-size: 1024px 1024px !important;*/
    background-attachment: inherit !important;
    background-position: center;
}

.goal_marker_label.g4s_unactive{
    opacity: 0.5;
}


.MapKnob .customImgMarker.current, .MapKnob.completed .customImgMarker{filter:none;opacity:1.0}


.map_container #map.citymap {height:1000px}

#map.citymap .MapKnob .customImgMarker {width: 191px;
    height: 266px;
    background-size: 191px 266px; opacity:1.0 !important;
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2); }

.map_container .info-box-content {margin-left: 90px !important;}

/*#map.citymap .MapKnob .customImgMarker:hover {
transition-timing-function: ease-in;
transition: 0.4s;
transform: translateY(-10%);}*/

#map.citymap .MapKnob.completed .customImgMarker {
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2);}

#map.citymetro .MapKnob .customImgMarker {width: 33px;
    height: 33px;
    background-size: 33px 33px; opacity:1.0 !important;filter:none !important}

#map.treasure {background-color:#72513e;height:1200px}

.map_container #map.citymetro {height:768px}
#map.citymetro {background-color:#ccc;}


#map.citymetro .MapKnob {margin:0;padding:0}


#map.citymetro .MapKnob .skillPercent {
    left: -20px;
    top: -20px;
    background-color: rgba(0, 130, 205, 0);
    color: rgb(60, 141, 188) !important;
    font-size: 12px !important;}

#map.citymetro .stationLabel {
    font-size: 12px;
    font-weight: 600;
    color: rgb(0, 0, 0)!important;
    padding: 0 0 0 10px !important;
    border-radius: 0 !important;
    background: none !important;
    transform: rotate(-20deg);
    position: absolute;
    text-align: left;
    left: 20px;
    width: 100px;}



.map_container #map.citymetro .stationLabel, .smallmap #map.citymetro .stationLabel {top:-25px}

#map .progress-bars,.area_ico {display:none}

#map.citymap .area_ico {
    display: block;
    left: -35px;
    width: 65px;
    height: 65px;
    border: 0;
    top: -20px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgb(238, 238, 238);
    box-shadow: inset 10px 10px 10px #3c8dbc;
    -webkit-box-shadow: inset 5px 0 5px rgb(25, 80, 111);
    -moz-box-shadow: inset 10px 10px 10px #000;
    -o-box-shadow: inset 10px 10px 10px #000;
    border: 4px solid rgb(60, 141, 188);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center;
}

#map.citymap  .progress-bars {
    display: block;
    background-color: rgb(26, 26, 26);
    height: 25px;
    padding: 5px;
    width: 230px;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    position: absolute;
    top: -20px;
}

#map.citymap .progress-bars span {
    display: inline-block;
    height: 100%;
    border-radius: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    transition: width .4s ease-in-out;
    float: left;
    background-color: #34c2e3;}

#map.citymap .stationLabel {
    min-width:230px;
    text-transform: uppercase;
    min-height: 40px;
}

#map.citymap .stripes span {
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);

    animation: animate-stripes 3s linear infinite;
}

@keyframes animate-stripes {
    0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

#map.citymap .MapKnob .skillPercent {
    top: -40px;
    left: 210px;
    font-size: 12px!important;
    background-color:#eee;
    color: rgb(0, 0, 0) !important;
    width: 40px;
    height: 40px;
    line-height: 33px;
    border: 4px solid rgb(82, 203, 231);
}

#map.citymap .MapKnob.completed .skillPercent {
    width: 60px;
    height: 60px;
    line-height: 51px;
    background-color:transparent;
    border: 0px solid rgb(82, 203, 231);}

#map.citymap .popover {top:-2px !important}

/* Hour Counter */

.superWrapper {
    position: relative;
    float: left;
}
.pointsWrapper {
    width: 200px; /* Set the size of the progress bar */
    height: 200px;
    position: absolute; /* Enable clipping */
    clip: rect(0px, 140px, 140px, 100px); /* Hide half of the progress bar */
}
/* Set the sizes of the elements that make up the progress bar */
.points_circle {
    width: 140px;
    height: 140px;
    border: 30px solid #323232;
    border-radius: 100%;
    position: absolute;
    clip: rect(0px, 100px, 200px, 0px);
}
.whiteCircle {
    width: 140px;
    height: 140px;
    border: 30px solid #eaeaea;
    border-radius: 100%;
    background: none;
}
.value_point {
    position: absolute;
    top: 35%;
    left: 38%;
    font-size: 38px;
}
/* Set the wrapper clip to auto, effectively removing the clip */
@-webkit-keyframes close-wrapper {
    to {
        clip: rect(auto, auto, auto, auto);
    }
}
/* END GENERAL */

/* hours counter*/
div.points[data-anim~=base],
.points div[data-anim~=base] {
    -webkit-animation-iteration-count: 1;  /* Only run once */
    -webkit-animation-fill-mode: forwards; /* Hold the last keyframe */
    -webkit-animation-timing-function:linear; /* Linear animation */
}
.points.wrapper[data-anim~=pointsWrapper] {
    -webkit-animation-duration: 0.01s; /* Complete keyframes asap */
    -webkit-animation-delay: .65s; /* Wait half of the animation */
    -webkit-animation-name: close-pointsWrapper; /* Keyframes name */
}
.points .points_circle[data-anim~=left] {
    -webkit-animation-duration: 1s; /* Full animation time */
    -webkit-animation-name: points-left-spin;
}
.points .hour_circle[data-anim~=right] {
    -webkit-animation-duration: .65s; /* Half animation time */
    -webkit-animation-name: points-right-spin;
}
/* Rotate the right side of the progress bar from 0 to 180 degrees */
@-webkit-keyframes points-right-spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(180deg);
    }
}
/* Rotate the left side of the progress bar from 0 to 284.4 degrees */
@-webkit-keyframes points-left-spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(180deg);
    }
}
/* END hours counter */

#map #myChart {
    position: absolute;}

#pointTxt {
    position: absolute;
    font-size: 20px;
    font-weight: bolder;
    top: 45px;
    left: 20px;
    text-align: center;
    color: rgb(242, 242, 242);
    width: 100px;}

#pointLbl {
    position: absolute;
    top: 70px;
    left: 20px;
    text-transform: uppercase;
    color: rgb(242, 242, 242);
    text-align: center;
    width: 100px;
}

#map.treasure .stationLabel {
    background-color: rgba(0, 0, 0, 0) !important;
    background: url(images/ribbon.png);
    width: 202px;
    height: 63px;
    text-align: center;}

#map.treasure .stationLabel_txt {
    width: 80%;
    color: rgb(0, 0, 0);
    text-align: center;
    margin: 16px auto;
    font-family: 'MedievalSharp', cursive;
    line-height: 10px;}

#map.treasure .MapKnob .customImgMarker {

    width: 119px;
    height: 70px;
    background-size: 119px 70px;
    margin: 0 auto;
    top: -10px !important;
    padding: 5px !important;
    filter: brightness(0.9) contrast(2.0) drop-shadow(8px 8px 5px rgba(0,0,0,0.9));
}

#map.treasure .MapKnob .skillPercent {background-color: rgb(83, 32, 1);}

.single-g4s_post_map_game .g4s_dismiss_notification.reload_page_button {
    float: right;
    margin: 10px;
    background: #4d34a7;
    border-radius: 0;
    border: 0;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    color: #ffffff;
    display:block !important;
}

.single-g4s_post_map_game .g4s_dismiss_notification.reload_page_button:hover {color:#ffffff}


/* QUEST ITEMS ON MAP */

.quest-label {
    color: rgb(255, 222, 0);
    /*background: url(images/questIcon.png);*/
}

#quest-title {
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 0.9rem;
}

#quest-name {
    padding: 10px;
    background: rgb(1 72 101);
    border-radius: 10px 10px 0 0;
}

#marker-legend {
    border-radius: 10px;
    background-color: #0d537b;
    /* display: inline-table; */
   /* padding: 10px;*/
    /* margin: 5px; */
    /* margin-left: 0px; */
    /* padding-left: 50px; */
    /* text-align: right; */
    border-bottom: 10px solid #014865;
}

.quest-item-container {
    float:left;
}
.item-deactivate {
    mix-blend-mode: screen;
    -webkit-filter: grayscale(100%) contrast(200%);
    filter: grayscale(100%) contrast(200%);
    opacity: 0.2;
}

#questModal .modal-footer {
    border: none!important;
}

#g4s_notification_container {
    background: none!important;
}

.carousel-control-next, .carousel-control-prev {
    max-height: 88%;
}

.show_desc {
    color: #1058af;
    background: #ffffff;
    border-color: #1058af;
    font-size: 0.9rem;
    padding: 8px 15px;
    font-weight: normal;
    outline: 5px auto;
    border-radius: 5px;
}

.pdesc {
    font-size: medium;
    font-weight: normal;
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out;
    padding: 0.5rem;
}

.chevron{
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4LjAwNSIgdmlld0JveD0iMCAwIDE0IDguMDA1Ij4NCiAgPHBhdGggaWQ9Ikljb25faW9uaWMtaW9zLWFycm93LWRvd24iIGRhdGEtbmFtZT0iSWNvbiBpb25pYy1pb3MtYXJyb3ctZG93biIgZD0iTTEzLjE5LDE2LjgzOGw1LjI5NC01LjNhMSwxLDAsMCwxLDEuNDEzLDAsMS4wMDksMS4wMDksMCwwLDEsMCwxLjQxN2wtNiw2YTEsMSwwLDAsMS0xLjM4LjAyOWwtNi4wNC02LjAyN2ExLDEsMCwxLDEsMS40MTMtMS40MTdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNi4xODggLTExLjI0NikiIGZpbGw9InJnYmEoMCwwLDAsMC44NSkiLz4NCjwvc3ZnPg0K);
    margin-left: 15px; /* Aggiungi uno spazio a sinistra per separare il testo dallo chevron */
    transition: transform 0.3s ease; /* Aggiungi una transizione per effetto di animazione */
    display: inline-block;
    text-align: center;
}

.rotate {
    transform: rotate(180deg);
}

.task-content .btn {
    background-color: #1058af !important;
    border-color: #1058af !important;
    color: #ffffff !important;
    font-size: 1rem;
    border-radius: 5px !important;
    margin-top: 15px !important;
}