/*customize css*/
.detail .row{
    border-bottom: 1px solid #CCCCCC
}
.text-bg-red, .text-bg-red2, .text-bg-yellow, .text-bg-aquamarine, .text-bg-white, .text-bg-pink, .text-bg-green {
    color: #000;
    padding: 10px 5px;
    display: block
}
.panel-heading.text-bg-red, .panel-heading.text-bg-red2, .panel-heading.text-bg-yellow, .panel-heading.text-bg-aquamarine, .panel-heading.text-bg-white, .panel-heading.text-bg-pink, .panel-heading.text-bg-green {
    padding: 7px 10px;
}
.text-bg-red{
    background: red!important;
    color: #000;
}
.text-bg-red2{
    background: red!important;
    color: #FFF;
}
.text-bg-yellow{
    background: yellow!important;
}
.text-bg-aquamarine{
    background: aquamarine!important;
}
.text-bg-white{
    background: white!important;
}
.text-bg-pink{
    background: pink!important;
}
.text-bg-green{
    background: forestgreen!important;
}
.nav > li.import-db{
    display: none;
}
.nav > li.report{
    display: none;
}
.panel-clienti .panel-heading{
    border-bottom: 1px solid #CCCCCC;
}
.panel-clienti .panel-title{
    color:#999;
    padding-bottom: 5px
}
.esito1_res{
    padding: 10px
}
/*nascondo Agente Assegnato dal side panel*/
.record-container .panel-clienti .panel-body, .panel-clienti .panel-body{
    display: none
}
/*nascondo Team dal panel side in edit e editSmall*/
[data-name="teams"] {
  display: none
}