div#mapa {
    position:fixed;
    top:35px;
    left:0px;
    height:100%;
    width:100%;
    margin-bottom:-35px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

div.standalone-map-header {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height: 35px;
    background-color:#fff;
    border-bottom: 1px solid #bbb !important;
    padding:0px
}

div.search-map-sub-header {
    display: block;
    min-height: 54px;
    max-height: 95px;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    position: fixed;
    margin-top: 35px;
    border-bottom: 1px solid #bbb;
    padding-left: 12px;
    padding-right: 12px;
}

div.standalone-map-header>div.pull-left {
    margin-top: 6px; 
    margin-left:12px;
}

.search-map-canvas {
    width: 70% !important;
    height:100%
}

div#mapaListing {
    width: 30%;
    border: 1px solid #EAEAEA;
    background: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    display: inline-block;
    vertical-align: top;    
    border-top: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

div#mapaListing>div#asset-list, div#mapaListing>div#item-list {
    width: 100%; 
    height: 100%;
    border: none; 
    overflow-x: hidden; 
    overflow-y: auto;
    background-color: #f8f8f8;
    margin-top: 0px;
    margin-bottom: 0px;
}

div#mapaListing>.asset-list-overlay,div#mapaListing>.item-list-overlay {
    position: fixed;
    width: inherit;
    width: 30%;
    z-index: 50;
    text-align: center;
    height: inherit;
    background-color: rgba(255,255,255,0.6);
    padding-top: 120px;
    cursor: default;
    font-size: 48px;
}

div#asset-list>div,div#item-list>div {
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 3px;
    min-height: 78px;
}

div#asset-list>div>div, div#item-list>div>div {
    max-height: 33vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

div#asset-list>div>a, div#item-list>div>a {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 68px;
}

div#asset-list>div>img, div#item-list>div>img {
    width: 120px;
    height: 68px;
    border: none;
    background-color: #fff;
    background-image: url(../images/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 35vw;
}

div#mapaListing>.asset-list-overlay>span, div#mapaListing>.item-list-overlay>span {
    font-size: 72px;
    color: #888;    
}

div#asset-list>div>div.right, div#item-list>div>div.right {
    display: block;
    vertical-align: top;
    width: 100%;
    padding-left: 130px;
    margin-top: -68px;
}

div#asset-list>div>div.right>h5, div#item-list>div>div.right>h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

div#asset-list>div>div.right>p, div#item-list>div>div.right>p {
    margin: 2px 0px;
}

/*
div#mapaListing>div#notifyInfo {
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 10px;
}*/

div#mapa>div#map-canvas {
    display: inline-block;
    vertical-align: top;
}

div#mapa>div#map-canvas.disabled div.nearby-marker {
    display: none !important;
}

.map-control-button {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px !important;
    line-height: 20px !important;
    height: auto !important;
    padding-bottom: 4px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 4px !important;
    color: rgb(51, 51, 51) !important;
}

.map-control>div {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px; 
}

div.primary-marker {
    background-color: transparent;
    background-image: url('../images/marker-64red.png');
    opacity: 0.8;
    padding: 0px;
    margin: 0px;
    width: 64px;
    height: 87px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

div.primary-marker:hover {
    opacity: 1;
    margin-top: -12px;
}

.main-marker {
    background-color: transparent;
    background-image: url('../images/marker-64red.png');
    opacity: 0.8;
    padding: 0px;
    margin: 0px;
    width: 64px;
    height: 87px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

div.primary-marker-circle {
    background-color: transparent;
    background-image: url('../images/marker-centre.png');
    background-size: 100%;
    opacity: 0.7;
    padding: 0px;
    margin: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}


.cluster {
    opacity: 0.75;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;        
}

.cluster:hover {
    opacity: 1;
}

div.nearby-marker {
    background-color: transparent;
    background-image: url('../images/marker-32.png');
    background-size: 32px 43px;
    opacity: 0.6;
    padding: 0px;
    margin: 0px;
    width: 32px;
    height: 43px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    z-index: 130 !important;
    background-size: cover !important;
}

div.nearby-marker-title {
    text-align: center;
    width: 96px;
    overflow: hidden;
    margin-top: -5px;
    margin-left: -32px;
    position: absolute;
}

div.nearby-marker-title>div {
    background-color: rgba(255, 255, 255, 0.6);
    background-size: contain;    
    text-align: center;
    padding: 3px 3px 2px 3px;
    margin-top: 0px;
    border: 1px solid rgba(120,120,120,0.2);
    display: inline-block;
    margin-left: auto;
    margin-right: auto;   
}

div.nearby-marker.disabled {
    cursor: default !important;
}

div.nearby-marker:not(.disabled):hover {
    opacity: 1;
    margin-top: -12px;
    margin-bottom: 12px;
    background-size: contain;
}

div.nearby-marker.selected {
    background-image: url('../images/marker-64red.png');
    opacity: 1;
    padding: 0px;
    margin: 0px;
    width: 32px;
    height: 43px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-top: -12px;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

div.map-info-box {
    padding: 8px 8px;
    padding-bottom: 6px;
    background-color: rgba(255, 255, 255, 1);
    
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 6px 0px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 6px 0px;
    
    border-radius: 5px !important;
    border: 1px solid #bbb;
    width: 360px;
    margin-bottom: 70px;
/*    margin-bottom:245px !important;*/

    margin-left: -180px;
    max-width:100%;
    
    z-index: 350;
}

div.map-info-box>img {
    position: absolute !important;
    margin-top: 0px !important;
    right: 6px;
}

div.map-info-box h5 {
    margin-bottom: 8px;
} 

div.map-info-box p {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.map-loading-spinner {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -150px;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 8px !important;    
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;    
}

div.counter-control {
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 10pt;
    background-color: rgba(255,255,255,1);
    padding: 7px 12px 6px 12px;
    border-radius: 4px !important;
    border: 1px solid #bbb;
    width: 320px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 6px 0px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 6px 0px;
    min-height: 32px;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;     
}

div.counter-control.warning {
    background-color: rgb(200,0,0);
    color: #fff;
    border-color: rgb(200,0,0);
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;    
}

div.drawing-control>div {
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-right: 6px;
    font-size: 10pt;
    background-color:transparent;
    border-radius: 4px !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 6px 0px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 6px 0px;
}

div.drawing-control>div>span {
    border: none;
    border-radius: 4px !important;
    padding: 7px 14px 7px 14px;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    border: 1px solid #bbb;
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 6px 0px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 6px 0px;    
}

div.drawing-control>div>button {
    border: none;
    border-radius:4px !important;
    padding: 7px 14px 5px 14px;
}

div.drawing-control>div>button:disabled, div.drawing-control>div>button[disabled=disabled] {
    opacity: 0.3;
}

div.drawing-control div.drawing-control-message {
    margin-top: 4px;
}

div.map-drawing-overlay {
    background-color: rgba(255, 0, 0, 0.2);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    z-index: 5;    
}

div.map-info-box>div {
    max-height: 33vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

div.map-info-box>div>a {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 68px;
}

div.map-info-box>div>div>a>img {
    width: 120px;
    height: 68px;
    border: none;
    background-color: #fff;
    background-image: url(../images/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 35vw;
}

div.map-info-box>div>div>div.right {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    padding-left: 10px;
    max-width: 51vw;
}

div.map-info-box .tip {
    position: absolute;
    left: 50%; 
    height: 0px; 
    width: 0px; 
    border-color: #bbb transparent transparent; 
    border-style: solid; 
    border-top-width: 14px; 
    border-left-width: 14px; 
    border-right-width: 14px; 
    margin-left: -14px;
    margin-top: 6px;
}

div.map-info-box .top-tip {
    position: absolute;
    left: 50%; 
    height: 0px; 
    width: 0px; 
    border-color: transparent transparent #bbb; 
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 14px; 
    border-left-width: 14px; 
    border-right-width: 14px; 
    margin-left: -14px;
    margin-top: -22px;
    //visibility: hidden;
}

div#heatmap-control {
    margin-bottom: 18px;
    background-color: rgba(255,255,255,0.5);
    padding: 2px 4px;
    width: 50%;
    min-width: 320px;
}

div.infobox-asset-entry img, div.infobox-item-entry img {
    padding-bottom: 5px;
}



.dropdown-menu {
    max-height: 50vh; 
    overflow-x: auto;
}

#location-search-input-group .select2-container.form-control {
    width: 400px !important;
}

#location-search-input-group .select2-choice.select2-default {
    height: 36px;
    color: #767f88;
    background-color: #fff;
    font: 14px 'Open Sans Light', sans-serif;
    line-height: 36px;
    padding-top: 0px;
    border-color: rgb(0, 174, 239);
    padding-left: 10px;
    margin-left: 0px;
}

#location-search-input-group .select2-container.form-control.select2-allowclear {
    padding-left: 0px;
    height: 36px;
}

#location-search-input-group a.select2-choice {
    height: 36px;
    border: 1px solid rgb(0, 174, 239);
    padding-top: 4px;
}

#location-search-input-group .select2-container.select2-choice abbr {
    right: 10px;
}

#location-search-input-group .select2-arrow {
    display: none;
}
#location-search-input-group .select2-chosen {
    margin-right: 10px;
}

#location-search-input-group .select2-search-choice-close {
    margin-top: 2px;
    right: 10px;
}

div.search-map-asset-block, div.search-map-item-block,
div.search-map-asset-block *, div.search-map-item-block * {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

div.search-map-asset-block.selected,div.search-map-item-block.details-box-opened {
    background-color: #ffd !important;
}

div.search-map-asset-block:hover, div.search-map-asset-block *:hover,
div.search-map-item-block:hover, div.search-map-item-block *:hover {
    background-color: #ffd !important;
}

/*div.search-map-asset-block:hover h5, div#asset-list>div>img,
div.search-map-item-block:hover h5, div#item-list>div>img{
    color: #00aeef !important;
}*/


/* MAP ASSET DETAILS BOX */

div.map-asset-details, div.map-item-details {
    position: relative;
    width: 400px;
    background-color: red;
    left: 45%;
    top: -100%;
    z-index: 200;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 40px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 7px 10px;
    padding-bottom: 12px;
    border-radius: 4px !important;
    border: 1px solid #bbb;
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 6px 0px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 6px 0px;
    overflow-x: auto;
}

div.map-asset-details>div, div.map-item-details>div {
    box-sizing: inherit;
    margin: 0px;
    padding: 0px;
}

div.map-asset-details>div.complete, div.map-item-details>div.complete {
    position: relative;
    left: 0px;
    top: 0px;
    opacity: 0;
}

div.map-asset-details>div>h4, div.map-item-details>div>h4 {
    margin-top: 5px;
    margin-bottom: 13px;
    font-size: 18px;
}

div.map-asset-details>div>img, div.map-item-details>div>img {
    width: 55%; 
    display: inline-block;
    vertical-align: top;
    height: 156px;
}

div.map-asset-details>div>.loading-image, div.map-item-details>div>.loading-image {
    position: absolute;
    margin-left: 85px;
    margin-top: 68px;
    color: rgba(255,255,255,0.5);
}

div.map-asset-details>div>.loading-image>span, div.map-item-details>div>.loading-image>span {
    font-size:36pt !important;
}

div.map-asset-details .important-details, div.map-item-details .important-details {
    margin-top: 0px;
    display: inline-block;
    width: 45%;
    padding-left: 10px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 10pt;    
}

div.map-asset-details p.asset-type, div.map-item-details p.item-type {
    margin: 0px 0px 5px 0px;
    font-size: 12pt;
    margin-top: 2px;
    text-align: left;
    text-transform: uppercase;
}

div.map-asset-details div.details, div.map-item-details div.details {
    margin-top: 12px;
    font-size: 10pt;
    font-family: 'PT Sans Narrow', sans-serif;
}

div.map-asset-details div.additional-details, div.map-item-details div.additional-details {
    text-transform: uppercase;
    font-size: 11pt;
    text-align: left;
}

div.map-asset-details .btn, div.map-item-details .btn {
    font-family: 'PT Sans Narrow', sans-serif;
    border: 1px solid #bbb;
    box-sizing: content-box; 
    height: 18px;
    width: 154px;
}

div.map-asset-details .btn.left, div.map-item-details .btn.left {
    margin-right:5px;
}

div.map-asset-details .btn.right, div.map-item-details .btn.right {
    margin-left: 5px;
}

div.map-asset-details .btn.blue, div.map-item-details .btn.blue {
    border: 1px solid #4b8df8;
}

div.map-asset-details .close-button, div.map-item-details .close-button {
    width: 14px;
    height: 13px;
    background-color: #ddd;
    display: inline-block;
    float: right;
    background-image: url('http://www.google.com/intl/en_us/mapfiles/close.gif');
    margin-right: -2px;
    cursor: pointer;
}

.mark-area {
    cursor: crosshair !important;
}

div.marker-infobox-content h5 {
    font-size: 9pt;
    font-weight: bold;
}