/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 50px;
}


/* for rejection lists */
.doklog-unstyled-label {
    margin-bottom: 0px;
}

.nobold {
    font-weight: normal;
}

.doklog-rejection-checkbox {
    margin: 0px !important;
}

.doklog-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.doklog-revision-row-confirmed { background-color: #ddffdd; }

.doklog-revision-row-rolledback { 
    color: grey; 
    text-decoration: line-through;
}

a.link-disabled {
    color: black;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

.doklog-rev-cell-confirmed { background-color: LightGreen; }
.doklog-rev-cell-rejected { background-color: Red; }
.doklog-rev-cell-unknown { background-color: LightGray; }

.doklog-rev-cell-currentdept { 
    border-top: 1px dotted #e1e1e1;
    border-left: 1px dotted #e1e1e1;
    border-right: 1px dotted #e1e1e1;
    background: #f1f1f1;
 }    
    
