
/****************************
 * PROVIDER SPECIFIC ELEMENTS
 ****************************/

.content #provider-article,
.content #contact-article,
.content #metadata-article {
	margin: 0 30px 10px 30px;
	width: 840px;
}

.content  #field-supplierId {
	display: none;
}


/*** PROVIDER INFO ***/

.content #provider-article .field input,
.content #provider-article .field select {
	width: 100px;
	background: #282425;
	padding: 5px;
	margin: 5px;
}

.content #provider-article .field textarea {
	width: 540px;
	height: 100px;
	resize: vertical;
	font-size: 14px;
	padding: 5px;
	margin: 5px;
}

.content #provider-article .field select {
	width: 100px;
}

.content #provider-article .field select {
	height: 26px;
}

#provider-article #field-name input {
	font-size: 18px;
	width: 540px;
}


#provider-article #field-organisationId input {
	font-size: 18px;
	width: 540px;
}

#provider-article #field-address_address,
#provider-article #field-address_zipCode,
#provider-article #field-phoneNumber {
	clear:both;
}

#provider-article #field-address_name input,
#provider-article #field-address_town input,
#provider-article #field-phoneNumber input {
	width: 300px;
}

.provider-hash {
	display: block;
	clear: both;
	padding: 15px 5px;
	font-size: 14px;
}

/*** PROVIDER CREATION ***/

#create-provider-section article input,
#create-provider-section article select {
	display: block;
	font-size: 14px;
	width: 290px;
	height: 25px;
	margin: 5px;
	background: #282425;
}

#create-provider-section article textarea {
	width: 880px;
	height: 100px;
	font-size: 14px;
	resize: vertical;
	padding: 5px;
	margin: 5px;
}

#create-provider-section #field-address_name,
#create-provider-section #field-address_zipCode,
#create-provider-section #field-phoneNumber {
	clear: both;
}

#create-provider-section article #field-name span {
	display: block;
	width: 800px;
	margin: 0 10px;
}

#create-provider-section article #field-organisationId span {
	display: block;
	width: 800px;
	margin: 0 10px;
}

#create-provider-section article .create-provider {
	clear:both;
}

#create-provider-section article .create-provider {
	width: 20%;
	margin-left: 40%;
}

/*** CONTACT SLIDER ***/
.slideshow-scroll #new-contact a {
	cursor: pointer;
	display: block;
}

.slideshow-scroll #new-contact form {
	display: none;
}

/*** BUTTONS ***/

.delete-provider,
#other-article .add-templateKey,
#other-article .send-templateKey { 
	float: left;
	margin: 20px 10px 20px 10px;
	padding: 5px 10px 5px 10px;
	width: 200px;
}

#other-article .add-templateKey {
	margin-left: 30px;
}

.delete-provider {
	width: 20%;
	height: 30px;
	margin-top: 40px;
	margin-left: 40%;
}

.delete-provider:hover {
	color: #ffc50a;
}

.update-provider {
	width: 60px;
	height: 28px;
	position: relative;
	top: 5px;
}

.create-contact,
.update-contact {
	position: absolute;
	bottom: 5px;
	right: 8px;
}

.update-provider,
.update-contact {
	display: none;
}

.update-provider:hover,
.update-contact:hover,
#contact-article .card .delete-contact:hover {
	-moz-box-shadow: 0 0 1px 1px #1c1c1c;
	-webkit-box-shadow: 0 0 1px 1px #1c1c1c;
	        box-shadow: 0 0 1px 1px #1c1c1c;
}

.delete-contact {
	margin-left: 15px;
}

/*** TABLE ***/
#other-article .table .first-column,
#other-article .table .last-column {
	width: 15px;
}


#other-article #template-table {
	width: 900px;
}

#other-article  #template-table .column:nth-child(2) {
	width: 290px;
	overflow: auto;
}

#other-article  #template-table .column:nth-child(3) {
	width: 180px;
}

#other-article  #template-table .column:nth-child(4) {
	width: 180px;
}

#other-article  #template-table .column:nth-child(5) {
	width: 110px;
}

/* ADD TEMPLATE KEY */
.new-templateKey .add-templateKey,
.new-templateKey .create-templateKey {
	float: left;
	margin: 20px 0;
	padding: 5px 10px;
	width: 200px;
}

.new-templateKey .create-templateKey {
	margin-top: 31px;
	margin-left: 30px;
}

.new-templateKey .form-templateKey {
	display: none;
	margin-left: 20px;
}

.new-templateKey .form-templateKey .field {
	margin: 10px 10px;
}

.new-templateKey .form-templateKey .field select {
	width: 195px;
	height: 25px;
	background: #282425;
}

.new-templateKey .form-templateKey .field input {
	width: 195px;
	height: 25px;
	background: #282425;
}

.new-templateKey .form-templateKey .field label {
	display: block;
	font-size: 14px;
	padding: 5px 0;
}

#other-article .form-templateKey #field-templateUid {
	margin-left: 30px;
}

/* METADATA */

.content #metadata-article {
	border-top: dashed 1px #555555;
	/*border-bottom: dashed 1px #555555;*/
	padding: 10px;
}

.content #metadata-article p {
	padding: 0px 10px;
}

.content #metadata-article ul li {
	margin: auto;
	padding: 5px;
	width: 550px;
}

.content #metadata-article .metadata-delete,
.content #metadata-article .metadata-add {
	width: 30px;
}
