/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28-lug-2016, 1.20.58
    Author     : Emilie
*/

hr.fatturazione {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 0px;
    border-top: 3px solid #ccc;
}

hr.visualizzafattura {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0px;
    border-top: 3px solid #ccc;
}

.img-ridotta20 {
    display: block;
    max-width: 20%;
    height: auto;
}

.text-grigio {
    color: #EEE;
}

.icone-unite .inlinea {
    display: inline;
}

a.disattivato {
    pointer-events: none;
    cursor: default;
}

td.riempi {
    width: auto;
    border: 1px solid #eee;
}

td.min1 {
    width: 1%;
    white-space: nowrap;
}

td.min2 {
    width: 2%;
    white-space: nowrap;
}

td.min5 {
    width: 5%;
    white-space: nowrap;
}

td.min10 {
    width: 10%;
    white-space: nowrap;
}

td.min20 {
    width: 20%;
    white-space: nowrap;
}

td.min30 {
    width: 30%;
    white-space: nowrap;
}

td.min50 {
    width: 50%;
    white-space: nowrap;
}

.label-arrow {
    position: relative;
    padding: .4em .6em .3em;
}

.label-arrow-right {
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    margin-right:10px;
}

.label-arrow-right:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-left-color:#999;
    border-width: 10px;
    margin-top: -10px;

}

.label-arrow-left {
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    margin-left:10px;
}

.label-arrow-left:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-right-color:#999;
    border-width: 10px;
    margin-top: -10px;

}

.label-primary.label-arrow:after {
    border-left-color:#428bca;
}
.label-primary.label-arrow:before {
    border-right-color:#428bca;
}

.label-success.label-arrow:after {
    border-left-color:#5cb85c;
}
.label-success.label-arrow:before {
    border-right-color:#5cb85c;
}

.label-warning.label-arrow:after {
    border-left-color:#f0ad4e;
}
.label-warning.label-arrow:before {
    border-right-color:#f0ad4e;
}

.label-danger.label-arrow:after {
    border-left-color:#d9534f;
}
.label-danger.label-arrow:before {
    border-right-color:#d9534f;
}

.label-info.label-arrow:after {
    border-left-color:#5bc0de;
}
.label-info.label-arrow:before {
    border-right-color:#5bc0de;
}

.sullalinea{
    display:block;
}

hr.conteggi {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 10px;
    border-top: 3px solid #15141A;
}

.rounded {
    border-radius: 10px;
}

.p2 {
    padding: 2px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}