
.ds_icograndi{
    cursor:pointer;
    margin:0 30px 0 0;
}

.statusmoddoc{
    display: none;
    position: absolute;
    top: 70px;
    font-size:11px;
    padding:5px 5px 0 5px;
    background: #ffffff;
    border:1px solid #aaaaaa;
    width: 300px;
    
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.30);
}.statusmoddoc hr{
    /*height: 1px;
    border: 1px solid #cccccc;*/
}.st_row{
    display: block;
    width: 280px;
    padding:3px;
    border-left:5px solid #FF9900;
    margin:0 0 5px 0;
    cursor:default;
}.st_row_nome{
    
}.st_row_stat{
    color:#777777;
    font-style: italic;
}.st_row_cnt{
    color:#777777;
}.st_row_close{
    position: absolute;
    right: 0;
    margin:5px 10px 0 0;
    cursor: pointer;
}

.index_barmoddoc_notif_cnt{
    position: absolute;
    color:#ffffff;
    font-size:10px;
    text-align: center;
    font-weight: bold;
    background-color: red;
    border-radius:10px;
    width:10px;
    padding: 0 2px 0 2px;
    margin: 10px 0 0 0;
}


.circle_error_notif_cnt{
    //position: absolute;
    color:#ffffff;
    font-size:10px;
    text-align: center;
    font-weight: bold;
    background-color: red;
    border-radius:3px;
    width:10px;
    padding: 0 0px 0 0px;
    margin: 0px 0 0 0;
}
.circle_warning_notif_cnt{
    //position: absolute;
    color:#ffffff;
    font-size:10px;
    text-align: center;
    font-weight: bold;
    background-color: #FFC300;
    border-radius:3px;
    width:10px;
    padding: 0 0px 0 0px;
    margin: 0px 0 0 0;
}
.circle_success_notif_cnt{
    //position: absolute;
    color:#ffffff;
    font-size:10px;
    text-align: center;
    font-weight: bold;
    background-color: green;
    border-radius:3px;
    width:10px;
    padding: 0 0px 0 0px;
    margin: 0px 0 0 0;
}
.in-line
{
    display: inline-block; /*Display inline and maintain block characteristics.*/
}

.badge
{
   padding: 6px 2px 6px 2px; 
   height:16px;
   border-radius:3px; 
   color:#ffffff; 
   display: inline-block;
   margin: 10px 0 0 0;
}

.badge-success
{
   background-color: green; 
}
