/*
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 : 14-dic-2021
    Author     : enzo
*/

/*
Classe per modificare lo stile del wizard
*/
.background-risk-1{
    padding: 5px;
    
    border-width: 1px !important;    
    border-style: solid !important;
    border-radius: 5px !important;
    
    color: #0F4800 !important;
    border-color: #0F4800 !important;    
}

.background-risk-1-hover:hover{
    color: white;
    background-color: #0F4800;
    border-radius: 5px;
}

.background-risk-2{
    padding: 5px;
    border-width: 1px !important;    
    border-style: solid !important;
    border-radius: 5px !important;
    
    color: #7CDE04 !important;
    border-color: #7CDE04 !important;
}

.background-risk-2-hover:hover{
    color: white;
    background-color: #7CDE04;
    border-radius: 5px;
}

.background-risk-3{
    padding: 5px;
    border-width: 1px !important;    
    border-style: solid !important;
    border-radius: 5px !important;
    
    color: #e3e700 !important;
    border-color: #e3e700 !important;
}

.background-risk-3-hover:hover{
    color: white;
    background-color: #e3e700;
    border-radius: 5px;
}

.background-risk-4{
    padding: 5px;
    border-width: 1px !important;    
    border-style: solid !important;
    border-radius: 5px !important;
    
    color: #FF9900 !important;
    border-color: #FF9900 !important;
}

.background-risk-4-hover:hover{
    color: white;
    background-color: #FF9900;
    border-radius: 5px;
}
.background-risk-5{
    padding: 5px;
    border-width: 1px !important;    
    border-style: solid !important;
    border-radius: 5px !important;
    
    color: #FF7100 !important;
    border-color: #FF7100 !important;
}

.background-risk-5-hover:hover{
    color: white;
    background-color: #FF7100;
    border-radius: 5px;
}

.background-risk-6{
    padding: 5px;
    border-width: 1px !important;    
    border-style: solid !important;
    border-radius: 5px !important;
    
    color: #FF0D00 !important;
    border-color: #FF0D00 !important;
}

.background-risk-6-hover:hover{
    color: white;
    background-color: #FF0D00;
    border-radius: 5px;
}

#badgeDeleteImage{
    left: 10px;
    top: 80px;
    height:20px;
    width:80px;
    border-radius: 0 0 90px 90px;
    -moz-border-radius: 0 0 90px 90px;
    -webkit-border-radius: 0 0 90px 90px;
    background:white;
    position: relative;
    text-align: center;
  }