html{
    position: relative;
    min-height: 100%;
}
body {
    padding-bottom: 70px;
}
.nav-list {
  padding-left: 30px;
  margin-bottom: 0;
}

.user-header {
    padding-right: 15px;
}

/* make sidebar nav vertical */
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .left-nav {
      /*margin-top: -20px;*/
      right: 15px;
  }
}

div[id$=formset] div[id$=DELETE] {
    display: none;
}

div[id$=formset] div[id$=ORDER] {
    display: none;
}

div.checkbox[id$=DELETE] {
    display: none;
}

ul.no-bullet {
    list-style-type: none;
}

ul.no-margin {
     padding-left: 0;
     margin-left: 1em;
}

.btn-tiny {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-help-inline {
    /*margin-left: 0px;*/
    align: center;
}

a.not-registered {
    color: palevioletred;
}

a.invalid-spin {
    border-bottom: 2px solid red;
}

.stats-dep-header{
    padding-left: 14px;
}

.content-wrapper {
    padding-bottom: 70px !important;
}

.footer {
    margin-top: 20px;
    border-radius: 0;
    position: absolute;
    padding-bottom: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
}

p.no-margin {
    margin-left: 1em;
    padding-left: 0;
}


table.numbered-table {
    counter-reset: Serial;           /* Set the Serial counter to 0 */
    border-collapse: separate;
}

.numbered-table tr td:first-child:before {
    counter-increment: Serial;      /* Increment the Serial counter */
    content: counter(Serial) "."; /* Display the counter */
}

.numbered-table td {
    padding: 0.2em;
}

.sticky-header{
    background-color: white;
}

.modal-dialog-gallery {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content-gallery {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.fullscreen-modal {
    padding-right: 0; !important;
}

@media (max-width: 1199px) {
    .gallery-bigimage {
        width: 100%;}
}

@media (min-width: 1200px) {
    .gallery-bigimage {
        width: 70%;
    }
}

.gallery-bigimage {
    margin: 0 auto;
    padding-left: 20px;
    height: 100%;
}

.pdf-embed {
    width: 100%;
    height: 800px;
    padding-right: 15px;
}

.reject-btn-group {
    padding-bottom: 1em;
}

.reject-cause-group {
    padding-top: 1em;
}