html {
	width: 100%;
	height: 100%;
	background: #505050;
}

body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: #505050;
}

body.vf-wait, body.vf-wait *{
	cursor: wait !important;   
}

img.thumbborder {
	border: 1px solid #DDDDDD;
}

#world-map {
	width: 100%;
	height: 96%;
	overflow: hidden;
}

#result {
	color: #FFF;
}

.portrait {
	background: url("/img/Portrait.png") no-repeat scroll center center #505050;;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	position: absolute;
	height: 100%;
	width: 100%;
}

.jvectormap-legend {
	background: #08385F;
	border: black 1px solid;
}

.vf-top {
	display: table;
	width: 100%;
}

.vf-row {
	display: table-row;
	width: 100%;
}

.vf-passports {
	display: table-cell;
	width: 50%;
	min-width: 410px;
	padding: 5px 20px;
	font-weight: bold;
	font-size: 14px;
	color: white;
	background: #505050;
}

.vf-buttons {
	display: table-cell;
	width: 50%;
	text-align: right;
	min-width: 320px;
	padding: 5px 20px;
	background: #505050;
}

.vf-select {
	width: auto;
	display: inline-block;
}

.modal {
	position: fixed;
	right: o;
	top: 40px;
}

.modal-header-disclaimer {
	background: #C9302C;
	color: #FFF;
}

.modal-header-credits {
	background: #5BC0DE;
	color: #FFF;
}

.modal-header-feedback {
	background: #286190;
	color: #FFF;
}

.modal-title {
	text-align: left;
}

.modal-body {
	background: #6794BA;
	text-align: left;
}

.modal-footer {
	background: #6794BA;
	text-align: left;
}

.popover   {
	background-color: #2F4F4F;
	color: #ECF0F1;
	width: 120px;
}

.popover.right .arrow : after {
	border-right-color: #2F4F4F;
}

.input-group[class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}

.btn-wiki {
	background: url('/img/Wiki.png') #f2f2f2;
	background-position: 0px -7px;
	background-repeat: no-repeat;
	background-size: 39px 43px;
	padding-left: 26px;
	padding-bottom: 26px;
	color: #000;
	display: inline-block;
}

.btn-wiki:hover {
	background: url('/img/Wiki.png') #e0e0e0;
	background-position: 0px -7px;
	background-repeat: no-repeat;
	background-size: 39px 43px;
	padding-left: 26px;
	padding-bottom: 26px;
	color: #000;
	display: inline-block;
}

.vf-table th, .vf-table td {
	border-top: none !important;
	font-weight: bold;
}
