#map {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 640px;
}

#map.is-providers {
    height: 840px;
}

#controlBar{
	position: absolute;
	top: 10px;
	right: 10px;
}

/*Control buttons bottom right*/
div.control-btn-bottom-right{
	position: absolute;
	bottom: 24px;
	right: 55px;
}

div.control-btn-bottom-right cercalia-control-button{
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
    margin-right: 10px;
    padding: 6px;
}

/*Layer switcher*/
cercalia-layerswitcher.layerswitcher {
	display: none;
	position: absolute;
	top: 54px;
	right: 10px;
}

/*Radars*/
.gm-style-iw {
    color: #5d6770;
}

.gm-style-iw iron-icon {
    color: #f58220;
}

.gm-style-iw .radars .contentIcon{
	vertical-align: top;
	display: inline-block;
    height: 70px;
    padding: 6px 8px;
    background: #eee;
}

.gm-style-iw .radars .titlePopup{
	font-weight: bold;
	padding-bottom: 12px;
}

.gm-style-iw .radars .contentText {
    width: auto;
    max-width: 170px;
    line-height: 18px;
    font-size: 12px;
    display: inline-block;
    min-width: 72px;
    padding: 5px 0 5px 8px;
}

.gm-style-iw .radars iron-icon{
    width: 18px;
    height: 18px;
}

/*Paneles informativos*/
.gm-style-iw .panels .title{
	display: block;
	text-align: center;
	padding: 10px 5px;
	font-weight: bold;
}

.gm-style-iw .panels .content{
	display: block;
	text-align: center;
	padding: 20px;
	background-color: #000;
	color: #ffff00;
	font-weight: bold;
	line-height: 22px;
}

.gm-style-iw .camera {
}

.gm-style-iw .camera-link {
    display: block;
    padding-top: 10px;
    padding-bottom: 4px;
}

.gm-style-iw .poirouting-gastation{
    min-width: 160px;
}

.gm-style-iw .poirouting-gastation .title{
    font-weight: bold;
    position: relative;
    padding: 8px 0;
}

.gm-style-iw .poirouting-gastation .logo{
    position: absolute;
    top: 10px;
    right: 10px;
}

.gm-style-iw .poirouting-gastation .content{
    line-height: 16px;
}

.gm-style-iw .poirouting-gastation .row {
    line-height: 22px;
    padding-bottom: 4px;
}

.gm-style-iw .poirouting-gastation iron-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.gm-style-iw .poirouting-gastation .font{
    text-align: center;
    font-size: 11px;
    margin-top: 10px;
}


cercalia-meteo-popup.meteoPopup {
	position: absolute;
	left: 10px;
	bottom: 10px;
	display: none;
    z-index: 10;
}

abertis-navbar {
	position: absolute;
	top: 10px;
	left: 10px;
    z-index: 5;
}

cercalia-traffic-dialog.trafficDialog {
	position: absolute;
    bottom: 80px;
    right: 65px;
}

cercalia-gasstation-popup.gasStationPopup,
cercalia-electriccharger-popup.electricChargerPopup {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

cercalia-infomap.infoMap {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

cercalia-logistics-dialog.logisticsDialog {
	position: absolute;
    bottom: 80px;
    right: 65px;
	z-index: 5;
    z-index: 10;
}

.dialogPois {
	position: absolute;
    bottom: 80px;
    right: 65px;
}

.poiPopup{
	font-family: 'Roboto', 'Noto', sans-serif;
    color: #25333d;
    min-height: 40px;
    display: table;
}

.poiPopup .contentIcon iron-icon{
	color: #F5831A;
	width: 20px;
	height: 20px;
}

.poiPopup .contentIcon{
	display: table-cell;
    width: 24px;
    text-align: center;
    padding: 8px 4px 0 4px;
    background: #eee;
}

.poiPopup .contentText{
	-webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    width: auto;
    max-width: 275px;
    display: table-cell;
    vertical-align: top;
    min-width: 72px;
}

.poiPopup .titlePopup{
    font-weight: 700;
    vertical-align: top;
    padding: 5px 5px 5px 10px;
    max-width: 260px;
}

.poiPopup .textPopup{
    padding: 0px 5px 5px 10px;
}

.poiPopup .textPopup h4{
    margin-top: 6px;
}

.poiPopup .actions{
    padding: 4px 0 4px 8px;
}

.poiPopup .actions iron-icon{
	cursor: pointer;
	color: #F5831A;
	width: 18px;
	height: 18px;
	margin-right: 12px;
}

.truckParkPopup .action{
	margin-left: 0px;
}

.truckParkPopup .container-img{
    margin-top: 6px;
}

.truckParkPopup .open24h{
    color: #a0a0a0;
    font-style: italic;
}

.gm-style-iw .weather-station .title{
    font-weight: bold;
    margin: 8px 0px 18px 2px;
    font-size: 12px;
    color: #25333d;
}

.gm-style-iw .weather-station table {
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    min-width: 50%;
    margin-bottom: 12px;
    border-collapse: collapse;
    border-spacing: 0;
}

.gm-style-iw .weather-station tr {
    line-height: 16px;
}

.gm-style-iw .weather-station table td{
    border: 1px solid #E7E7E7;
    padding: 5px 10px;
    color: #5d6770;
    font-weight: 100;
    font-size: 12px;
}

/*  */
.gm-style-iw .affectation{
	padding: 10px;
}

.gm-style-iw .affectation .title iron-icon{
	width: 18px;
	height: 18px;
	margin-right: 15px;
}

.gm-style-iw .affectation .title span{
	font-weight: bold;
	color: #25333d;
}

.gm-style-iw .affectation .subtitle{
    margin: 8px 0px;
}

.gm-style-iw .affectation p {
    max-width: 330px;
    margin: 8px 0 0px 0;
    line-height: 18px;
}

.gm-style-iw .affectation .lab{
    display: inline-block;
    padding-right: 10px;
    padding-right: 10px;
    line-height: 20px;
    width: 120px;
}

.gm-style-iw .affectation span {
    color: #666;
    font-: inline-block;
    font-style: italic;
    font-weight: bold;
}

.gm-style-iw .abertis-affectation .title {
    margin-top: 10px;
}

.gm-style-iw .abertis-affectation .title iron-icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    vertical-align: top;
}

.gm-style-iw .roadwayexit {
    padding: 5px;
}

.gm-style-iw .roadwayexit .title{
    font-weight: bold;
    display: block;
}

.gm-style-iw .roadwayexit .title span{
    display: inline-block;
}

.gm-style-iw .roadwayexit .title img {
    vertical-align: middle;
    margin-bottom: 2px;
    width: 20px;
    height: 20px;
}

.gm-style-iw .roadwayexit .exits{
    padding-top: 5px;
}
.gm-style-iw .roadwayexit .exits span{
    display: block;
    font-size: 12px;
    line-height: 20px;
}


.modal-print{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 14;
    background-color: #000;
    transition: opacity 1s;
}

.map-print {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    height: 80vh;
    top: 100px;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 15;
}

.mountainPortPopup{
    padding: 10px 5px;
}

.mountainPortPopup span{
    margin-top: 8px;
}

.service-area-popup {
    width: 220px;
    overflow: hidden;
}

.service-area-popup span.title{
    font-weight: bold;
    display: block;
    line-height: 24px;
}

.service-area-popup span.subtitle{
    display: block;
    line-height: 24px;
    margin-bottom: 10px;
}

.service-area-popup img {
    margin-right: 5px;
    margin-top: 5px;
}

.service-area-popup div.sep{
    display: block;
    height: 1px;
    background-color: #ccc;
    margin: 5px 0;
}

.service-area-popup div.schedule, .service-area-popup div.gasstation {
    position: relative;
}

.service-area-popup .left-icon{
    position: absolute;
    top: 12px;
    left: 5px;
    width: 30px;
}

.service-area-popup .left-icon img{
    width: 26px;
    height: 26px;
}

.service-area-popup .row{
    display: block;
    padding-left: 50px;
    overflow: hidden;
}

.service-area-popup .row span{
    display: inline-block;
    width: 55px;
    height: 25px;
    vertical-align: top;
    margin-top: 8px;
}

.service-area-popup .row img{
    display: inline-block;
}

cercalia-widget-routingreport.report-instructions{
    display: inline !important;
}

.bottomBtnControl.roadinfo iron-icon,{color:#F5831A;}
.bottomBtnControl.roadinfo .underline{background-color:#F5831A !important;}
.bottomBtnControl.interest iron-icon{color:#9E27B3;}
.bottomBtnControl.interest .underline{background-color:#9E27B3 !important;}
.bottomBtnControl.service iron-icon{color:#3F8DC3;}
.bottomBtnControl.service .underline{background-color:#3F8DC3 !important;}
.bottomBtnControl.leisure iron-icon{color:#00B0A5;}
.bottomBtnControl.leisure .underline{background-color:#00B0A5 !important;}


@media (max-width: 480px) {
    #controlBar {
        top: 64px;
        left: initial;
        right: 5px;
    }

    cercalia-layerswitcher.layerswitcher {
        top: 346px;
        right: 5px;
    }

    .gm-style-iw .panels .content{
        max-width: 200px;
    }

    abertis-travelgroup-overlay.mobile {
        position: fixed !important;
        top: 10px !important;
        left: 0px !important;
        width: 100% !important;
        background-color: #fff;
        z-index: 999;
    }

    .service-area-popup {
        width: 190px;
    }

    .service-area-popup .row {
        padding-left: 42px;
    }

    .service-area-popup .left-icon img {
        width: 22px;
        height: 22px;
    }

    .service-area-popup .row span {
        font-size: 11px;
        width: 48px;
    }

    .service-area-popup .row img {
        display: inline-block;
        width: 18px;
        height: 18px;
    }

    .service-area-popup .row span {
        width: 48px;
        height: 22px;
        margin-top: 8px;
        font-size: 11px;
    }

    .service-area-popup span.subtitle{
        line-height: 18px;
        margin-bottom: 5px;
    }

    .service-area-popup div.sep {
        margin: 3px 0;
    }

}


@media (max-width: 960px) {
    cercalia-layerswitcher.layerswitcher {
        top: 292px;
        right: 10px;
    }
}


@media print {
    body{
        -webkit-print-color-adjust:exact;
        print-color-adjust:exact;
        margin:0;
        padding:0;
        margin: 0 auto;
    }

    #printBtn, #closeBtn, #close-btn-x{
        display: none;
    }

    #mapPrintDiv{
        width:190mm;
        margin: 0 auto;
        height: auto;
    }

    .map-print{
        top: 0;
        overflow: hidden;
    }

    .modal-print{
        background: #fff;
        opacity: 1
    }

}
