.tweet {
    float: right;
	width: 100%;
    margin: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, .6);
    border-radius: 20px;
    color: #eee;
    font-size: 14px;
    display: inline-block;
}

.infoBox {
	float: right;
    margin: 10px;
    padding: 10px;
	padding-top: 20px;
    background: rgba(0, 0, 0, .6);
    border-radius: 20px;
    color: #eee;
    font-size: 14px;
    display: inline-block;
	
	min-width: 200px;
	width: auto;
}

.infoBox.secondary {
	background: rgba(60, 0, 0, 0.6);
}

.infoBox div.meshSliderContainer {
	clear: both;
	float: none;
	width: auto;
}

.infoBox div.closeButton {
	position: absolute;
    top: 0px;
    right: 0px;
    width: auto;
    font-size: 140%;
    color: red;
    cursor: pointer;
    font-weight: bold;
}

.infoBox div .leftAlign {
	width: auto;
}

.infoBox div .rightAlign {
	float: right;
	clear: right;
	
	width: auto;
}

.infoBox .verticalBreak {
	height: 10px;
}

.infoBox a {
	clear: both;
	float: left;
	margin-top: 10px;
}

#selected_tweet.measureDisplayBox .tweet {
	margin-right: 0px;
}

.tweet-information {
    display: inline;
    padding: 0 0 0 0;
    margin: 0;
    max-width: 500px;
}

.tweet-information > p {
    margin: 0;
    padding: 10px 0 0 10px;
    word-wrap: normal;
}

.tweet-logo {
    padding: 0;
    margin: 0;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 5px;
    float: left;
}

.tweet-screenName {
    font-size: 18px;
    padding: 0 0 0 10px;
}

.tweet-small-text {
    font-size: 12px;
}

.affixedText {
	margin-bottom: 0px;
	margin-top: 10px;
}

#selected_tweet {
    position: absolute;
    top: 60px;
    bottom: 0px;
    height: max-content;
    max-height: 85%;
    max-height: calc(100% - 60px);
    max-width: 350px;
    z-index: 500;
    right: 55px;
}

div.dialogMenu.enabled {
	visibility: visible;
	background-color: rgba(28,43,51,0.8);
	color: white;
	border: 1px solid white;
	padding: 10px;
	padding-left: 5px;
	padding-right: 0px;
}

#selected_tweet.empty .draggableElement {
	width: 0px;
	height: 0px;
}

#selected_tweet.moved div div div.tweet {
	margin: 0px;
	margin-right: 10px;
}

#selected_tweet.moved .draggableElement {
	top: 0px;
}

#map1 #feature_table.enabled {
	position: absolute;
    left: 0px;
	min-width: 300px;
    max-width: 30%;
    height: 100%;
	border-left: none;
	width: min-content;
	z-index: 1;
	padding-right: 10px;
	overflow-y: hidden;
}

#feature_table.enabled > table,tr,td {
	border: 1px solid white;
	white-space: nowrap;
}

#feature_table.enabled table tr {
	cursor: pointer;
}

#feature_table.enabled table tr:first-child {
	background: rgb(200, 200, 200);
	color: black;
}

#feature_table.enabled #mini_dialog.enabled {
	position: absolute;
	height: 50%;
	width: 100%;
    overflow-y: auto;
    bottom: 0px;
    left: 0px;
    border-top: 1px solid white;
}

#feature_table.enabled #mini_dialog .tweet-contents .infoBox {
	float: none;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	background: none;
}

#feature_table #mini_dialog .tweet-contents .infoBox {
	width: 0%;
	height: 0%;
    float: none;
}

#feature_table.enabled #mini_dialog .clearfix .tweet {
	float: none;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	background: none;
}

#feature_table #mini_dialog .clearfix .tweet {
	width: 0%;
	height: 0%;
    float: none;
}

#feature_table #table_container {
	max-height: 100%;
	overflow-y: scroll;
}

#feature_table #table_container img {
	width: auto;
	margin: auto;
	display: block;
}

#feature_table #table_container.compressed {
    max-height: 50%;
}

#feature_table #table_container table tr.selected {
    background: rgb(190, 190, 190);
	color: rgb(50,0,0);
}

#feature_table .primaryIcon {
	position: absolute;
    right: 1px;
    font-size: 120%;
    top: 0px;
	cursor: pointer;
	width: 20px;
    height: 20px;
}

span.clickable_span {
	color: rgb(180, 180, 240);
	cursor: pointer;
}

span.clickable_span:hover {
	text-decoration: underline;
}

.tweet-contents {
	max-height: 100%;
}

.rd-back:before {
	content: "\25C0";
	color: black;
}

.rd-next:before {
	content: "\25B6";
	color: black;
}

.rd-day-selected {
	background: rgb(200, 200, 200);
	color: black;
	border: 1px solid white;
}

td.rd-day-body {
	border: 1px solid white;
}

#controls_sub_container {
	position: relative;
	top: 70px;
}

.controlElement {
	height: 30px;
	position: relative;
}

#center_container {
	position: absolute;
	height: max-content;
    width: max-content;
	margin: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

#zoom_controls .Zoom {
	cursor: pointer;
    margin: 0;
    border: 0;
    padding: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}

#zoom_controls .ZoomIn {
    background-image: url("/js/lib/navigation/resources/images/zoom/zoom_plus.png");
    top: 0;
    left: 0;
}

#zoom_controls .ZoomIn:active {
    top: 1px;
}

#zoom_controls .ZoomOut {
    background-image: url("/js/lib/navigation/resources/images/zoom/zoom_min.png");
    top: 32px;
    left: 0;
}

#zoom_controls .ZoomOut:active {
    top: 33px;
}

#pan_controls {
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background: transparent no-repeat 0 0;
}

#pan_controls .PanBackground {
    z-index: 500;
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background: transparent no-repeat 0 0;
}

#pan_controls .PanBackground2 {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background: transparent no-repeat 0 0;
}

#pan_controls .Pan {
	cursor: pointer;
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    width: 18px;
    height: 18px;
}

#pan_controls .PanUp {
    top: 0;
    left: 18px;
    background-image: url("/js/lib/navigation/resources/images/up_arrow.png");
    background-size: 18px 18px;
}

#pan_controls .PanUp:active {
    top: 1px;
}

#pan_controls .PanDown {
    top: 36px;
    left: 18px;
    background-image: url("/js/lib/navigation/resources/images/down_arrow.png");
    background-size: 18px 18px;
}

#pan_controls .PanDown:active {
    top: 37px;
}

#pan_controls .PanLeft {
    top: 18px;
    left: 0;
    background-image: url("/js/lib/navigation/resources/images/left_arrow.png");
    background-size: 18px 18px;
}

#pan_controls .PanLeft:active {
    top: 19px;
}

#pan_controls .PanRight {
    top: 18px;
    left: 36px;
    background-image: url("/js/lib/navigation/resources/images/right_arrow.png");
    background-size: 18px 18px;
}

#pan_controls .PanRight:active {
    top: 19px;
}

#pan_controls .PanIcon {
	cursor: default;
	top: 18px;
	left: 18px;
	background-image: url("/js/lib/navigation/resources/images/eyeIcon.png");
	background-size: 18px 18px;
}

.measureElement .Measure {
	z-index: 500;
	
	cursor: pointer;
    margin: 0;
    border: 0;
    padding: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}

.measureElement .Measure:active {
    top: 1px;
}

#measure_controls .Measure {
    background-image: url("/js/lib/navigation/resources/images/ruler.png");
}

#measure_controls.enabled .Measure{
	background-image: url("/js/lib/navigation/resources/images/rulerActive.png");
}

#shape_measure_controls .Measure {
    background-image: url("/js/lib/navigation/resources/images/lineDraw.png");
}

#shape_measure_controls.enabled .Measure{
	background-image: url("/js/lib/navigation/resources/images/lineDrawActive.png");
}

#point_measure_controls .Measure {
	background-image: url("/js/lib/navigation/resources/images/ruler.png");
}

#point_measure_controls.enabled .Measure {
	background-image: url("/js/lib/navigation/resources/images/rulerActive.png");
}

#selection_controls .Selection {
	cursor: pointer;
    margin: 0;
    border: 0;
    padding: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}

#selection_controls .Selection {
	z-index: 500;
    background-image: url("/js/lib/navigation/resources/images/dragSelection.png");
}

#selection_controls.enabled .Selection{
	background-image: url("/js/lib/navigation/resources/images/dragSelectionActive.png");
}

#selection_controls .Selection:active {
    top: 1px;
}

#pan_controls {
    position: absolute;
	z-index: 200;
	top: 5px;
	right: 0px;
	width: 60px;
	height: 60px;
}

#zoom_controls {
    position: relative;
    z-index: 200;
    width: 30px;
    height: 62px;
}
