html, body, .fluid-container, .row, .col-md-9 {
    height: 100%;
    margin: 0;
    padding: 0;
}

.fenceOverlay {
    transform: translateX(-50%) translateY(-50%) !important;
}

#controls {
    padding-top: 15px;
    /*padding-left: 15px;*/
}

.angular-google-map-container {
    height: 100%;
}

.angular-google-map {
    height: 100%;
}

.focusField {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    /*-webkit-animation: glow 1.0s infinite alternate;*/
}

#user-container {
    margin-bottom: 10px;
}

.user-item {
    /*align-items: center;*/
    height: 48px;
}

.user-item > span {
    line-height: 48px;
    vertical-align: middle;
    text-align: center;
}

.user-item > button {
    /*float: right;*/
}

/*@-webkit-keyframes pulse {*/
    /*from { background-color: #749a02; -webkit-box-shadow: 0 0 9px #333; }*/
    /*50% { background-color: #91bd09; -webkit-box-shadow: 0 0 18px #91bd09; }*/
    /*to { background-color: #749a02; -webkit-box-shadow: 0 0 9px #333; }*/
/*}*/

/*@-webkit-keyframes glow {*/
    /*to {*/
        /*border-color: #69c800;*/
        /*-webkit-box-shadow: 0 0 5px #69c800;*/
        /*-moz-box-shadow: 0 0 5px #69c800;*/
        /*box-shadow: 0 0 5px #69c800;*/
    /*}*/
/*}*/