.inline {
	display: inline;
}

div.table {
	display: table;
}
div.tr.thead {
	font-weight: bold;
}
div.tr {
	display: table-row;
	border-collapse: collapse;
	height: 50px;
	line-height: 24px;
}
div.tr:nth-child(even){
	background: #F2F2F2;
}
div.tr > div {
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #DFDFDF;
	padding: 12px;
}
div.tr.thead > div {
	border-bottom: 1px solid #DFDFDF;
}
.table td, .table th {
	vertical-align: middle;
}
table.authtokens td:first-child {
	font-weight: bold;
}
table.authtokens td:nth-child(2) {
    word-break: break-all;
}
form label {
    display: block;
    margin: 0;
    font-weight: bold;
}
.formelement {
	margin: 10px 0;
}
.table-responsive.entries .thead div,
table thead th {
    text-transform: capitalize;
}
.table-responsive.single-entry .tbody div:first-child {
	font-weight: bold;
	text-transform: capitalize;
	width: 50%;
}

.no-sort::after, .no-sort::before { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }
.no-sort.clickable { pointer-events: auto!important; }

.no-padding-right {
	padding-right: 0 !important;
}

form.borderless-inputs input[type="text"],
form.borderless-inputs input[type="email"],
form.borderless-inputs input[type="password"],
form.borderless-inputs textarea {
    border: none;
    background: transparent;
    outline-width: 0;
    width: 100%;
}
form.borderless-inputs textarea {
    min-height: 100px;
}
.btn {
	margin: 10px 0;
}
td .btn {
	margin: 0;
}
textarea.full_width_pop {
    width: 100%;
    height: 400px;
}
.form-element.type-radio span {
    padding: 0 15px 0 3px;
}


div[data-thisItem]{
	display: none;
}


@media screen and (max-width: 900px){
	div.tr {
		display: block;
		height: auto;
		line-height: 1.2;
		border-bottom: 2px solid #DFDFDF;
		padding: 20px 0
	}
	div.tr > div:first-child {
		font-weight: bold;
	}
	div.tr:nth-child(even){
		background: inherit;
	}
	div.tr > div {
		display: block;
		border-top: none;
		padding: 5px 12px;
	}
	div.tr.thead > div {
		display: none;
	}

	table.mobile-friendly thead {
	    display: none;
	}
	table.mobile-friendly tr {
	    width: 100%;
	    display: block;
	    padding: 15px;
	}
	table.mobile-friendly td {
	    display: block;
	    border: 0;
	    padding: 0;
	}

}

@media screen and (max-width: 720px){
	table.authtokens thead {
		display: none;
	}
	table.authtokens tr {
		border-top: 1px solid #dee2e6;
	}
	table.authtokens td {
		display: inline-block;
		width: 100%;
		border-top: none;
	}
	table.authtokens td:nth-child(2){
		word-break: break-word;
	}
}
