/* search form style */

html {
	position: relative;
	min-height: 100%;
}

body {
	background: #F8F8F8;
	margin-bottom: 70px;
	height: 100%;
}

a {
    cursor: pointer;
}

h1 {
    font-size: 20pt;
    margin-top: 12pt !important;
}

h2 {
    font-size: 16pt;
}

h3 {
    font-size: 14pt;
}

/* Bootstrap elmnts */
.navbar {
    border-radius: 0px !important;
    margin-bottom: 20px;
}

.navbar-brand {
	background: url(img/logo.png) no-repeat 10px 10px;
	padding-left: 40px;
    opacity: 50%;
}

.navbar-brand:hover {
    opacity: 100%;
}

.row {
	height: 100%;
}

.page-container {
	height: 100%;
}

.paginator {
	text-align:center;
	padding-top: 10px;
	border-top: 1px solid #EEE;
	font-size: 12pt;
}

 .bbox-control {
    top: 65px;
    left: .5em;
}

.ol-touch .bbox-control {
	top: 80px;
}

 .erase-control {
    top: 90px;
    left: .5em;
}

.ol-touch .erase-control {
	top: 120px;
}

.poly-control {
    top: 120px;
    left: .5em;
}

h2.panel-title {
	font-size: 15pt;
}

a.head {
	color: #888;
	padding-left: 5px;
}

a.head:hover {
	color: #1377A8;
	text-decoration: none;
}

#sidebar {
	padding:0px;  
	height: 100%;
}

#sidebar .micka-form {
    background: #EEE;
}

#results {
	padding: 10px;
	background: white;
	border-left: 1px solid #CCC;
	min-height: 650px;
}

.form-group {
	margin-bottom: 5px;
}

button.navbar-toggle: {float: left; }
.xhs-level1 {font-weight: bold}
.hs-level2 {padding-left: 15px; color:#777}
.select2-selection__choice {background: #E0F0FF !important;}
.select2-container--bootstrap {width: 100% !important;}

.bg-gray {
  background-color: #F8F8F8;
}

#overmap {
	height: 220px; 
	padding: 0px;
}

div.rec {
	margin-bottom: 0px;
	border-top: #DDD solid 1px;
	color: #4E4E51;
	padding: 7px;
	margin-right: 0px;
}

a.t {
	xpadding-left: 22px;
	min-height: 16px;
	display:inline-block;
}

div.rec:hover {
	border-color: #4E98BD;
	color: black;
	background: #FFE;
}

/* for programatically highlight map selected features */
div.recMap {
	border-color: #4E98BD;
	color: black;
	background: #EDF5F8;
}

div.rec div {
	margin: 2px 0 0 2px;
}

 .rec .bbar {
	font-style: italic;
	font-size: 10px;
	text-align: right;
	color: #909090;
}

div.icons {
	float: right;
	font-size: 18px;
	padding: 0px !important;	
}

span.icons {
	font-size: 18px;
}

.icons a {
	color: #AAA;
}

.icons a:hover {
	color: #1377A8;
}

div.rec div.title a.t {
	font-weight: bold;
	min-height: 16px;
}

div.rec .abstract{
	margin-top: 8px;
	text-align:justify;
}

div.rec .abstract-pub {
	margin-top: 8px;
	text-align:justify;
	color: black;
}

.service {
	color: #C08;
}

.dataset, .series, .nonGeographicDataset, .tile {
	color: #090;
}

.application {
	color: blue;
}

.dc {
	color: orange;
}

.fc {
	color: #F50;
}

.res-type { display: inline-block; margin-right:7px}

.for-inspire {
    background: url("img/inspire_16.png") no-repeat scroll left center transparent;
    width: 16px; height:16px;
    margin-left: 5px;
    display: inline-block;
}

.for-nkod {
    background: url("img/nkod.png") no-repeat scroll left center transparent;
    background-size: 16px 16px;
    width: 16px; height:16px;
    margin-left: 5px;
    display: inline-block;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  color: white;
  padding-top: 10px;
  background-color: #555;
}

.footer a {
	color: #FA0;
}
div.micka-row {
  	display: flex; 
	flex-flow: row wrap;
	border-bottom: 1px solid #EEE;
}
div.micka-row label {
	font-weight: bold;
	xcolor: #408090;
	width: 6cm;
	font-size: 11pt;
	padding: 3px;
}
div.c {
	min-width: 6cm;
	/*max-width: 14.5cm;*/
	font-size: 11pt;
	padding: 3px;
	color: #555; 
}

.full-row {
    display: flex;
}
.full-row:hover {
    background: #edf5f8;
}

.full-label {
    font-weight: bold;
    width: 300px;
    
}
.full-content {
    flex:3;
}

.full-m {
    display:inline-block;
}

.micka-arrow-top {
    float:right;
    display: none;
    color: #AAAAAA;
    cursor: pointer;
}

.micka-arrow-top:hover { color: #1377A8; }

@media (max-width: 990px) {
    .micka-arrow-top { display: inline; }
}

@media (max-width: 600px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #faffc3;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #faffc3;
    background-color: #336e91;
  }
  
  .no-mobile {display:none}
  #overmap {height: 150pt;}
  #results {padding: 5px;}  
}
 
a.valid0 {
    color: red;
}

a.valid1 {
    color: orange;
}

a.valid2 {
    color: green;
}

.micka-req {
    background-color: #FBB !important;
    border-color: #E00 !important; 
}

.browse-graphic {
    max-width: 100%;
}

.subtitle-full {
    font-size: 20px;
    color: white;
    padding: 4px 4px 4px 10px;
    background: #337ab7;
}

#search-form select option {
   display: none;
}
