.attachment-wrapper {
  position: relative;
  padding: 20px;
  width: 598px;
}
.attachment-label {
  margin: 5px 0;
  color: #428bca;
  font-weight: 300;
  font-size: 14px;
}
.attachment-required-field {
  margin: 5px 0;
  color: #ca0e0a;
  font-weight: bold;
  font-size: 14px;
}
.attachment-link {
  display: block;
  margin: 0;
  padding: 5px;
  width: 100%;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #717073;
}
.btn-attachment-link {
  float: left;
  margin: 0 5px 0 0;
  width: 75px;
  height: 30px;
  border-radius: 2px;
  background-color: #428bca;
  color: #fff;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.btn-attachment-left {
  float: left;
  margin: 0 0 0 0;
  width: 75px;
  height: 30px;
  border-radius: 2px;
  background-color: #428bca;
  color: #fff;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.btn-attachment-link span, .btn-attachment-left span{
  position:relative;
  left:2px;
  top:-1px;
}
.btn-attachment-link2 {
  position: absolute;
  width: 150px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #428bca;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.btn-attachment-link:hover,
.btn-attachment-left:hover,
.btn-attachment-link:active,
.btn-attachment-left:active,
.btn-attachment-link:focus,
.btn-attachment-left:focus {
  background-color: #77B800;
  color: #fff;
}
.custom-margin-attachment {
  margin: 10px 0 5px 0;
}
.custom-border-radius {
  border-radius: 4px;
}
.no-margin {
  margin: 0 !important;
}
.custom-width {
  width: 480px;
}
.fileUpload {
  margin: 0 0 0 5px;
  width: 75px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 75px;
  font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload-btn-wrapper {
  width: 75px;
}
.upload-wrapper {
  width: 100% !important;
}
.attachment-link-wrapper {
  position: relative;
  width: 100%;
}
.delete-files {
  position: absolute;
  top: 38px;
  right: 5px;
  color: #428bca;
  font-size: 13px;
  cursor: pointer;
}
.delete-files:hover {
  color: #77B800;
  text-decoration: none;
}
.custom-padding {
  padding: 5px 20px 5px 5px !important;
}
.js-fileapi-wrapper {
  z-index: 999999;
}
.outlineError {
  border-color: red;
}
.class-green-background{
  color: #fff;
  position:relative;
  left: -1px;
  width:75px;
  height:30px;
  background-color:#77B800;
  border:1px solid #77B800;
  border-radius: 2px 0 0 2px;
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  margin: 10px 0 15px 0;
  float: left;
  cursor: pointer;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.class-white-background{
  color: #428bca;
  position:relative;
  left: -1px;
  width:75px;
  height:30px;
  background-color:#fff;
  border:1px solid #428bca;
  border-radius: 2px 0 0 2px;
  margin: 10px 0 15px 0;
  float: left;
  cursor: pointer;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
input#description, input#fuProtocol{
  border-radius: 2px;
}
.file-name{
  color: #999999;
  position: absolute;
  left: 0;
  margin: 25px 0;
}
.name-fixed-height{
  height: 30px;
}