@CHARSET "UTF-8";

body {
	font-family: "Arial", sans-serif;
}

input[type="text"] {
	width: 200px;
}

.ui-button-text {
	padding: .2em .5em !important;
} 

.ui-dialog {overflow: visible;}

.resultsArea {
	font-size: 9pt;
	width: 700px;
	overflow-y: auto;
	padding: 2px;
	border: 1px solid lightgrey;
}

.history-area {
	font-size: 9pt;
	width: 1194px;
	height: 450px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 2px;
}

#SearchTable {
	width: 100%;
}

#SearchResultsCell {
	width: 50%;
}

#SearchResults {
	width: 100%;
	height: 370px;
}

.resultsArea table tr td {
	padding-right: 10px;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
}

input[type="text"].numberEdit {
	width: 50px;
}

input[type="text"].textShort {
	width: 50px;
}

input[type="text"].textLong {
	width: 150px;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
}

.cursor-selectable {
	cursor: pointer;
}

.ui-widget {
	font-size: 11px !important;
}

.grid_row {
	display: table-row;
	vertical-align: top;
}

.grid_table {
	display: table;
	border-spacing: 20px 0px;
}

.grid_cell {
	display: table-cell;
	padding-bottom: 10px;
	vertical-align: top;
}

.grid_cell_middle {
	display: table-cell;
	padding-bottom: 10px;
	vertical-align: middle;	
}

#PlaceRadius {
	width: 50px;
}

#map {
	height: 720px;
}

.map-column {
	float: left;
	margin-right: 10px;	
}

#projectMap {
	height: 720px;
	width: 1280px;
}

#projectLegend {
	margin-left: 10px;
}

.legend-text {	
	margin-left: 10px;
	vertical-align: middle;
}

#lengthArea {
	margin-left: 10px;
	margin-top: 10px;
}

.overflow {
	height: 200px;
}

.align-middle {
	vertical-align: middle;
}

input[type="text"].date_ctrl {
	width: 100px;
}

#poiSymbol {
	width: 120px;
}

#login_container {
	width: 100%;
	height: 100vh;
}

#login_container div.grid_table {
	margin: 200px auto;
}

#login_container input {
	width: 150px;
}

.right-aligned {
	text-align: right;
}

.headerTable {
	width: 100%;
}

h2, h3 {
	margin: 0px;
}

.select2-results__option {
	font-size: 0.7em !important;
}

#bookOwners {
	width: 200px;
}

.comment-field {
	width: 200px;
	height: 50px;
}

input[type="text"].float-input {
	width: 150px;
}

.alert-contents {
	text-align: center;
	vertical-align: middle;
}

#pois_grid {
	z-index: 0;
}

.ui-dialog {
	z-index: 9998;
}

.select2-dropdown {
	z-index: 9999 !important;
} 

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

.top-header {
    text-align: right;
    position: absolute;
    z-index: auto;
    right: 30px;
    background-color: transparent;
    top: 15px;	
}

.admin-area {
	display: none;
}
 
.jqx-grid-cell {
	font-size: 11px;
}

.control-label {
	line-height: 30px;
}

.control {
	float: right;
}

#book-comment-area {
	font-size: 0.8em;
}

.lock-area {
	font-weight: bold;
	display:none;
}

#email-links {
	font-size: 0.9em;
}

#history-expander {
	margin-left: 20px;
}

#undo-area {
	float: right;
}

.radiobutton {
	float: left;
}

.common-control {
	margin-left: 22px;
}

.select-label {
	line-height: 25px;
}

.history-table-header {
	font-weight: bold;
	padding-right: 10px;
}

.history-poi-name {
	font-weight: bold;
}

.history-table-row {
	padding-right: 15px;
}

div.books-pois-table div.grid_row div.grid_cell:first-child {
	width: 380px;
}

div.books-pois-table div.grid_row div.grid_cell:nth-child(2) {
	width: 940px;
}

.history-area table {
	width: 100%;
}

.fa {
	font-size: 1.3em;
}

.ui-dialog {
  -webkit-touch-callout: none; 
  -webkit-user-select: none;  
  -khtml-user-select: none;    
  -moz-user-select: none;      
  -ms-user-select: none;       
  user-select: none;  	
}

.recently-changed {
	background-color: #eeeeff
}

.jqx-fill-state-pressed-classic.recently-changed { 
	background-color:#7A7Aff; 
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#9898ff),to(#6969ff));  
	background-image:-moz-linear-gradient(top,#9898ff,#6969ff);  
	background-image:-o-linear-gradient(top,#9898ff,#6969ff);  
	border-color:#666;  
	color:white;  
	text-shadow:0 1px 0 #333;  
	border-image:initial
}

.delete-menu {
	position: absolute;
	background: white;
	padding: 3px;
	color: #666;
	font-weight: bold;
	border: 1px solid #999;
	font-family: sans-serif;
	font-size: 12px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, .3);
	margin-top: -10px;
	margin-left: 10px;
	cursor: pointer;
	width: 100px;
}

.delete-menu-item:hover {
	background: #eee;
}

.color-button {
	float: left;
	width: 20px;
	height: 20px;
	border: 3px solid white;
}

.color-button.color-button-selected {
	border-color:#0066cc;
}

.project-upload-button button {
	width: 30px !important;
	height: 30px;
	cursor: default;
}

.project-upload-button.jqx-fill-state-disabled button {
	cursor: default;
}

.jqx-file-upload-file-row {
	display: none;
}

.jqx-file-upload-buttons-container {
	display: none !important;
}

.jqx-widget.jqx-checkbox {
	font-size: 11px;
}

.project-upload-button.jqx-file-upload {
	padding: 0px;
	border: 0px solid black;
	display: inline;
	width: 30px;
	height: 30px;
	overflow: hidden;
	line-height: 1.9;
	top: 1px;
}

.result-table-progress td {
	text-align: center;
} 

.check-results {
	user-select: text;
	-moz-user-select: text;
}

.button-block-table td {
	padding-top: 0px;
	padding-bottom: 5px;
}

.button-block-table {
	float: left;
}

.google-services-area {
	margin-left: 30px;
}

.dialog-subheader {
	font-weight:bold;
	margin-bottom: 10px;
}

.checker-warning {
	font-weight: bold;
	margin-left: 20px;
}

.jqx-fill-state-disabled {
	cursor: default;
	color: #000;
	opacity: .25;
	filter: Alpha(Opacity=45);
}

#books_grid {
	min-width:380px;
}

#ExportType {
	width: 150px;
}

.poicheck-button {
	width: 115px;
}

table.txt-dialog-table tr td:last-child {
	padding-left: 20px;
}

.womo {
	display: inline;
}

.nowomo {
	display: none;
}

.poicheck-dd .jqx-dropdownlist-content {
	font-size: 11px;
	text-align: center;
	color: #555555;
}

.poicheck-dd.jqx-fill-state-normal {
	border-color: #cccccc;
}

#message-area {
	width: 1450px;
	height: 100px;
	padding-top: 10px;
}

.comparison-table {
	margin-bottom: 10px;
	margin-top: 10px;
}

.comp-table-area {
	float: left;
}

#dialog-comparison span~span {
	margin-left:10px;
}

#poi_comp_grid,#comparison_grid {
	margin-bottom: 10px;
}

.resultBtn {
	margin-right: 10px;
}

#project-comment-area {
	margin-top: 10px;
	font-size: 0.8em;
	height: 5px;
}

.search-filter {
	margin-left: 20px;
}