.bar .title
{
    color: #ff6a00;
    font-weight: 700;
}

#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;
    }

.greenBack
{
    background-color: green;
}

.redBack
{
    background-color: red;
    font-weight:bold;
    color: yellow;
}

.yellowBack 
{
    background-color: yellow;
    color: blue;
    font-weight: bold;
}

.blueBack
{
    background-color: blue;
}

.fontBold
{
    font-weight: 600;
}

.greenText
{
    color: green;
}

.redText
{
    color: red;
}

.inputText
{
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.big
{
    font-size: 2rem;
    color: black;
}

th, td
{
    width: 100rem!important;
    text-align: center;
    font-size: 1.8rem;
    /*border:solid;*/
    /*border-color:lightgray;*/
}

th
{
    font-weight: 600;
    color: black;
    padding-bottom: 1rem;
}

.scelte > tr td p[id*="S"]
{
    color: green;
}

.scelte > tr td p[id*="R"]
{
    color: red;
}

.badge
{
    display: normal!important;
    background-color: lightgray;
    font-size: 1.8rem;
    width: 6rem;
    height: 4rem;
    padding: 1rem;
}

.menuTab {
    position:relative;
}

#storicoTable
{
    border: inset;
    border-radius: 3rem;
}

    #storicoTable tbody tr td
    {
        border-bottom: inset;
        font-size: 1.5rem;
    }

.testoSX
{
    text-align: left;
}

.testoDX {
    text-align: right;
}

.uscita
{
    margin: 2rem auto;
    padding: 1rem;
    text-align: center;
}
/*.btn_esci {
    width: 10rem;
}*/
.btnTable
{
    width: 100rem;
    text-align: center;
}

#noteimg
{
    _display: none;
    border: 1px solid #CCC;
}

#msg
{
    _display: none;
}

.gestione
{
    /*padding: 1rem;*/
    margin: auto 0;
}

.status
{
    position: absolute;
    top: 10rem;
    text-align: center;
    background-color: yellow;
    display: block;
}

.slider
{
    background-color: white!important;
    border: solid 1px;
}
table{
    border-color: black;
}

p, input
{
    font-size: 14px;
}

.tabSpecial {
    width: 100%;
}

.tabSpecial tr td {
    width: 33.33%!important;
}

.rowBG {
    background-color: #abd7a0;
    text-align: center;
    color: black;
    font-size: 12px;
}


h3
{
    color: white;
    font-weight: 200;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px;
    text-align: center;
    border-radius: 3px;
}

.titleVariazioni
{
    width: 80%;
    margin: 0 auto;
}

#controlCode
{
    border: groove;
}

#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 img
    {
        width: 30px;
        height: 30px;
    }

.table-view-cell
{
    padding: 1rem;
}

    .table-view-cell .titolo
    {
        font-weight: 700;
        font-size: 1.2em;
    }

    .table-view-cell .datains
    {
        float: right;
        text-align: right;
    }

    .table-view-cell .mappa
    {
        float: left;
        /*display:block;*/
        background-color: darkcyan;
        padding: 1rem;
        margin: 1rem;
        /*padding-left: 2rem;*/
        /*width: 50%;
    height: 100%;*/
        text-align: center;
        border: solid 1px;
    }

    .table-view-cell .agenda
    {
        float: left;
        /*width: 20%;*/
        background-color: lightcyan;
        padding: 1rem;
        margin: 1rem;
        /*height: 100%;*/
        text-align: center;
        border: solid 1px;
    }

    .table-view-cell .showMap
    {
        position: relative;
        top: 0px;
        height: 50rem;
        text-align: center;
        border: solid 1px;
        z-index: 0;
    }

    .table-view-cell .closeMap
    {
        /*position: absolute;*/
        top: 2rem;
        right: 2rem;
        width: 4rem;
        height: 4rem;
        text-align: center;
        border: solid 2px;
        background-color: yellow;
        display: block;
        z-index: 10;
    }

.showMap {
    position: relative;
    top: 0px;
    height: 50rem;
    text-align: center;
    border: solid 1px;
    z-index: 0;
}

#home
{
    height: 100%;
    /*background: url(img/image.png) no-repeat 0 0;*/
    background-color:white;
}

.pulsanti, .table-view-cell .media-body
{
    float: left;
    width: 100%;
}
