/**
 * Extra styles for our application
 *
 */

table.table-dark a,
table.table-dark a:visited {
    color:whitesmoke !important;
}

table.table-dark a:hover {
    color:#99ccff !important;
}

.log-entry {
    font-weight: bold;
    font-family: monospace;
}

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

.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> */

/* <editor-fold defaultstate="collapsed" desc="maps info windows"> */
p.info-table-header {
    text-align: center;
    margin-bottom: 0;
}
table.info-window {
    padding: 0.15em;
    border: 2px ridge black;
    caption-side: top !important;
};
/* </editor-fold> */