/**
 * Field: multiple values
 */


.field-multiple-table {
	position: relative;
  margin-bottom: 9px;
  width: 100%;
}

.field-multiple-table tr,
.field-multiple-table .field-multiple-drag {
  background-color: #fafafa;
}

.field-multiple-table tr + tr td {
  border-top: 9px solid #f5f5f5;
}

.field-multiple-table > tbody > tr > td {
  vertical-align: top;
}

.field-multiple-table td {
  padding: 10px;
}

.vlt-form-h td.tabledrag-hide label {
  float: none;
  width: auto;
  padding-top: 0;
}

.tabledrag-hide .form-item {
  margin-bottom: 0;
}

.vlt-form-h .tabledrag-hide .form-item select {
  width: auto;
  margin-left: 0;
}

.tabledrag-toggle-weight-wrapper {
	display: none;
  margin-bottom: 9px;
}
  
table.sticky-header {
  display: none !important;
}

.warning.tabledrag-changed {
  color: red;
}

.tabledrag-changed-warning.alert {
  margin-bottom: 9px;
}

  .tabledrag-changed-warning.alert .warning.tabledrag-changed {
    display: none;
  }


.field-multiple-table tr td > div > input[type="submit"],
.field-multiple-table tr td .ajax-new-content > input[type="submit"] {
  position: absolute;
  right: -15px;
  top: -15px;
}


.field-add-more-submit + .ajax-progress {
  float: none;
  margin: 0 0 0 5px;
  *display: inline;
}

.field-multiple-table tr td .ajax-new-content > input[type="submit"] + .ajax-progress,
.field-multiple-table tr td > div > input[type="submit"] + .ajax-progress {
  position: absolute;
  right: 10px;
  top: -18px;
}


td.field-multiple-drag {
  vertical-align: top;
  padding-right: 0;
  width: 14px;
}

  .tabledrag-handle {
	  display: inline;
	  line-height: 14px;
	  float: left;
	}
	
	.tabledrag-handle div {
	  display: inline-block;
	  width: 14px;
	  height: 14px;
	  background-image: url("/profiles/voltimum/themes/voltimum2/css/img/glyphicons-halflings.png");
	  background-repeat: no-repeat;
	  background-position: -168px -72px;
	  margin-right: 5px;
	  vertical-align: middle;
	}
  
  .ie7 .tabledrag-handle div {
    display: inline;
  }
	
	.tabledrag-handle .handle {
    margin: 0;
    position: relative;
  }
	
	.tabledrag-handle:hover {
	  text-decoration: none;
	}