/* 
	A couple styles to make the demo page look good
 */
#files {
  overflow-y: scroll !important;
  min-height: 320px; }

@media (min-width: 768px) {
  #files {
    min-height: 0; } }

#debug {
  overflow-y: scroll !important;
  height: 180px; }

.input-group-text .indicator.status.error, .dt-button .indicator.status.error {
  width: 0px;
  top: -21px;
  left: -27px;
  font-size: 14px;
  width: 0; }

.input-group-text .indicator.status.processing {
  top: 4px;
  left: 5px;
  position: absolute; }

.dt-button .indicator.status.processing {
  top: -29px;
  left: -39px; }

.indicator.status {
  width: 32px;
  position: relative;
  height: 0; }
  .indicator.status.processing {
    top: 2px;
    left: 7px; }
  .indicator.status.error {
    top: 5px;
    left: 14px;
    color: #da8832;
    font-size: 23px; }

.btn-info .indicator.status.processing:after {
  border: 2px solid white;
  border-color: white transparent white transparent; }

.indicator.status.processing:after {
  content: " ";
  display: block;
  width: 32px;
  height: 33px;
  margin: 1px;
  border-radius: 50%;
  border: 2px solid #025eb8;
  border-color: #025eb8 transparent #025eb8 transparent;
  animation: lds-dual-ring 1.2s linear infinite; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.btn.status {
  transition: 0.15s all ease; }

.btn.status.processing, .btn.status.error {
  padding-left: 47px; }

.navbar-brand-light {
  width: 130px; }

.text-area-wrapper textarea + div {
  float: right;
  padding: 0.1rem 0 0 0;
  font-size: 0.875rem;
  opacity: 0.6; }

/* Dropzone */
.dropzone {
  border: 2px dashed #0087F7;
  background: white;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px; }

.dropzone .dz-button {
  margin-left: 5px; }

.dragging {
  opacity: 0.3; }

.eta-disclaimer.tooltip {
  width: 500px; }

.eta-disclaimer .tooltip-inner {
  max-width: 500px; }

.upload-expire-wrapper {
  margin-top: -13px;
  padding-bottom: 12px;
  display: block; }

div.dt-buttons {
  clear: both; }

.pg-container {
  width: 20px;
  height: 20px;
  margin: auto; }

#download-table td.status {
  text-align: center; }

.blink {
  animation: blink 2s ease infinite; }

.created {
  border-radius: 0 !important; }

@keyframes blink {
  50% {
    opacity: 0; } }

.pg-container svg:hover, .pg-container svg:hover path, .pg-container svg:hover rect {
  cursor: pointer !important; }

.pg-container svg:hover .upload-cancel {
  fill: rgba(255, 0, 0, 0.377); }

.dropzone.dz-clickable button, .dropzone.dz-clickable button *,
.dropzone.dz-clickable td a, .dropzone.dz-clickable td a *,
.dropzone.dz-clickable th a, .dropzone.dz-clickable th a * {
  cursor: pointer; }

#my-shares td.sorting_1, #download-table td.sorting_1 {
  max-width: 64px;
  overflow: hidden;
  text-overflow: ellipsis; }

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