/*-- Input Dialogs --*/
table.senf_form {
	
}

table.senf_table>caption {
	background-color: lightgray;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	padding-top: 0.25em;
	text-align: left;
}

table.senf_table>thead>tr>th {
	font-family:inherit !important;
	padding: 8px 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

table.senf_table>thead>tr>th.senf_sort.asc::after {
	content: url("../images/asc.png");
	left:4px;
	position:relative;
	top:2px;
}

table.senf_table>thead>tr>th.senf_sort.desc::after {
	content: url("../images/desc.png");
	left:4px;
	position:relative;
	top:2px;
}

table.senf_table>tbody>tr.alternate {
	background-color:#e8e8ff;
}

table.senf_table>tbody>tr:hover:not(.blank) {
	background-color:#ace;
}

table.senf_table>tbody>tr.selected:not(.blank) {
	background-color:#c0ff88;
}

table.senf_table>tbody>tr>th {
	font-family:inherit !important;
	padding:4px;
	font-size:13px;
}

table.senf_table>tbody>tr>td {
	font-family:inherit !important;
}

table.senf_table.widefat {
	padding: 4px 10px;
}

table.senf_table.widefat td {
	line-height:1em;
	vertical-align:middle;
	padding: 4px 2px;
}

table.senf_table td > span.ui-icon {
	height: 17px;
	border: 1px solid #999
}

table.senf_table td > span.ui-icon:hover {
	background-color: #dadada;
}

table.senf_table td.footer.action {
	text-align: left;
	padding: 4px 4px;
	font-size:0.9em;
}

table.senf_table td.footer.pager {
	width:3%;
	text-align:center;
	padding-top:0px !important;
	font-size: 0.8em;;
}

table.senf_table td.footer.page_select {
	width:15%;
	margin:0px !important;
	border:0px !important;
	font-size:0.8em;
	padding:2px 8px;
}

table.senf_table td.footer.page_select>select {
	font-size:0.9em;
	min-height:12px;
}

th.senf_col {
	font-size:1.0em;
	padding-left:4px;
}

th.senf_sort {
	cursor:pointer;
	font-size:1.0em;
	font-weight:bold;
	padding-left:4px;
}

th.senf_sort.italic {
	font-style:italic;
}

.senf_footer td.pager.back {
	cursor:pointer;
}
td.page_select>select {
    line-height: 1.6;
    min-height: 0px;
    font-size: 1em;
    padding-right: 20px;
    margin-top: -2px;
}
.senf_footer td.pager.next {
	cursor:pointer;
}

td.search_select>select {
    line-height: 1.6;
    min-height: 0px;
    font-size: 1em;
    padding-right: 20px;
    margin-top: -2px;
}

td.senf_label {
	width:15%;
	text-align:right;
	white-space:nowrap;
}

td.senf_input {
	width:20%;
}

.senf_input:disabled {
	color:black !important;
}

td.senf_description {
	width:40%;
}

td.senf_dialog {
	vertical-align:bottom;
}

td.senf_dialog.display {
	border-bottom: 1px solid lightgray;
}

td.senf_display {
	font-size:1.0em;
	max-width: 100px;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

td.senf_error {
	color: #FF0000;
	text-align:left;
	vertical-align:middle;
	width:25%;
}

a.senf_delete {
	color:#ff0000;
}

td.senf_la_cell>div {
	width:30px;
}

div[id^=senf][id$=_dialog] {
	background-repeat: no-repeat;
	background-size: 40%;
	background-position-x: right;
	background-position-y: top;
}

.ui-dialog .ui-dialog-content {
	font-size:0.8em;
}
.ui-dialog .ui-dialog-titlebar-close span {
	margin-left:-0.5em !important;
	margin-top:-0.5em !important;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.9em;
	min-height: 20px;
}

button.Delete {
	font-weight: bold;
	color: red;
}

@media only screen and (max-width: 999px) {
	
	.senf_responsive_full_only {
		display:none !important;
	}
	
	.senf_full {
		display:none !important;
	}
	
}

@media screen and (max-width: 782px) {
	.wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column):not(.senf_full):not(.senf_responsive_full_only) {
		display:table-cell !important;
	}
}