@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
 */
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
  margin-bottom:10px;
}
#uploaded{margin-bottom:20px; margin-right:-3%;}
#uploaded .one-sixth{ width:27%; margin-bottom:20px; padding:5px; background:#EFEFEF; margin-right:3%;}
#uploaded .one-sixth a{height:120px; overflow:hidden; display:block;}
#uploaded img{max-width:100%; height:auto; display:block;}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  z-index:1;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
.bar {
    min-height: 20px;
	box-sizing:border-box;
	width:0;
    background: green;
	transition:all .3s ease-out;
	padding:3px 0;
	text-align:center;
	color:#FFF;
}