/******************************
 3RD PARTY PLUGIN CUSTOMIZATION
******************************/
/**
 * GLOBAL VARIABLES
 * USED TO GENERATE:
 *     global-components
 *     plugins
 *
 * also included when you generate theme
 *
 * You can override bootstrap colors here ! (since this file is included whire bootstrap theme is compiled)
 */
/**
 *
 * ADDS A BROWSER PREFIX TO THE PROPERTY
 * Insane usefull, but Koala have autoprefixer....
 *
 * I'm gonna leave this peace of code here
 */
/***
jQuery Slimscroll
***/
.scroller {
  padding: 0px;
  margin: 0px;
  padding-right: 12px;
  overflow: hidden; }

.scroller-footer {
  margin-top: 10px; }
  .scroller-footer:before, .scroller-footer:after {
    content: " ";
    display: table; }
  .scroller-footer:after {
    clear: both; }

.portlet-body .slimScrollBar {
  margin-right: 0px; }

.box-followups-alarm {
    max-width: 600px;
    position: fixed; 
    right: -10px;
    top: 75px;
    display: none;
    z-index: 1000;
}

.followups-alarm {
    margin: auto;
    margin-bottom: 15px;
    width: auto;
    border: 2px solid #0016b0;
    padding: 15px;
    padding-top: 10px;
    padding-right: 20px;
    border-radius: 12px/12px;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    box-sizing: border-box;
    font-family: "Open Sans",sans-serif;
}

.followups-alarm.context {
    margin-left: 10px;
    font-size: 15;
}

.followups-alarm.title {
    margin-left: 5px;
    display: inline-block;
}