.axis path,.axis line {
    fill:none;
    shape-rendering:crispEdges;
    stroke:#000;
}

.line {
    fill:none;
    stroke:#4682B4;
    stroke-width:1.5px;
}

input,textarea,select,.uneditable-input {
    height:28px;
}

.heatmap-button {
    display:inline-block!important;
    height:28px!important;
}

.form-horizontal .control-label {
    width:280px;
}

.dataTable {
    clear:both;
    importanttable-layout:fixed;
    margin:0 auto;
    width:100%;
    word-wrap:break-word;
}

.ui-autocomplete {
    -moz-background-clip:padding;
    -moz-border-radius:5px;
    -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip:padding-box;
    -webkit-border-radius:5px;
    -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
    _width:160px;
    background-clip:padding-box;
    background-color:#fff;
    border-color:rgba(0,0,0,0.2);
    border-radius:5px;
    border-style:solid;
    border-width:1px 2px 2px 1px;
    box-shadow:0 5px 10px rgba(0,0,0,0.2);
    clear:both;
    color:#555;
    display:none;
    float:left;
    font-weight:400;
    left:0;
    line-height:18px;
    list-style:none;
    margin:2px 0 0;
    min-width:160px;
    padding:3px 15px;
    position:absolute;
    top:100%;
    ui-menu-itemaui-corner-alldisplay:block;
    white-space:nowrap;
    z-index:1000;
}

.ui-autocomplete > .ui-menu-item > .ui-state-hover {
    -moz-border-radius:0;
    -webkit-border-radius:0;
    background-color:#08c;
    background-image:none;
    border-radius:0;
    color:#fff;
    text-decoration:none;
}

.modal {
    left:45%;
    margin:0;
    top:25%;
    width:auto;
}

.modal-body {
    padding:0;
}

.modal.modal-wide .modal-dialog {
    width:90%;
}

.modal-wide .modal-body {
    overflow-y:auto;
}

.btn-group.btn {
    border:0;
    padding:0;
}

.btn-group.btn > .btn {
    border-radius:0;
}

.btn-group.btn > .dropdown-menu {
    text-align:left;
}

.btn-group.btn:first-child > .btn {
    -moz-border-radius:4px 0 0 4px;
    -webkit-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px;
}

.btn-group.btn:last-child > .btn {
    -moz-border-radius:0 4px 4px 0;
    -webkit-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0;
}

.height0 {
    height:0;
}

.x.axis path,.hide {
    display:none;
}

#line-chart,#line-chart-legend {
    bottom:0;
    position:fixed;
    text-align:left;
}
