/*
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 : 31-gen-2017, 18.03.06
    Author     : Paolo
*/


.separa{
    margin-top: 5px;
    
    margin-bottom: 5px;
    width: 100%;
}

.new-scrolling-int, .new-scrolling-fot{    
    height : 30px;
    margin-right: 20px;   
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom: solid gray thin;
    
}
.new-scrolling-fot{ 
    height : 30px;
    margin-right: 20px;   
    padding-left: 10px;
    font-weight: bold;
    margin-top: 5px;
    border-top: solid gray thin;
}


.new-scrolling{
    height : 400px;
    display:block;
    overflow-y:auto;
    overflow-x:hidden;
    padding-left: 10px;
}

.row-scroll{
    margin-left: 1px!important;
    margin-right:1px!important;
}
.mod4{
    padding: 0px!important;
}

.alTxt-center{
    text-align: center;
}

.bottom-border{
    border-bottom: solid gray thin;
}

.transiti_all , .transiti_last td{
    font-size: 9px!important;
}

.tpl-scroll-select{
    overflow: scroll;
    max-height: 300px;
    overflow-x: hidden;
}

.content-wrapper{
    background-color: #fff;
    border: none!important;
}

.status_user{
    font-weight: bold;
    font-size: 14px;
    margin: 5px;
    padding: 5px;
}

/* SENZA SCADENZA */
.status_user_0{
    
}

/* IN SCADENZA OGGI */
.status_user_1{
    color: white;
    background-color: orangered;
}

/* IN CORSO */
.status_user_2{
    color: black;
    background-color: lightskyblue;
}

/* IN SCADENZA */
.status_user_3{ 
    color: black;
    background-color: lightgoldenrodyellow;
}

/* SCADUTI */
.status_user_4, .status_user_5{
    color: white;
    background-color: red;
}

.reminder_cond_0{
    
}
.reminder_cond_1{
    
    background-color: orangered!important;
}

.reminder_cond_2{
    color:black!important;
    background-color: lightskyblue!important;
}

.reminder_cond_3{
    color:black!important;
    background-color: lightgoldenrodyellow!important;
}

.reminder_cond_4, .reminder_cond_5{
    background-color: red!important;
}

.custom-cicle td{
    font-size: 12px!important;
}

.txt_a{
    font-size: 14px;
    font-weight: bold;
}
.txt_b{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-justify:auto; 
}

.btn {   
    border-radius: 0px;
}

