﻿@charset "UTF-8";

/* from demo.css */

.evg-fileupload-progress {
	margin: 10px 0;
}
.evg-fileupload-progress .evg-progress-extended {
	margin-top: 5px;
}
.evg-error {
  color: red;
}

@media (min-width: 481px) {
  .evg-navigation {
    list-style: none;
    padding: 0;
  }
  .evg-navigation li {
    display: inline-block;
  }
  .evg-navigation li:not(:first-child):before {
    content: "| ";
  }
}

/*
jquery.fileupload.css
@charset "UTF-8";
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.evg-fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.evg-fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .evg-fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

/* -------------------------------------- */
/* ------ jquery.evg-fileupload-ui.css ------ */
/*
 * jQuery File Upload UI Plugin CSS 9.0.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.evg-fileupload-buttonbar .evg-btn,
.evg-fileupload-buttonbar .evg-toggle {
  margin-bottom: 5px;
}
.evg-progress-animated .evg-progress-bar,
.evg-progress-animated .evg-bar {
  background: url("../img/progressbar.gif") !important;
  filter: none;
}
.evg-fileupload-process {
  float: right;
  display: none;
}
.evg-fileupload-processing .evg-fileupload-process,
.evg-files .evg-processing .evg-preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/loading.gif") center no-repeat;
  background-size: contain;
}
.evg-files audio,
.evg-files video {
  max-width: 300px;
}

@media (max-width: 767px) {
  .evg-fileupload-buttonbar .evg-toggle,
  .evg-files .evg-toggle,
  .evg-files .evg-btn span {
    display: none;
  }
  .evg-files .evg-name {
    width: 80px;
    word-wrap: break-word;
  }
  .evg-files audio,
  .evg-files video {
    max-width: 80px;
  }
  .evg-files img,
  .evg-files canvas {
    max-width: 100%;
  }
}
