/* 767px */
.file-icon.big {
  line-height: 1.5em; }
  .file-icon.big i {
    font-size: 1.5em;
    color: #6c5ffc;
    margin-right: 10px; }

img.admin_thumb {
  width: 80px !important;
  height: auto !important; }

.docList {
  display: flex;
  flex-wrap: wrap;
  text-align: center; }
  .docList i {
    font-size: 2em; }
  .docList a {
    display: block;
    padding: 5px;
    margin: 5px; }

.docList {
  display: flex;
  flex-wrap: wrap;
  text-align: center; }
  .docList i {
    font-size: 2em; }
  .docList a {
    display: block;
    padding: 10px;
    margin: 5px;
    font-size: 0.9em;
    border: 1px solid #e6e6e6;
    width: 30%;
    -moz-border-radius: 5px;
    -webkit--radius: 5px;
    border-radius: 5px; }

#map {
  width: 100%;
  height: 300px; }

table.table-dl td {
  /*font-size: 12px;*/
  padding: 0.5rem; }
table.table-dl td.dd {
  text-align: right; }

.auction_gallery .thumbs {
  display: flex; }
  .auction_gallery .thumbs .thumb {
    width: 33%; }
  .auction_gallery .thumbs .hidden {
    display: none; }
  .auction_gallery .thumbs .more {
    background: #e6e6e6;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 33%;
    font-size: 2em; }

div.table {
  display: table; }
  div.table .row, div.table .tr {
    display: table-row;
    /* &:nth-child(odd) {
          background: #f9f9f9;
        }*/ }
    div.table .row .td, div.table .row .cell, div.table .tr .td, div.table .tr .cell {
      display: table-cell;
      /*vertical-align: top;*/
      border-top: 1px solid #ddd;
      padding: 8px; }

tr.allControl {
  background: #e6e6e6; }

.popover {
  max-width: 500px !important;
  z-index: 1000; }

.timeInfo .hero i {
  font-size: 0.65em;
  font-style: normal; }

.modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important; }

.swal-footer {
  text-align: center; }

.card-header.bg-primary {
  background: #6c5ffc !important;
  color: #fff; }
  .card-header.bg-primary .card-options {
    color: #fff; }
  .card-header.bg-primary .card-title h2, .card-header.bg-primary .card-title h3, .card-header.bg-primary .card-title h4 {
    color: #fff; }

img.round {
  -moz-border-radius: 50%;
  -webkit--radius: 50%;
  border-radius: 50%; }

/* later move to sash/eapmod.scss */
.header .notifications-menu {
  overflow-y: scroll; }

/*# sourceMappingURL=global.css.map */
