@import url(../app/vendor/cesium/Cesium/Widgets/widgets.css);

.form-compact {
    /*font-size: 0.8em;*/
}

.form-compact .form-control {
    /*padding: 1px 2px;*/
    /*height: 24px;*/
    /*font-size:1em;*/
}

.form-compact label {
    /*margin-bottom: 1px;*/
}

.form-compact .form-group {
    margin-bottom: 6px;
}

.carItem{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cesiumWrapper{
    height: 500px;
    width: 100%;
}

