
.dragandrophandler {
  /*border: 2px dotted #ccc;
    width: 400px;*/
  color: #555;
  /*text-align: center;*/
  vertical-align: middle;
  /*padding: 4px 10px 10px 10px;*/
  margin-bottom: 10px;
  /*margin-left: 108px;
    font-size: 120%;*/
  /*height: 34px;*/
}

.progressBar {
  width: 250px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  margin: 0px 10px 5px 5px;
  vertical-align: top;
}

  .progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #0ba1b5;
    border-radius: 3px;
  }

.statusbar {
  border-top: 1px solid #A9CCD1;
  min-height: 25px;
  width: 705px;
  padding: 10px 10px 0px 10px;
  vertical-align: top;
}

  .statusbar:nth-child(odd) {
    background: #EBEFF0;
  }

.filename {
  display: inline-block;
  vertical-align: top;
  width: 400px;
}

.filesize {
  display: inline-block;
  vertical-align: top;
  color: #30693D;
  width: 100px;
  margin-left: 10px;
  margin-right: 5px;
}

.abort {
  background-color: #A8352F;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  cursor: pointer;
  vertical-align: top;
}

.fileinput-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  float: left;
}

.btn-required {
  border: 2px solid #D20071;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.glyphicon-plus:before {
  content: "\2b";
}

.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;
}

/*input[type="file"] {
    display: block;
}*/
