/* Uncomment bellow if you want to show the text */
/*.artiscode_users-add,
.artiscode_users-edit {
    float: right;
    min-width: 16px;
}

.field-type-entityreference .form-type-textfield input[type=text] {
    width: 68% !important;
}*/

/* Uncomment below if you want to show icons */
form div.artiscode_users-add a,
form div.artiscode_users-edit a {
    /*background: url(../images/add.png) no-repeat;*/
    border: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    height: 28px;
    margin: 0;
    padding: 0;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    display: block;
}

.i18n-fr form div.artiscode_users-add a {
    width: 118px;
    background: url(../images/add-fr.png) no-repeat !important;
}

.i18n-en form div.artiscode_users-add a {
    width: 103px;
    background: url(../images/add-en.png) no-repeat !important;
}

.i18n-fr form div.artiscode_users-edit a {
    background: url(../images/edit-fr.png) no-repeat !important;
}

.i18n-en form div.artiscode_users-edit a {
    background: url(../images/edit-en.png) no-repeat !important;
}

.artiscode_users-add,
.artiscode_users-edit {
    float: right; 
    height: 28px;
    padding: 0;
    width:18%;
}

.i18n-fr .artiscode_users-add {
	width: 118px;
}

.i18n-en .artiscode_users-add {
	width: 103px;
}

.i18n-fr .artiscode_users-edit {
	width: 103px;
}

.i18n-en .artiscode_users-edit {
	width: 74px;
}

.field-type-entityreference .form-type-textfield input[type=text],
.field-type-entityreference .form-type-textfield {
    width: 80%;
    float: left;
}

.field-name-field-er-distributor .artiscode_users-add, .field-name-field-er-vendor .artiscode_users-add {
    padding-top: 2em;
}

.field-name-field-er-distributor .description, .field-name-field-er-vendor .description {
    clear: both;
}

.multipage-counter {
  clear: both;
  font-style: normal;
  color:#666;
}

em.placeholder, .multipage-counter .placeholder {
  font-style: normal;
  color: #666;
}