/**
 * Extra styles for our application
 *
 */
::-webkit-calendar-picker-indicator {
    -webkit-filter: invert(55%);
    filter: invert(55%);
}

img#duth-logo {
  -webkit-filter: invert(55%);
  filter: invert(55%);
}

pre {
    color: white !important;
}

a.alert-link {
    color: #336699;
    font-weight: bolder;
}

/* <editor-fold defaultstate="collapsed" desc="chosen-plugin"> */
.chosen-container {
    min-width:100%;
    padding: 0px;
    border: 0px;
    color: black;
}

.chosen-choices, .chosen-single {
    height: 100% !important;
}
/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="Application tables"> */
td.actions {
     white-space: nowrap;
}
/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="Scroll to topp buttonn"> */
#scroll-to-top-button {
    display: none;          /* Hidden by default */
    position: fixed;        /* Fixed/sticky position */
    bottom: 15px;           /* Place the button at the bottom of the page */
    right: 15px;            /* Place the button 30px from the right */
    z-index: 99;            /* Make sure it does not overlap */
    border: none;           /* Remove borders */
    outline: none;          /* Remove outline */
    background-color: #CC0014;  /* Set a background color */
    color: white;           /* Text color */
    cursor: pointer;        /* Add a mouse pointer on hover */
    padding: 5px 10px;      /* Some padding */
    border-radius: 10px;    /* Rounded corners */
}

#scroll-to-top-button:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
/* </editor-fold> */
