@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * 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
 */

body {
  padding-top: 60px;
}

#ht-drag-container{
  border:dashed 7px #ccc;
  color: #ccc;
  background-color: #eee;
  line-height: 130px;
  height:130px;
  text-align: center;
  font-size:36px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom:16px;
  margin-top:16px;
}

.input-url-row  input{
  width:300px;
}

.template-upload  button.btn.btn-primary.start{
  display:none;
}
.ht_progress{
  min-width:124px;
}

.ht_progress > div{
  display:none;
}
.ht_complete{
  font-weight:bold;
  color:#000;
  font-size:20px;
}

.btn-download {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.ht_download_all{
  text-align: center;
  margin-bottom:20px;
}