/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 27, 2020, 10:27:53 AM
    Author     : Darko Bertovic
	Copyright  : GEO With Us Corp.
*/
.unhighlightable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.inline-links:hover {
	text-decoration: underline;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.mr10 {
	margin-right: 10px;
}

.mt10 {
	margin-top: 10px;
}

.lefty {
	float: left;
}

.righty {
	float: right;
}

.list {
	height: 500px;
	width: 463px;
	overflow-y: scroll;
	border: 1px solid #d8d8d8;
}

.elements {
	margin-top: 5px;
}

.footer {
	width: 463px;
	height: 36px;
}

.sels, .sels2, .sels-no {
	padding: 3px 0 5px 5px;
}

.sels-no {
	color: #999999;
	font-style: italic;
}

.sels-no:hover {
	color: #ffffff;
	background-color: #cccccc;
	pointer: default;
}

.sels:hover, .sels2:hover {
	background-color: #f90;
	color: #ffffff;
	cursor: pointer;
}

.sels2:hover {
	background-color: #62db11;
	color: #ffffff;
	cursor: pointer;
}

.sels.sels-blue, .sels2.sels-blue {
	background-color: #004c84;
	color: #ffffff;
	cursor: pointer;
}

.sels.sels-red, .sels2.sels-red {
	background-color: #FF0000;
	color: #ffffff;
	cursor: pointer;
}

.lhead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 70;
}

.lfoot {
	position: -webkit-sticky;
    position: sticky;
    top: 5px;
    z-index: 69;
}

.lhead {
    background-color: #dedede;
    font-weight: 700;
    font-size: 13px;
    float: left;
    line-height: 20px;
    width: 100%;
	border-bottom: 1px solid #cccccc;
	padding: 5px 0;
}

.lfoot {
	border-bottom: 1px solid #cccccc;
	padding: 5px 0 5px 5px;
	font-size: 13px;
	background-color: #ffffff;
}

.lhead-title {
	margin-left: 10px;
}

.title {
	margin: 20px 0 10px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	font-size: 15px;
	color: #000000;
}
