
#map {height: 100%;}
.controls {margin-top: 10px;border: 1px solid transparent;border-radius: 2px 0 0 2px;box-sizing: border-box;-moz-box-sizing: border-box;height: 32px;outline: none;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);}
#pac-input {background-color: #fff;font-family: Roboto;font-size: 15px;font-weight: 300;margin-left: 12px;padding: 0 11px 0 13px;text-overflow: ellipsis;width: 50%;}
#pac-input:focus {border-color: #4d90fe;}
.pac-container {font-family: Roboto;}
#type-selector {color: #fff;background-color: #4d90fe;padding: 5px 11px 0px 11px;}
#type-selector label {font-family: Roboto;font-size: 13px;font-weight: 300;}

.cisuite_google_map{
    display:none;
    width: 100%;
    min-height: 450px;
    height: 450px;
    position:relative;
}

.cisuite_google_map #map{
    width:100%;
}

.cisuite_google_map .update-map-value{
    width: 174px;
    border-left: 1px solid #ccc;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    float: right;
    margin-top: 10px;
}

.cisuite-asset-map input.form-control{
    width: calc(100% - 42px);
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.cisuite-asset-map button.toggle-map{
    width: 42px;
    height: 42px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.cisuite-asset-map button.toggle-map i{
    font-size:30px;
    left:-4px;
    top:-1px;
    position:relative;
}

.cisuite-asset-map .close-map{
    width: 45px;
    margin-left: 20px;
    border-left: 1px solid #ccc;
    border-bottom-left-radius: 4px;
    border-right: 0;
    border-top: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    top: 5px;
    right: 0;
    float: right;
    margin-top: 10px;
    position:absolute;
}

@media(max-width:1024px){
    .cisuite-asset-map .close-map{
        position:relative;
        width:42px;
        top:auto;
        right:auto;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
}