
.fvr-form-table {
	border-collapse: collapse;
	border-spacing: 0;
}

.fvr-form-table tr td,
.fvr-form-table tr th {
	padding: 12px;
}

.fvr-form-table tr:nth-child( even ) td,
.fvr-form-table tr:nth-child( even ) th {
	background-color: #F0F0F0;
}

.fvr-form-table tr td input[type=text],
.fvr-form-table tr td input[type=url],
.fvr-form-table tr td select {
	max-width: 600px;
	width: 100%;
}

.fvr-form-table tr td textarea {
	height: 6em;
	max-width: 600px;
	width: 100%;
}

.fvr-dashicons-action {
	color: #999;
	cursor: pointer;
	margin-left: 0.5em;
}

.fvr-form-table .fvr-form-table-inner tr td,
.fvr-form-table .fvr-form-table-inner tr th {
	border-top: 1px solid #CCC;
}

.fvr-form-table .fvr-form-table-inner tr:last-of-type td,
.fvr-form-table .fvr-form-table-inner tr:last-of-type th {
	border-bottom: 1px solid #CCC;
}


/* media dialogs */

.ui-dialog {
	z-index: 9999 !important;
}

.fvr-dialog-contents {
	overflow: scroll;
}

.fvr-dialog label,
.fvr-dialog input,
.fvr-dialog select option {
	font-size: 14px;
}

.fvr-dialog input[type=text],
.fvr-dialog input[type=url] {
	box-sizing: border-box;
	padding: 2px 4px;
	width: 95%;
}

.fvr-dialog select {
	box-sizing: border-box;
	width: 95%;
}

.fvr-dialog table {
	border: 1px solid #EEE;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.fvr-dialog table td,
.fvr-dialog table th {
	font-size: 14px;
	padding: 12px;
}

.fvr-dialog table td:last-child {
	text-align: right;
}

.fvr-dialog table tr:nth-child( even ) td,
.fvr-dialog table tr:nth-child( even ) th {
	background-color: rgba( 0, 0, 0, 0.05 );
}

.fvr-dialog table .dashicons {
	color: #CCC;
	cursor: pointer;
	font-size: 24px;
	height: 24px;
	margin-right: 4px;
	width: 24px;
}

.fvr-dialog textarea {
	width: 100%;
}

.fvr-dialog-footer {
	border-top: 1px solid #ccc;
	margin-top: 1em;
	padding: 12px 0;
	text-align: right;
}

.fvr-media-button span {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px auto;
	float: left;
	font-size: 16px;
	height: 16px;
	line-height: 30px;
	margin: 0;
	text-align: center;
	width: 16px;
}



/* quasi-Bootstrap4 grid system */

.fvr-form-table tr td > div.fvr-grid {
	display: flex;
	max-width: 600px;
}

.fvr-form-table tr td > div.fvr-grid > div.col {
	box-sizing: border-box;
	padding: 0 12px 12px 0;
}

.fvr-form-table tr td > div.fvr-grid > div.col label {
	font-size: 12px;
}

.fvr-form-table tr td > div.fvr-grid:last-of-type > div.col {
	padding: 0 12px 0 0;
}

.fvr-form-table tr td > div.fvr-grid > div.col-12 {
	width: 100%;
}

.fvr-form-table tr td > div.fvr-grid > div.col-6 {
	width: 50%;
}

.fvr-form-table input[type=email],
.fvr-form-table input[type=phone],
.fvr-form-table input[type=text],
.fvr-form-table input[type=url],
.fvr-form-table select {
	width: 100%;
}


/* editable username */

.user-user-login-wrap .description {
	display: none !important;
}

.user-login-validation {
	font-size: 30px;
}


/* attached files */

.fvr-attachments span.dashicons {
    color: #AAA;
}

#fvr-attachments-attached-files {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 800px;
    width: 100%;
}

#fvr-attachments-attached-files tr td,
#fvr-attachments-attached-files tr th {
	cursor: move;
    padding: 8px;
}

#fvr-attachments-attached-files tr td:last-of-type,
#fvr-attachments-attached-files tr th:last-of-type {
    width: 60px;
}

#fvr-attachments-attached-files tr td input[type=text] {
    width: 300px;
}

#fvr-attachments-attached-files tr th {
    background-color: rgba( 0, 0, 0, 0.1 );
}

#fvr-attachments-attached-files tr:nth-child( even ) td {
    background-color: rgba( 0, 0, 0, 0.05 );
}

#fvr-attachments-attached-files span.dashicons-trash {
    cursor: pointer;
}

.fvr-attachments-attached-files-dragging {
	border: 1px solid #444;
}


p.description {
	font-style: italic;
	margin-top: 1em;
}


/* tooltips */

.fvr-admin-tooltip {
	color: #999;
	display: inline-block;
	margin-left: 8px;
}

.ui-tooltip {
	background-color: #222 !important;
	border-width: 0 !important;
	box-shadow: none !important;
	color: White !important;
}


.fvr-post-access-control {
	margin-top: 1em;
}