/*** VEHICLES LOCATION TEMPLATE ***/
.titles-container.vehicles-location {
    padding: 0px 7px;
}

@media (max-width: 601px) {
    .titles-container.vehicles-location {
        padding: 0px 23px;
    }
}

.titles-container {
    height: 41px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.location-sections:not(.expanded) .ellipsis-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.location-wrap {
    /*margin: 10px 10px 15px 10px;*/
}

/* Google Map Section */
.google-maps-section-1 {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-flow: column;
}
.google-maps-section-1 .save-button {
    width: 170px;
    margin-top: 5px;
}
.google-maps-section-1 .lifes-span {
    margin-top: 10px;
    margin-bottom: 5px;
}

/** SECTIONS */
.location-sections {
    overflow: hidden;
    /*transition: height .3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;*/
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/** Google Maps */
google-map {
    height: 560px;
    width: 100%;
    margin: 0px;
}

.google-maps-section-1 {
    height: 560px;
}

/* desktop-large */
@media all and (min-width: 1281px) and (max-width: 1600px) {
    google-map {
        height: 410px;
        width: 100%;
        margin: 0px;
    }

    .google-maps-section-1 {
        height: 410px;
    }
}

/* desktop-medium */
@media all and (min-width: 841px) and (max-width: 1280px) and (max-aspect-ratio: 4/3) {
    google-map {
        height: 310px;
        width: 100%;
        margin: 0px;
    }

    .google-maps-section-1 {
        height: 310px;
    }
}

/*@media (max-width: 601px) {
    google-map {
        height: calc(70.33% - 2px);
        width: 100%;
        margin: 0px;
    }

    .google-maps-section-1 {
        height: calc(70.33% - 2px);
    }
} */


.markerLabel_vehicle {
    color: black;
    font: bold 9px tahoma,arial,verdana,sans-serif;
    text-align: center;
    width: 80px;
    margin-top: 7px !important;
}

/** Search input */
.vehicle-search {
    position: relative;
    top: 1%;
    width: 90%;
    height: 40px;
    margin: 15px 0px 14px 17px;
    border: 1px solid rgba(0,0,0,.2);
    background: #e5e5e5;
    background: white;
    border-radius: 5px;
    /* z-index: 50;*/
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}

@media all and (min-width: 1281px) and (max-width: 1600px) {
    .vehicle-search {
        position: relative;
        top: 1%;
        width: 40%;
        height: 40px;
        margin: 15px 0px 14px 17px;
        border: 1px solid rgba(0,0,0,.2);
        background: #e5e5e5;
        background: white;
        border-radius: 5px;
        /* z-index: 50;*/
        box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    }
}

/* desktop-xlarge */
@media all and (min-width: 1601px) and (max-width: 1920px) {
    .vehicle-search {
        position: relative;
        top: 1%;
        width: 40%;
        height: 40px;
        margin: 15px 0px 14px 17px;
        border: 1px solid rgba(0,0,0,.2);
        background: #e5e5e5;
        background: white;
        border-radius: 5px;
        /* z-index: 50;*/
        box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    }
}

.vehicle-search input {
    display: inline-block;
}
.vehicle-search input.search-box {
    width: 90%;
    /* Firefox */
    width: -moz-calc(100% - 25px);
    /* WebKit */
    width: -webkit-calc(100% - 25px);
    /* Opera */
    width: -o-calc(100% - 25px);
    /* Standard */
    width: calc(100% - 25px);
    font-size: 20px;
    text-transform: uppercase;
    border: none;
    background: transparent;
    padding: 7px 0px 0px 30px;
}
.vehicle-search input.search-btn {
    font-family: Rssr;
    background: transparent;
    border: none;
    font-size: 20px;
    position: absolute;
    margin: auto;
    padding-top: 7px;
    padding-left: 10px;
}
.vehicle-search input.search-clear {
    font-family: Rssr;
    background: transparent;
    border: none;
    font-size: 20px;
    position: relative;
    margin: auto;
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 5px;
    opacity: 0;
}

/*********************/

/*** Marker Animations ***/
div.gmnoprint[title='marker1'] {
    border: 1pt solid #fff;
    -moz-border-radius:51px !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-box-shadow: 0 0 5px 5px #71be43;
    -webkit-box-shadow: 0 0 5px 5px #71be43;
    box-shadow: 0 0 5px 5px #71be43;
    height:51px !important;
    margin: -6px 0 0 -5px;
    width:51px !important;
    -moz-animation: pulsate .3s ease-in-out 1;
    -webkit-animation: pulsate .3s ease-in-out 1;
    animation: pulsate .3s ease-in-out 1;
}
div.gmnoprint[title='marker2'] {
    border: 1pt solid #fff;
    -moz-border-radius:51px !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-box-shadow: 0 0 5px 5px #cecc30;
    -webkit-box-shadow: 0 0 5px 5px #cecc30;
    box-shadow: 0 0 5px 5px #cecc30;
    height:51px !important;
    margin: -6px 0 0 -5px;
    width:51px !important;
    -moz-animation: pulsate .3s ease-in-out 1;
    -webkit-animation: pulsate .3s ease-in-out 1;
    animation: pulsate .3s ease-in-out 1;
}
div.gmnoprint[title='marker3'] {
    border: 1pt solid #fff;
    -moz-border-radius:51px !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-box-shadow: 0 0 5px 5px #e92e27;
    -webkit-box-shadow: 0 0 5px 5px #e92e27;
    box-shadow: 0 0 5px 5px #e92e27;
    height:51px !important;
    margin: -6px 0 0 -5px;
    width:51px !important;
    -moz-animation: pulsate .3s ease-in-out 1;
    -webkit-animation: pulsate .3s ease-in-out 1;
    animation: pulsate .3s ease-in-out 1;
}
.after-count-cluster{
    display: inline;
}
.after-count-cluster:after {
    content: ' Unidades';
}
#vehicle-location div.gmnoprint img {
    display: none;
}
@-moz-keyframes pulsate {
    from {
        -moz-transform: scale(0.25);
        opacity: 1.0;
    }
    95% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
    to {
        -moz-transform: scale(0.3);
        opacity: 0;
    }
}
@-webkit-keyframes pulsate {
    from {
        -webkit-transform: scale(0.25);
        opacity: 1.0;
    }
    95% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(0.3);
        opacity: 0;
    }
}
@keyframes pulsate {
    from {
        transform: scale(0.25);
        opacity: 1.0;
    }
    95% {
        transform: scale(1.3);
        opacity: 0;
    }
    to {
        transform: scale(0.3);
        opacity: 0;
    }
}
/*************************/

.detail-header {
    height: 144px;
    border: none;
    padding: 0px !important;
    background-color: #f2f2f2;
    z-index: 2000;
}
#detail-header {
    background-color: #f2f2f2;
    font-family: helveticaneue;
    position: relative;
    /*transition: max-height .5s ease-in-out;*/
}

.detail-interact .inter-div:first-child span {
    border: none;
}
.detail-interact {
    height: 58px;
}
.detail-interact span {
    width: 100%;
}
.detail-interact .interact-text {
    margin: 0;
    border: 0;
}
.detail-interact div.btn-div {
    width: 33.33%;
    white-space: nowrap;
    transition: width 0.2s;
    -webkit-transition:  width 0.2s;
    -moz-transition:  width 0.2s;
    position: relative;
    height: 100%;

    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
}
.detail-interact.expanded div.btn-div {
    width: 50%;
}
.header-meta {
    width: 100%;
    font-size: 10px;
    background-color: white;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.25);
    moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.25);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
}
.header-meta span {
    display: inline-block;
    text-align: center;
    border-left: 1px solid #D0D0D4;
    /*height: 100%;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #5c5c61;
    font-weight: 800;
}
.header-meta .stat-icon {
    height: 15px;
    width: 15px;
    background-size: 15px !important;
    position: relative;
    margin: auto;
}
.header-meta .stat-txt {
    font-size: 10px;
}
.report-icon {
    display: block;
    margin: auto;
    height: 22px;
}
.block-icon {
    height: 22px;
    display: block;
    margin: auto;
}
.detail-icon {
    height: 22px;
    display: block;
    margin: auto;
}