
/****************************
 * RECEIVER SPECIFIC ELEMENTS
 ****************************/

/******************** RECEIVER CREATION ********************/
#create-receiver-section article .help {
	display: inline;
}

#create-receiver-section .field {
	float: none;
}

#create-receiver-section .field input,
#create-receiver-section .field select,
#create-receiver-section .error input {
	margin-right: 10px;
	margin-top: 5px;
	height: 25px;
	width: 400px;
	background: #282425;
}

#create-receiver-section .create-receiver {
	display: block;
	font-size: 14px;
	width: 200px;
	height: 25px;
	margin: 5px;
	background: #282425;
}

#create-receiver-section #field-deliveryReceiptEnabled {
	display: flex;
}

#create-receiver-section #field-deliveryReceiptEnabled .input {
	order: 1;
}

#create-receiver-section #field-deliveryReceiptEnabled .input #deliveryReceiptEnabled {
	width: 20px;
}

#create-receiver-section #field-deliveryReceiptEnabled label {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	order: 2;
}

#create-receiver-section #field-certificateFile label {
	display: block;
	margin-top: 10px;
	font-size: 13px;
}

/* CSS hack for "placeholder" color */
#create-receiver-section #field-adminName .input select,
#create-receiver-section #field-adminName .input option:disabled {
	color: #888;
}
#create-receiver-section #field-adminName .input option {
	color: #d7d9dc;
}

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

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


/******************** RECEIVER PAGE ********************/

/*** FORM ***/
#receiver-section #receiver-article {
	border-top: dashed 1px #555555;
	margin-bottom: 40px;
}

#receiver-section #receiver-article .field input,
#receiver-section .field select {
	background: #282425;
	padding: 5px;
	font-size: 12pt;
	width: 90%;
}

#receiver-section #receiver-article .errors {
	float: left;
}

#receiver-section .field {
	display: block;
	padding-bottom: 10px;
}

#receiver-section .field .input {
	display: block;
}

#receiver-section .field label {
	display: block;
	margin: 5px;
	padding: 5px;
}

#receiver-section .field .status-line {
	line-height: 19px;
	padding: 5px;
	text-align: left;
}

#receiver-section .field .status-line .status {
	margin-right: 10px;
}

#receiver-section #receiver-article #field-name {
	position: absolute;
	top: -30px;
	width: 400px;
}

#receiver-section #receiver-article #field-name input {
	background: transparent;
	font-size: 18px;
}

#receiver-section #field-status {
	width: 250px;
}

#receiver-section #field-hostname,
#receiver-section #field-alternativeHostNames,
#receiver-section #field-certificateFile {
	width: 100%;
}

#receiver-section #field-alternativeHostNames label {
    display: none;
}

#receiver-section #field-certificateFile .input input,
#create-receiver-section #field-certificateFile input {
	background: transparent;
}

#receiver-section #field-hostname,
#receiver-section #field-port,
#receiver-section #field-adminName {
	clear: both;
}

#receiver-section #field-port .input input,
#receiver-section #field-publicIp .input input {
	width: 345px;
}
#receiver-section #field-adminName .input select {
	width: 355px;
}

#receiver-section #field-deliveryReceiptEnabled {
	display: flex;
	clear: both;
}

#receiver-section #field-deliveryReceiptEnabled .input {
	margin-top: 10px;
	order: 1;
}

#receiver-section #field-deliveryReceiptEnabled label {
	order: 2;
}

#receiver-section .update-receiver {
	display: none;
	float: left;
	width: 190px;
	margin-top: 40px;
	padding: 5px;
	font-size: 12pt;
}

#receiver-section #certificate-content{
	clear: both;
	width: 90%;
	height: 300px;
	margin: 5px auto 10px auto;
	display: block;
	background-color: #282425;
	color: #d7d9dc;
	resize: vertical;
}

#receiver-section #receiver-article #show-certificate {
	clear: both;
	margin: 20px 0 0 0;
	padding: 5px 10px 5px 10px;
	width: 200px;
	display: block;
	text-align: center;
}

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

.update-mediabox {
	display: none;
}

#mediabox-article .mediabox-label {
	display: block;
	margin: 5px;
	padding: 5px;
}

#mediabox-article #mediabox-scroll {
	height: 80px;
}

#mediabox-article #mediabox-scroll .card {
	height: 50px;
}

#mediabox-article #mediabox-scroll .card label {
	display: none;
}

#mediabox-article #mediabox-scroll .card #name {
	width: 180px;
	background: transparent;
}

.update-mediabox:hover,
#mediabox-article .card .delete-mediabox: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-mediabox {
	margin-left: 15px;
}

/*** TABLE ***/
#receiver-section #template-article .table .first-column {
	width: 0;
	padding: 0;
}

#receiver-section #template-article .table .column:nth-child(2) {
	width: 300px;
}

#receiver-section #template-article .table .column:nth-child(3) {
	width: 530px;
}

#receiver-section #template-article .table .last-column {
	padding: 5px;
	width: 10px;
}

#receiver-section #template-article .add-template,
#receiver-section #template-article .create-deliveryTemplate {
	float: left;
	margin: 20px 0;
	padding: 5px 10px 5px 10px;
	width: 210px;
}

#receiver-section #template-article .create-deliveryTemplate {
	/*margin-left*/
	height: 25px;
}

#receiver-section #template-article .form-template {
	display: none;
	margin-left: 5px;
	margin-right: 0;
}

#receiver-section #template-article .form-template .field {
	width: 300px;
	margin-top: 20px;
	margin-right: 20px;
	padding: 0;
}

#receiver-section #template-article .form-template .field select {
	background: #282425;
	width: 300px;
	height: 25px;
}

#receiver-section #template-article .form-template #field-receiverUid {
	width: 0;
	margin: 0;
	padding: 0;
}

#receiver-section #template-article .field label,
#receiver-section #template-article .labelOption,
#receiver-section #template-article #receiverUid,
#receiver-section #template-article .form-update-template input[type="submit"] {
	display: none;
}

#receiver-section #template-article .form-update-template #minTemplateVersion {
	background-color: #282425;
	width: 300px;
	font-size: 15px;
}

#receiver-section #template-article .form-update-template form {
	position: absolute;
}

/* image-loader */
#receiver-section #template-article .new-template .form-template .loader-versions {
	position: relative;
	top: 28px;
}

/*** FOOTER ***/
#receiver-section .delete-receiver {
	width: 20%;
	height: 30px;
	margin-top: 40px;
	margin-left: 40%;
}

#receiver-section .delete-receiver:hover {
	color: #ffc50a;
}

