/* Map Viewer CSS */




html, body
{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}


.map_container {
	/*
	height: calc(100% - 250px);
	*/
	height: 100%;
	width: 100%;
	position: relative;
}

.result_container {
	height: 200px;
	width: 100%;
	overflow: scroll;
}

.result_header {
	cursor: pointer;
}

.filter_container {
	height: 50px;
	width: 100%;
}

.pagination_container {
	height: 30px;
	width: 100%;
}

.pagination_select {
	font-size: 9pt;
	/* font-weight: bold; */
	text-align: center;
	text-align-last: center;
}

.filter-select, .print-btn{
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-align-last: center;
	/*max-width: 200px;*/
}

.filter-select option {
	text-align: center;
	text-align-last: center;
}

.filter-search {
	height: 32px;
	width: 100px;
	background: #1bc248;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}

.filter-search::placeholder {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF !important;
	text-align: center;
}

:-ms-input-placeholder.filter-search {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF !important;
	text-align: center;
}

.filter-search-badge {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background: #1bc248;
}

.filter-search-badge:hover {
	text-decoration: none;
	color: #FFFFFF !important;
}

#faci_result_table table thead th {
	font-size: 10pt;
}

#faci_result_table table tbody tr td,#faci_result_table table tbody tr th {
	font-size: 10pt;
}

.faci_result_not_found {
	text-align: center;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 16pt;
}

body
{
	/* Overflow */
	overflow:hidden;

	/* Font */
	font-family: "Verdana", "Times New Roman", "Tahoma", "Vrinda", "Arial", "Helvetica", "sans-serif";

	/* Color */
	background-color:#FFF;
}




#map
{
	/* Size */
	width: 100%;
	height: 100%;

	/* Position */
	/* position: relative !important; */
	/* Margin */
	margin: 0;

	/* Padding */
	padding: 0;

	/* border:solid 1px #C5DBEC; */
}




/* Zoom Control */
#map div.leaflet-control-container .leaflet-control-zoom.leaflet-bar.leaflet-control
{
	/* To align the style of zoom buttons with LGRT's style */
	box-shadow: none;
	border: 1px solid #57585A;
}




/* Zoom-in Button */
#map div.leaflet-control-container .leaflet-control-zoom.leaflet-bar.leaflet-control a.leaflet-control-zoom-in
{
	/* To align the style of zoom buttons with LGRT's style */
	border-bottom: 1px solid #57585A;
}




/* Change Language Button Container */
#change_map_language_div
{
	/* Size */
	width: 120px;
	height: 34px;

	/* Position */
	position: absolute;
	right: 20px;
	top: 20px;

	/* z-Index */
	z-index: 900;

	/* Color */
	background-color: rgb( 158, 158, 158 );
}




/* To highlight the selected language over the Change Language Button */
.switch_button
{
	/* Size */
	width: 33%;
	height: 100%;

	/* Position */
	position: absolute;
	top:0;
	left:0;

	/* z-Index */
	z-index: 2;

	/* Color */
	background-color: rgb(254, 153, 1);

	/* Animation */
	transition: left 0.5s;
}




/* Change Language Button */
.switch_option
{
	/* display */
	display: inline-block;

	/* Size */
	width: 33%;
	height: 100%;
	line-height: 34px;
	
	/* Position */
	position: relative;
	
	/* Text Alignment */
	text-align: center;

	/* z-index */
	z-index: 10;

	/* Color */
	background-color: transparent;
	color: rgb(255,255,255);

	/* Cursor */
	cursor: pointer;
}




/* Copyright Label */
#copyrightDiv
{
	/* display */
	display: inline-block;

	/* Size */

	/* Position */
	position: absolute;
	left: 46px; /* 8 + 30 + 8 */
	bottom: 8px;

	/* Margin */
	margin: 0 5px 0 0;

	/* Padding */
	padding: 0 4px;

	/* Text Alignment */
	text-align: left;

	/* No Wrap */
	white-space: nowrap;

	/* Overflow */
	overflow: hidden;

	/* z-index */
	z-index: 700;

	/* Font */
	font-size: 10px;
	line-height: 13px;

	/* Color */
	background: none repeat scroll 0 0 rgba( 255, 255, 255, 0.7 );
	color: #666666;
}




#gm-mapviewer-powered-by
{
	/* Position */
	position: absolute;
	left: 46px; /* 8 + 30 + 8 */
	bottom: 24px;

	/* Padding */
	padding-left: 4px;
	padding-right: 4px;

	/* Font */
	font-size: 10px;

	/* Color */
	background: none repeat scroll 0 0 rgba( 255, 255, 255, 0.7 );
	color: #666666;
	z-index: 700;
}




#gm-mapviewer-powered-by a
{
	color: #666666;
}

#gm-mapviewer-powered-by a:visited
{
	color: #666666;
}

#gm-mapviewer-powered-by a:hover
{
	color: #999999;
}




/* Leaflet Map Callout */
.leaflet-popup-content table
{
	display: block;
	max-width: 100%;
}




.leaflet-popup-content table tr td:first-child
{
	min-width: 80px;
	vertical-align: top;
}




.leaflet-popup-content table tr td:not([colspan='2'])
{
	display: table-cell;
	//max-width: 250px;
	word-wrap: break-word;
}




.leaflet-popup-scrolled
{
	border: 0;
}




.mapviewer_callout_title
{
	font-size: 0.9rem;
}




/* Facility Name inside the Map Callout */
.popup_faci_name
{
	font-size: 15px;
    font-weight: bold;
	/* Color */
	color: rgba(0,0,0,0.75);
}




/* Facility Address inside the Map Callout */
.popup_faci_address
{
	/* Margin */
	margin-bottom: 4px;

	/* Font */
	font-size: 0.8rem;

	/* Color */
	 color: rgba(0,0,0,0.7);
}

.popup_faci_info_field
{
	font-size: 0.9em;
    color: #4b87d4;
    font-weight: bold;
}

.popup_faci_info_value
{
	font-size: 0.9em;
    font-weight: 500;
    color: rgba(0,0,0,0.7);
}

.popup_faci_photo
{
	width: 50% !important;
    height: auto !important;
    padding: 2px;
}


div.building_csuid
{
	font-size: 12px;
	font-weight: 400;
}




/* Unknown */
/*
.container-fluid
{
	overflow: hidden;
}
*/




.leaflet-control-attribution.leaflet-control
{
	display: none;
}
div.popup_content
{
	height:250px;
	width:300px;
	overflow-y:auto;
}

.table-fixed-head {
	overflow-y: auto; 
	height: 100px; 
}
.table-fixed-head thead th {
	position: sticky; 
	top: 0;
	background: #FFFFFF; 
}