@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/concrete_seamless.png);
	text-align: center;
}

#loading-layer {
	width: 100%;
	height: 100%;
	background-color: #424242;
	z-index: 100;
	position:absolute;
    margin:0;
    padding:0;
    top:0px;
    left:0px;
    border:none;
	display: table-cell;
    vertical-align: middle
	min-height: 10em;
}

#loading-layer #loading-img {
	position:relative;
	background-color: #000000;
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin: 0px auto;
	display: block;
	margin: 20% auto;
}

header img{
	margin-left: auto;
    margin-right: auto;
}

#content .tab-content {
	margin: 80px 10px 10px 10px;
}

#url-input-field {
	height: 50px;
    font-size: 14pt;
}

#btnSearch {
	margin-top: 20px;
}

#map-canvas {
	display: block;
    width: 100%;
	min-height: 895px; 
}
.tab-content {
	margin: 0 !important;
}

.tab-pane:not(#map-view) {
	padding: 70px 25px 0px 25px;
}

#map-view {
	padding-top: 50px;
}

#overview-table{
	width: 280px;
	max-width: 800px;
	text-align: left;
}

#grid-view-table{
	text-align: left;
}

#countries {
	width: 100% !important;
	max-width: 800px;
	height: auto !important;
}

#grid-view-table tbody tr td {
	padding: 0px;
}

#grid-view-table tbody tr td a{
	text-decoration: none;
	display: block;
	padding: 8px;
}

#grid-view-table tbody tr td:hover{
	background-color: #9d9d9d;
}

#grid-view-table tbody tr td a:hover{
	color: #ffffff;
}

footer {
	background:#9d9d9d;
	width:100%;
	height:30px;
	position:fixed;
    bottom:0px;
	padding-top: 5px;
}