﻿/*body {*/
/*    padding-top: 50px;*/
/*    padding-bottom: 20px;*/
/*}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.back-button {
    font-size: 12px;
    box-shadow: 10px 10px 5px #888888;
}

.btn {
    border-radius: 50px;
    border-width: 2px;
    letter-spacing: 0;
    min-width: 200px;
    padding: 11px 39px;
    text-transform: none;
    font-size: 12px;
    box-shadow: 10px 10px 5px #888888;
}

.dettaglio-ricorrence {
    width: 220px;
    background-color: green;
    color: white
}

.dettaglio-attivita {
    width: 220px;
    background-color: darkred;
    color: white
}

.dettaglio-posizione {
    width: 220px;
    background-color: purple;
    color: white
}

.storico-prenotazioni {
    width: 220px;
    background-color: #57aef9;
    color: white
}

.fatture {
    width: 220px;
    background-color: #273d50;
    color: white
}