.wp-admin select {
	width: 95%;
	height: 26px;
}
body {
	background-color: transparent;
	color: #444;
	font-family: "Open Sans",sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}
h3, .h3 {
	font-size: 1.3em;
}
h4, .h4 {
	font-size: 1.1em;
}
h5, .h5 {
	font-size: 1em;
}
select {
	min-width: 100px;
}
pre {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 1.42857143;
	color: #444;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #fff;
	border: none;
	border-radius: none;
}
.font-small {
	font-size: 0.6em;
	line-height: 2.0em;
}
a:hover {
	text-decoration: none;
}
table td, table th {
	white-space: nowrap;
}
table.text-center {
	text-align: center !important;
}
table.text-center th {
	text-align: center !important;
}
.scroll-x {
	overflow-x: scroll;
}
.widefat th.text-right {
	text-align: right;
}
.form-wrap>p.submit {
	display: block;
}
.form-field-checkbox {
	padding-top: 8px;
}
.form-field-checkbox input[type=checkbox] {
	margin: 0 4px 4px 0;
}
.form-field textarea {
	resize: vertical;
	min-height: 125px;
}
@media screen and (max-width: 768px) {
	.form-field input[type=radio] {
		width: 25px;
	}
}
div.date-picker a {
	position: relative;
	width: 100%;
	height: 2.0em;
	display: block;
	margin-bottom: 1.0em;
}
div.date-picker a:hover span.dashicons {
	text-decoration: none;
}
div.date-picker input[type=text] {
	position: absolute;
	top: 0;
	left: 0;
	width: 86%;
	background-color: #fff;
}
div.date-picker span.dashicons {
	position: absolute;
	right: 0;
	width: 15%;
	height: 1.3em;
	background-color: #fff;
	border: 1px solid #ccc;
	line-height: 1.2em;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.actions {
	visibility: hidden;
}
tr:hover .actions {
	visibility: visible;
}
table.date-picker a {
	display: block;
	min-width: 2em;
	padding: 2px;
}
@media screen and (max-width: 1199px) {
	.widefat td, .widefat th {
		padding: 4px 3px;
	}
	.jBox-container {
		margin-top: 40px;
		margin-left: 100px;
	}
}
.selectDate {
	border: 1px solid #428bca;
}
.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	height: 32px;
	width: 32px;
	background: url('./images/loader.gif');
}
.summary-table thead th span {
	display: block;
	text-align: center;
}
.summary-table thead th span div:nth-child(1),
.summary-table thead th span div:nth-child(2),
.summary-table thead th span div:nth-child(4) {
	color: #ccc;
	font-size: 9px;
	line-height: 12px;
}
.summary-table thead th span div:nth-child(3) {
	font-size: 18px;
}

.summary-table tbody th {
	vertical-align: middle;
}
.summary-table tbody td.inventory {
	min-width: 150px;
}
.summary-table tbody td.inventory div {
	width: 50%;
	float: left;
}
.summary-table tbody td.inventory div:nth-child(odd) {
	color: #ccc;
	font-size: 11px;
}
.summary-table tbody td.index a {
	display: block;
	border: 1px solid #ddd;
}
.summary-table tbody td.index a:hover {
	border: 1px solid #2ea2cc;
}
.summary-table tbody td.index a div:first-child {
	border-bottom: 1px solid #ddd;
}
.summary-table tbody td .item {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.summary-table tbody td .room {
		visibility: hidden;
	}
}
.summary-table tbody td .price {
	color: #ccc;
	font-size: 9px;
	text-align: right;
}
.datepicker-distance td,
.datepicker-distance th {
	padding: 4px 6px;
}
.datepicker-distance .r-border {
	border-right: 1px solid #ddd;
}
.datepicker-distance .l-border {
	border-left: 1px solid #ddd;
}
table.widefat pre {
	max-width: 20rem;
}
