td i {
    font-size: 13px;
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 4px;
}

#map_canvas {
    height: 500px;
}

.gllpMap,
.boxes #map_canvas {
    height: 250px;
    width: 100%;
}

.box #map_canvas {
    height: 150px;
}

.aurolex, .aurolex svg {
    position: absolute;
}
.aurolex svg {
    font: 10px "open sans";
    text-anchor: middle;
    font-weight: bold;
}
.aurolex circle {

}

svg.marker {
    width:80px; height:80px;
}

.margin-top-10 {
    margin-top: 10px;
}

.align-right {
    text-align: right;
}

.breadcrumbs {
    background-color: lightgrey !important;
}

body {
    background-image: url('/image/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.top,
.header,
.tag-box{
    background-color: white;
}

.copyright {
    background-color: black;
}

#chart {
    min-height: 200px;
    margin: 0px auto;
    text-align: center;
}

.c3 {
    padding-left: 0px;
    padding-right: 0px;
}

#graphcontainer {
    padding-left: 0px;
}