.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.dropNav {
  margin-top: 15px; }
  .dropNav ul {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none; }
    .dropNav ul a {
      font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
      font-size: 12px;
      font-weight: 700;
      line-height: 32px;
      display: block;
      padding: 0 10px;
      text-decoration: none;
      color: #222; }
      .dropNav ul a:hover {
        color: #222; }
    .dropNav ul li {
      position: relative;
      float: left;
      margin: 0;
      padding: 0; }
      .dropNav ul li:hover {
        background: #f6f6f6; }
        .dropNav ul li:hover > ul {
          display: block; }
      .dropNav ul li.current-menu-item {
        background: #ddd; }
    .dropNav ul ul {
      position: absolute;
      top: 100%;
      left: 0;
      display: none;
      padding: 0;
      background: #fff;
      z-index: 9; }
      .dropNav ul ul a {
        line-height: 120%;
        padding: 10px 15px; }
      .dropNav ul ul li {
        float: none;
        width: 200px; }
      .dropNav ul ul ul {
        top: 0;
        left: -200px; }

.AttachmentList {
  list-style: none;
  padding-left: 0; }
  .AttachmentList li {
    display: inline-block;
    padding: 10px;
    float: left; }
  .AttachmentList:after {
    content: '';
    display: table;
    clear: both; }

.dropzone.dz-clickable {
  border: none; }
  .dropzone.dz-clickable span {
    display: inline-block;
    cursor: pointer;
    line-height: 30px;
    color: #ffffff;
    background-color: #000000;
    width: 200px;
    height: 30px;
    float: left; }
  .dropzone.dz-clickable.dz-started .dz-message {
    display: block; }

.dropzone .dz-preview .dz-details {
  display: none; }

.userNav {
  margin-top: 15px;
  height: 26px; }
  .userNav ul {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none; }
    .userNav ul a {
      font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
      font-size: 12px;
      font-weight: 700;
      line-height: auto;
      display: block;
      padding: 0 10px;
      text-decoration: none;
      color: #6e386b; }
      .userNav ul a:hover {
        color: #6e386b; }
    .userNav ul li {
      position: relative;
      float: left;
      margin: 0;
      padding: 0; }
      .userNav ul li:hover {
        background: transparent; }
        .userNav ul li:hover > ul {
          display: block; }
      .userNav ul li.current-menu-item {
        background: #ddd; }
    .userNav ul ul {
      position: absolute;
      top: 100%;
      left: 0;
      display: none;
      padding: 0;
      background: #fff;
      z-index: 9; }
      .userNav ul ul a {
        line-height: 120%;
        padding: 10px 15px; }
      .userNav ul ul li {
        float: none;
        width: 200px; }
      .userNav ul ul ul {
        top: 0;
        left: -200px; }
  .userNav > ul ul {
    border: solid 1px #b4b4b4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ddd;
    /* for non-css3 browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf));
    /* for webkit browsers */
    background: -moz-linear-gradient(top, #fff, #cfcfcf);
    /* for firefox 3.6+ */
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf');
    /* for IE */ }
  .userNav > ul > li {
    padding-bottom: 10px; }
    .userNav > ul > li > ul {
      box-shadow: 3px 3px 4px -1px rgba(50, 50, 50, 0.5); }
      .userNav > ul > li > ul > li > ul {
        box-shadow: -3px 3px 4px -1px rgba(50, 50, 50, 0.5); }

.paginationPerPage {
  margin: 1rem 0; }

.section-wrap.expandable.closed {
  padding-bottom: 0; }
  .section-wrap.expandable.closed .expandable-header {
    background-image: url(/img/plus.jpg); }
  .section-wrap.expandable.closed .expandable-content {
    display: none; }

.section-wrap.expandable .expandable-header {
  cursor: pointer;
  background-image: url(/img/minus.jpg);
  background-repeat: no-repeat;
  padding-left: 38px;
  padding-top: 4px;
  padding-bottom: 4px; }

.section-wrap.expandable .expandable-content div:first-child {
  margin-top: 0; }

.UploadsTable {
  width: 100%;
  margin-left: 0 !important; }

.UploadsTable td:not(.UploadsTable-filename) {
  width: auto !important; }
