.bar .title {
    color: #FFF;
    font-weight: 700;
    margin-top: 0px;
    font-size: 1.4em
}

#pages>div {
    display: none;
}

#pages>div.current {
    display: block;
}

.pulsanti .fotocamera,
.pulsanti .coordinate {
    height: 50px;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.pulsanti .fotocamera .glyphicon-camera {
    font-size: 50px;
}

.pulsanti .coordinate .glyphicon-map-marker {
    font-size: 18px;
}

#noteimg {
    _display: none;
    border: 1px solid #CCC;
}

#msg {
    _display: none;
}

.gestione {
    padding-top: 5px;
}

.indietro {
    padding-right: 50%;
    padding-top: 10px;
    float: left;
}

#toast {
    width: 100%;
    position: absolute;
    bottom: 20%;
    display: none;
    margin: 0 auto;
}

#toast .msg {
    text-align: center;
    background-color: #818181;
    width: 70%;
    margin: 0 auto;
}

#toast .msg p {
    color: #FFF;
    font-size: .85em;
    padding: 10px;
}

.table-view {
    position: relative;
}

.table-view-cell .titolo {
    font-weight: 700;
    font-size: 1.2em;
}

.table-view-cell .datains {
    float: right;
    text-align: right;
}

.table-view-cell .upload {
    float: left;
    padding-top: 10px;
    width: 20%;
    text-align: center;
    _height: 100%;
}

.table-view-cell .upload p {
    font-size: .7em;
    margin-bottom: 3px;
}

.table-view-cell .operazioni {
    float: left;
    width: 20%;
    padding-top: 10px;
    _height: 100%;
    text-align: center;
}

.table-view-cell .status {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.home {
    height: 100%;
    background: url(img/image.png) no-repeat 0 0;
}

#mappa {
    height: 120px;
    border: 1px solid #ccc;
    text-align: center;
}

.pulsanti,
.table-view-cell .media-body {
    float: left;
    width: 95%;
}