@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
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.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 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

.glyphicon-plus:before {
 content: "\2b";
}

.btnss{display:inline-block;padding:3px 4px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;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}
.btnss:focus,.btnss:active:focus,.btnss.active:focus,.btnss.focus,.btnss:active.focus,.btnss.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btnss:hover,.btnss:focus,.btnss.focus{color:#333;text-decoration:none}
.btnss:active,.btnss.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btnss-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btnss-success:hover,.btnss-success:focus,.btnss-success.focus,.btnss-success:active,.btnss-success.active,.open>.dropdown-toggle.btnss-success{color:#fff;background-color:#449d44;border-color:#398439}
.btnss-success:active,.btnss-success.active,.open>.dropdown-toggle.btnss-success{background-image:none}.btnss-success.disabled,.btnss-success[disabled],fieldset[disabled] .btnss-success,.btnss-success.disabled:hover,.btnss-success[disabled]:hover,fieldset[disabled] .btnss-success:hover,.btnss-success.disabled:focus,.btnss-success[disabled]:focus,fieldset[disabled] .btnss-success:focus,.btnss-success.disabled.focus,.btnss-success[disabled].focus,fieldset[disabled] .btnss-success.focus,.btnss-success.disabled:active,.btnss-success[disabled]:active,fieldset[disabled] .btnss-success:active,.btnss-success.disabled.active,.btnss-success[disabled].active,fieldset[disabled] .btnss-success.active{background-color:#5cb85c;border-color:#4cae4c}.btnss-success .badge{color:#5cb85c;background-color:#fff}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-bar-success {
  background-color: #5cb85c;
}