@CHARSET "ISO-8859-1";

.width40 {
    width: 40px !important;
}

.width60 {
    width: 60px !important;
}

.width80 {
    width: 80px !important;
}


.width120 {
    width: 120px !important;
}

.fragment {
    position: absolute;
    right:22px;
    top: 120px;
    width: 500px;
    font-size: 12px;
    font-family: tahoma;
    border: 1px solid #ccc;
    background-color:#FFE479;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    text-decoration: none;
}

.fragment:hover {
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);

}

.fragment img { 
    float: left;
    margin-right: 10px;
}


.fragment h3 {
    padding: 0;
    margin: 0;
    color: #369;
}
.fragment h4 {
    padding: 0;
    margin: 0;
    color: #000;
}
#close_error {
    float:right;
    display:inline-block;
    padding:2px 5px;
    background:#ccc;
}

#close_error:hover {
        float:right;
        display:inline-block;
        padding:2px 5px;
        background:#ccc;
        cursor:pointer;
    color:#fff;
 }
 
 .list-step {
 	margin-bottom: 0px;
 }
 
 .box-firmatari
{
  border: 1px solid green;
  position:absolute;
  color: white;
  top: 19px;
  left: 30px;
  background-color: black;
}