

.not_displayed {
  display: none !important;
}

.sisif-show_and_hide_clickable {
  cursor: pointer;
}

.sisifus-clickable-white:hover {
   background-color: white !important;
   color: black !important;
}

/************************* ROW EFFECTS ****************/
.greyed_row {
  background-color: #DCDCDC;
  color: #bfc3c9;
}

    .greyed_row:hover {
      background-color: #BEBEBE;
      color: #DCDCDC;
    }

.redded_row {
  background-color: #fa8072 !important;

}

    .redded_row:hover {
      background-color: #e66c5e !important;;
      color: white;
    }

.yellowed_row {
      background-color: #ffffa1 !important;

}
    .yellowed_row:hover {
        background-color: #e0e077 !important;
        color: #ffffa1;
    }

.oranged_row {
      background-color: #ffe3a1 !important;

}
    .oranged_row:hover {
        background-color: #cfaf63 !important;
        color: #ffe3a1;
    }

.greened_row{
   background-color: #a7fc97 !important;

}
    .greened_row:hover{
        background-color: #83db72 !important;
        color: white;
    }



.marked_row{
   background-color: #fdfd96 !important;
   background: linear-gradient( #fdfd96, 75%, yellow );
   /* #ffff63 */

}
    .marked_row:hover{
        /* background-color: #fdfd96 !important; */
        background: linear-gradient( #fdfd96, 75%, grey );
        /* color: white; */
    }
