﻿.inline-block {
	display: inline-block;
}

.doc-body {
	max-width: 100%;
	margin: auto;
	height: 400px;
}

.doc-body-75 {
	max-width: 75%;
}

.inner-doc-body {
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
}

.keyword-container {
	width: 40%;
	margin: 0 15px;
}

.keyword-search-container {
	border: 1px solid #c0c0c0;
	height: 360px;
	clear: both;
	position: relative;
	top: 5px;
}

.selections {
	width: 100%;
	height: 300px;
	border: 1px solid #c0c0c0;
	vertical-align: top;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 5px;
}

.reset-explorer {
	cursor: pointer;
}

.column-container {
	min-width: 200px;
	max-width: 400px;
	width: 400px;
	display: inline-block;
	flex-direction: column;
	flex: 1;
	vertical-align:top;
}

.column-title {
	padding: 5px;
	text-align: center;
	border: 1px solid #c0c0c0;
	border-bottom: 0;
	box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.05);
}

.title-text {
	text-transform: uppercase;
	font-weight: bold;
}

input[type="checkbox"] {
	position: relative;
	top: 2px;
}

.checkbox {
	padding: 2px 0 2px 3px;
}

.checkbox-label {
	display: inline-block;
	padding-left: 5px;
}

.row {
	padding: 10px;
	width: 100%;
	cursor: pointer;
	white-space: nowrap;
}

.row-item-text {
	display: inline-block;
}

.row:hover {
	background: rgba(0, 0, 0, 0.05)
}

.row.selected {
	padding: 10px;
	width: 100%;
	cursor: pointer;
	white-space: nowrap;
	background-color: #eaeaea;
}

.row-item .has-children {
	float: right;
	margin-right: 10px;
}

#keyword-haven {
	position: relative;
	margin-top: 15px;
}

	#keyword-haven.normal {
		top: 0;
	}

	#keyword-haven.slap-top {
		top: -385px;
	}

.body {
	height: 350px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #c0c0c0;
}

@media only screen and (max-height: 750px) {
	.doc-body {
		max-width: 100%;
		margin: auto;
		height: 306px;
	}

	.doc-body-75 {
		max-width: 80%;
	}

	.selections {
		width: 100%;
		height: 225px;
		border: 1px solid #c0c0c0;
		vertical-align: top;
		overflow-y: auto;
		overflow-x: hidden;
		padding: 5px;
	}

	#keyword-haven.slap-top {
		top: -305px;
	}

	.keyword-container {
		width: 46%;
		margin: 0 15px;
	}

	.body {
		height: 275px;
		overflow-y: auto;
		overflow-x: hidden;
		border: 1px solid #c0c0c0;
	}
}
.already-selected:hover {
	text-decoration:underline;
	cursor:pointer;
}