/* Default style sheet */

/* ACHTUNG: Die Klasse "fill-whole-screen-width" ist geschachtelt vorhanden. Muss gelöst werden */
.hpl_news {
	/*	float: left; */
	/*	width: 100%; */
	margin-bottom: 10px;
}

.hpl_news table {

}

.hpl_news th {
	padding: 5px;
	text-align: left;
	background-color: #ddd;
	text-align: center;
	vertical-align: middle;
}

.hpl_news td {
	padding: 5px;
}

/*** Details, Edit and Delete-Icons ***/
/* ACHTUNG: Die Klasse "show" wird von Bootstrap unlösbar verschmutzt! */
.hpl_news th.read,
.hpl_news td.read,
.hpl_news th.edit,
.hpl_news td.edit,
.hpl_news th.delete,
.hpl_news td.delete {
	text-align: center;
	vertical-align: middle;
}

/*** UID ***/
.hpl_news th.uid {
	width: 50px;
	text-align: right;
}

.hpl_news td.uid {
	padding-right: 5px;
	text-align: right;
}

/*** PID ***/
.hpl_news th.pid {
	width: 50px;
	text-align: right;
}

.hpl_news td.uid {
	padding-right: 5px;
	text-align: right;
}

/*** image ***/
.hpl_news th.image {
	width: auto;
	text-align: left;
}

.hpl_news td.image {
	text-align: left;
}


/*** cruserId ***/
.hpl_news th.cruserId {
	width: 100px;
	text-align: left;
}

.hpl_news td.cruserId {
	text-align: right;
}

/*** crdate ***/
.hpl_news th.crdate {
	width: 160px;
	text-align: left;
}

.hpl_news td.crdate {
	text-align: center;
}

/*** tstamp ***/
.hpl_news th.stamp {
	width: 160px;
	text-align: left;
}

.hpl_news td.tstamp {
	text-align: center;
}


/*
 * Own settings
 */

.hpl_news th.title {
	width: auto;
	min-width: 500px;
}

.hpl_news th.teaser {
	width: auto;
	min-width: 500px;
}

.hpl_news_item_controls {
	background-image: url('../../../../fpmt/Resources/Public/Images/Icons/draggable-dots.png');
	background-size: 25px;
	height: 30px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center;
}

.hpl_news_item_control {
	float: left;
}

.right {
	float: right;
}

/* Default style sheet */

.hpl_news .hpl-form {
	float: left;
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #ccc;
}

.hpl_news .labelField {
	float: left;
	width: calc(100% - 300px);
}

.hpl_news .help {
	display: block;
	float: left;
	width: 30px;
	height: 27px;
}

.hpl_news .field {
	float: left;
	width: calc(100% - 300px);
}

.hpl_news .show-value {
	float: left;
	width: auto;
}

.hpl_news .labelField > .hpl-label {
	width: 200px;
	font-weight: normal;
}

.hpl_news .radiobuttons,
.hpl_news .checkboxes {
	width: 1000px;
	font-weight: normal;
}

.hpl_news .submit {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.hpl_news .submit input {
	float: left;
	padding: 0 5px;
	width: auto;
}

.hpl_news .form-fields .value {
	float: left;
	width: 500px;
}

.hpl_news .form-fields {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.hpl_news .form-fields .value input {
	width: 100%;
}

/**
 * Felder
 */
/* DateTime */
.hpl_news .labelField-dateTimeType .type-edit-date {
	width: unset;
}

.hpl_news .labelField-dateTimeType .type-edit-time,
.hpl_news .labelField-dateTimeType .type-read-time {
	width: unset;
	margin-left: 10px;
}

.hpl_news .type-edit-texteditor,
.hpl_news .type-read-texteditor {
	width: 100%;
}

.hpl_news .hplNews {
	clear:both;
	float:left;
	margin-top: 20px;
}
