.pace .pace-progress {
    background: #00c0ef;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace-inactive, .hideitems {
    display: none;
}

.gps-icon-48 {
    width: 48px;
    height: 48px;
    position: absolute;
    background: url('../img/gps48.png') no-repeat;
}

.gps-icon-48.gps-on {
    background-position: -48px 0;
}

.gps-icon-48.gps-off {
    background-position: 0 0;
}

.ajaxLoad {
    background: url('../img/ajax-loader.gif') no-repeat center;
}

.table2dtop, .table2dleft {
    font-size: 0.8em;
}

td.table2dvalue {
    vertical-align: middle;
    text-align: center;
    font-size: 1.3em;
    padding: 2px !important;
}

td .percenttd {
    font-size: 0.6em;
    font-weight: bold;

}

ul li.user-result.danger,
ul li.user-result.danger a {
    color: #f56954;
}

.small-box h3,
ul li.user-result {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#googleMap {
    margin: 0 auto;
    min-width: 450px;
    width: 800px;
    position: relative;
    height: 450px;
    overflow: auto;
    /*position:center;*/
}

span.warning {
    color: #F56954;
}

.loading {
    background-color: red;
    height: 100px;
}

.ajaxlink {
    color: #3C8DBC;
    border-bottom: 1px #3C8DBC dashed;
    cursor: pointer;
}

ul li.user-result .user-name {
    font-size: 0.8em;
}

.image-wrapper-container img {
    max-width: 300px;

}

.image-wrapper-container {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.quota-info .number {
    font-size: 14px;
    font-weight: bold;
}

.quota-info {
    font-style: italic;
    font-size: 12px;
}
