/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Source Sans Pro', sans-serif;
	color:#262f41;
	overflow:hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:hover {text-decoration:none;}

.splitter {
	width:100%;
	clear:both;
	height:1px;
}

.ml-0 {margin-left:0!important;}
.green {background:#28a900;}
.yellow {background:#ffcc00;}
.orange {background:#f87500;}
.red {background:#ff0000;}
.gray {background:#6e6e6e;}
.white {background:#ffffff;}

body {
    background:#000000;
    background:rgba(0,0,0,0.2);
}

.fr { float:right; }

.header {
	width:100%;
	height:88px;
	background:#FFF;
	border-bottom:2px solid #60656b;
	-moz-box-shadow: 10px 10px 0 #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 0 2px 0 #888;
}

h1.logo {
	float:left;
	text-indent:-999999px;
	margin:9px 18px 0 24px;
    height:67px;
    width:94px;
     background:url('../../img/logo.jpg') no-repeat 0 0 transparent;
  /*
    width:110px;
    background:url('../../img/logoBeta.jpg') no-repeat 0 0 transparent;  */
}
.logoImage{
	float:left;
	text-indent:-999999px;
	margin:3px 18px 0 24px;
    height:80px;
    width:98px;
}
h1.logo2 {
	float:right;
	text-indent:-999999px;
	margin:9px 18px 0 24px;
    height:67px;
    width:415px;
    background:url('../../img/fvolcLogos.png') no-repeat 0 0 transparent;
}
h1.logo2Isl {
	float:right;
	text-indent:-999999px;
	margin:9px 18px 0 24px;
    height:67px;
    width:415px;
    background:url('../../img/fvolcLogos_isl.png') no-repeat 0 0 transparent;
}


.header h2 {
	line-height: 88px;
    font-size: 34px;
    padding-top: 1px;
    padding-left: 31px;
}

.content_container {
	float:left;
	margin:12px 0 0 10px;
	width:408px;
	position:relative;
    z-index:50;
}

#left_content_container {
	overflow: hidden;
	/*height:500px;*/
}


.content_container.btnRight {
	position:absolute;
	top:3px;
	right:10px;
    width:130px;
}
.content_container.right {
    position:absolute;
	top:43px;
	right:10px;
	width:510px;
    /*Samsyn*/
    overflow: hidden;
}
#contentDataPortalGrid {
    overflow: auto;
    margin-bottom: 10px;
    width: 492px
}
/*-------------------------------------------------------------------------------------------------*/
.content_container .menu {
	width:100%;
	height:61px;
	text-align:center;
	border-bottom:8px solid #28313a;
}
/*H�r eru boxi� sem er ekki valin litu� hv�t*/
.content_container .menu li {
	float:left;
	background:#FFF;
	height:56px;
}

/*H�r er boxi� sem er vali� lita� bl�tt*/
.content_container .menu li.current {
	background:#0096d1;
	height:61px;
}


.content_container .menu li a {
	float:left;
	line-height:56px;
	font-weight:600;
	color:#4d4a4d;
}

.content_container .menu li a:hover { color: #0097cf; }
.content_container .menu li a:active { color: #0066a0; }

.content_container .menu li.current a {
	color:#FFF;
}

/*-------------------------------------------------------------------------------------------------*/
.content_container .menu li a#volcanoes { width:136px; }
.content_container .menu li a#data_portal { width:136px; }
.content_container .menu li a#catalogue { width:136px; }

.content_container .content {
	display:none;
	float:left;
	position:relative;
	border-bottom: 8px solid #28313A;
}

.content_container.right .content {
	display:block;
	border-bottom: 0;
}

.content_container .content.current {
	display:block;
}

.main_container {
    position:relative;
    width: 100%;
    height: 100%;
}
.myMap {
    position:absolute;
    width: 100%;
}

.item_container {
	float:left;
	margin-top:8px;
    /*Samsyn*/
    overflow: auto;
    margin-bottom: 10px;
}

#left_content_container .item_container {
	overflow:auto;
	width:390px;
}

#left_content_container #content_form_view {
	max-height:881px;
}
#left_content_container #content_catalogue_view {
	max-height:927px;
}
/*
    �arf a� b�a til eitthva� svona
#right_content_container .item_container {
	overflow:auto;
	width:390px;
}*/

.item_container .item, .item_container#content_list_view .item {
	float:left;
	margin:0 0 5px 5px;
	position:relative;	
}

.item_container .item {
	width:119px;
    cursor:pointer;
}

#content_box_view .item img {
	float:left;
	height:106px;
}

#content_box_view .item:hover img {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border:1px solid #0096D1;
  height:106px;
}

#content_box_view .item:hover h2 {
	color:#0096D1;
}

.item_container#content_list_view .item {
	clear:left;
	margin-left:0;
	margin-bottom:10px;
	width:auto;
}

.item_container#content_list_view .item:hover img {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border:1px solid #0096D1;
  height:106px;
}

.item_container#content_list_view .item:hover h2 {
	color:#0096D1;
}

.item_container#content_list_view .item img {
	float:left;
}

.item_container#content_list_view .item .item_content {
	float:left;
	margin-left:16px;
	margin-top:6px;
}

.item_container#content_list_view .item h2 {
	font-size:22px;
	margin-bottom: 9px;
}

.item_container#content_list_view .item p, .pin_detail p {
	font-size:12px;
	margin-bottom:3px;
}

.item_container#content_list_view .item a, .pin_detail .pin_detail_a, .advancedSearch_a {
	color:#262F41;
	padding-right:15px;
	background:url("../../img/arw-right.png") no-repeat scroll 100% 50% transparent;
}

.item_container#content_list_view .item a:hover, .pin_detail .pin_detail_a:hover {
	background:url("../../img/arw-right-hover.png") no-repeat scroll 100% 50% transparent;
}

.item_container#content_list_view .item a:active, .pin_detail .pin_detail_a:active {
	background:url("../../img/arw-right-active.png") no-repeat scroll 100% 50% transparent;
}


.item_container .item .number {
	position:absolute;
	top:72px;
	left:0;
	width:34px;
	height:34px;
	line-height:34px;
	color:#FFF;
	text-align:center;
	font-weight: 600;
    /*nr vs Shortname*/
    font-size: 13px;
}

.item h2 {
	font-size:13px;
	color:#000;
	font-weight:600;
}

.content .options {
	float:left;
	width:100%;
}

.content .options .sortby {
	float:left;
}

.content .options .sortby label {
	float:left;
	line-height:23px;
	margin-right:5px;
	width:auto;
	text-align:left;
}

.content .options .sortby .select_container, .content_container .filter_map .select_container {
	float:left;
	width:148px;
	height:24px;
	overflow:hidden;
	background:url(../../img/arw-down.png) no-repeat 130px 50% #e8eef1;
}

.content_container .filter_map .select_container {
	margin:9px 7px 0 0;
}

.content .options .sortby select, .content_container .filter_map select {
	width:180px;
	height:24px;
	background: transparent;
	padding: 3px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

.content .options .view_option {
	float:right;
}

.content .options .view_option li {
	float:left;
	margin-left:5px;
}

.content .options .view_option li a {
	float:left;
	text-indent:-99999px;
	width:24px;
	height:24px;
}


.content .options .view_option li.pdf_view a { background:url('../../img/pdfav_view.png') no-repeat 0 0 transparent; }
.content .options .view_option li.pdf_view a:hover { background:url('../../img/pdfav_view_hover.png') no-repeat 0 0 transparent; }
.content .options .view_option li.pdf_view a:active { background:url('../../img/pdfav_view_active.png') no-repeat 0 0 transparent; }
.content .options .view_option li.pdf_view.current a { background:url('../../img/pdfav_view_on.png') no-repeat 0 0 transparent; }

.content .options .view_option li.box_view a { background:url('../../img/box_view.png') no-repeat 0 0 transparent; }
.content .options .view_option li.box_view a:hover { background:url('../../img/box_view_hover.png') no-repeat 0 0 transparent; }
.content .options .view_option li.box_view a:active { background:url('../../img/box_view_active.png') no-repeat 0 0 transparent; }
.content .options .view_option li.box_view.current a { background:url('../../img/box_view_on.png') no-repeat 0 0 transparent; }

.content .options .view_option li.list_view a { background:url('../../img/list_view.png') no-repeat 0 0 transparent; }
.content .options .view_option li.list_view a:hover { background:url('../../img/list_view_hover.png') no-repeat 0 0 transparent; }
.content .options .view_option li.list_view a:active { background:url('../../img/list_view_active.png') no-repeat 0 0 transparent; }
.content .options .view_option li.list_view.current a { background:url('../../img/list_view_on.png') no-repeat 0 0 transparent; }

.content .alpha {
    float:left;
	width:390px;
	padding:9px;
    background:#ffffff;
    background:rgba(255,255,255,0.97);
}

.content_container.right .content .alpha {
	/*width:492px;*/
    width: inherit;
}

.content_container.right .content .alpha .title {
	width:300px;
	float:left;
	margin-top:5px;
	margin-bottom:15px;
}

.content .gamma {
    float:left;
	width:12px;
    background:#ffffff;
    background:rgba(255,255,255,0.7);
	position: absolute;
	right: 0;
	top:0;
	height:100%;
}

.content .gamma .scrollbar {
	background:#8298a8;
	width:8px;
	height:50px;
	margin:2px;
}

.toggle_content_container {
	float:left;
	margin:12px 0 0 10px;
	position:relative;
    z-index:50;
}

.toggle_content_container a {
	background:#FFF;
	padding:8px 10px;
	float:left;
	color:#4d4a4d;
	font-weight:600;
	font-size:12px;
}

.toggle_content_container a:hover {
	color:#0097cf;
}

.toggle_content_container a:active {
	color:#0066a0;
}


.footer {
	color:#FFF;
	position:absolute;
	bottom:10px;
	left:10px;
	font-weight: 600;
	font-size: 13px;
    z-index:50;
}

.field {
	float:left;
	clear:both;
	width:100%;
	margin-bottom:10px;
	position:relative;
}

.field.keywords {
	margin-bottom:0;
}

.field td {
    vertical-align: middle;
    padding-left: 5px;
}

form label {
	float:left;
	width:170px;
	text-align:right;
	margin-right:10px;
	line-height: 36px;
	
}
form {
    font-size:15px;
    
}



.select_container {
	float:left;
	width:211px;
	height:36px;
	overflow:hidden;
	background:url(../../img/arw-down.png) no-repeat 190px 50% #e8eef1;
}


.select_overlay {
	float:left;
	position:absolute;
	right:1px;
	top:0;
	width:189px;
	background:url(../../img/arw-down.png) no-repeat 168px 15px #e8eef1;
	border:1px solid #e8eef1;
}


.select_overlay.current, .select_overlay:hover {
	z-index:999;
	border:1px solid #00aeee;
	-moz-box-shadow: 0 10px 4px #c9e8f4;
	-webkit-box-shadow: 0 10px 4px #c9e8f4;
	box-shadow: 0 0 4px #c9e8f4;	
}

.select_overlay span {
	padding:9px 0 11px 10px;
	float:left;
}

.select_overlay ul {
	float:left;
	clear:both;
	width:100%;
	z-index:999;
}

.select_overlay li {
	border-top:1px solid #00aeee;
	padding:9px 0 11px 10px;	
	background:#FFF;
	font-size:14px;
}

.select_overlay li:hover {
	background:#e8eef1;
	color:#0097cf;
}

.select_overlay.multi {
	width:258px;
}
.tableSelectEruptionSearch {
	position: absolute;
    right: 1px;
    width:191px
}


form select {
	width:240px;
	height:36px;
	background: transparent;
	padding: 9px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

form input[type="text"], form input[type="password"], form input[type="number"] {
	width:178px;
	height:34px;
	background: transparent;
	padding: 0 0 0 11px;
	border-radius: 0;
	-webkit-appearance: none;
	border:1px solid #8298a8;
}


form select[multiple] {
	height:auto;
	width: 300px;
}

form select[multiple] option {
	margin-bottom: 6px;
}

form input[type="submit"] {
	height:34px;
	background: #0097cf;
	padding: 0 12px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	font-weight:600;
	float:right;
	color:#FFF;
	margin-right:1px;
}
#fromDate, #toDate {
    background: url(../../img/calender.png) no-repeat 254px 9px transparent;
}
    

.downloadBtn{
	height:34px;
	background: #0097cf;
	padding: 0 12px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	font-weight:600;
	float:left;
	color:#FFF;
	margin-right:1px;
}
.downloadInfoText {
   padding-left: 130px; 
}
.exportExcel{
	height:18px;
	background: #0097cf;
	padding: 6px 8px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	font-weight:400;
	float:right;
	color:#FFF;
	margin-right:1px;
}

input[type="submit"]:hover {
	cursor:pointer;
	background:#00aeee;
}

input[type="submit"]:active {
	background:#0066a0;
}

.data_portal .keywords {
	position:relative;
}

.data_portal .keywords > input[type="text"] {
	width:353px;
}

input[type="text"]:hover, input[type="text"]:focus {
	border:1px solid #00aeee;
	-moz-box-shadow: 0 10px 4px #c9e8f4;
	-webkit-box-shadow: 0 10px 4px #c9e8f4;
	box-shadow: 0 0 4px #c9e8f4;	
}

.data_portal .keywords > input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
    color:    #0097cf;
}
.data_portal .keywords > input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #0097cf;
}
.data_portal .keywords > input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #0097cf;
}
.data_portal .keywords > input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #0097cf;
}

.data_portal .keywords > input[type="submit"] {
	width:34px;
	height:34px;
	background:url('../../img/search.png') no-repeat 50% 50% #FFF;
	position:absolute;
	right:25px;
	top:1px;
	text-indent:-99999px;
}

.data_portal label {
	width:75px;
}

.data_portal input[type="text"] {
	width:268px;
}

.content.data_portal h2 {
	font-size:18px;
	font-weight:600;
	margin:10px 0;
	float:left;
	clear:both;
}

.select_multiple .select_container {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #8298A8;
    height: auto;
    width: 279px;
}

.select_multiple label {
	font-weight:600;
	font-size:17px;
}

.small-btn a {
	width:40px;
	height:40px;
	float:right;
	margin-left:2px;
	text-indent:-99999px;
}

.small-btn.close a { background:url('../../img/close.png') no-repeat 50% 50% #FFF; }
.small-btn.close a:hover { background:url('../../img/close_hover.png') no-repeat 50% 50% #FFF; }
.small-btn.close a:active { background:url('../../img/close_active.png') no-repeat 50% 50% #FFF; }

.small-btn.popout a { background:url('../../img/popout.png') no-repeat 50% 50% #FFF; }
.small-btn.popout a:hover { background:url('../../img/popout_hover.png') no-repeat 50% 50% #FFF; }
.small-btn.popout a:active { background:url('../../img/popout_active.png') no-repeat 50% 50% #FFF; }

.small-btn.popout.hidden a { background:url('../../img/popback.png') no-repeat 50% 50% #FFF; }
.small-btn.popout.hidden a:hover { background:url('../../img/popback_hover.png') no-repeat 50% 50% #FFF; }
.small-btn.popout.hidden a:active { background:url('../../img/popback_active.png') no-repeat 50% 50% #FFF; }

.small-btn.popbig a { background:url('../../img/popbig.png') no-repeat 50% 50% #FFF; }
.small-btn.popbig a:hover { background:url('../../img/popbig_hover.png') no-repeat 50% 50% #FFF; }
.small-btn.popbig a:active { background:url('../../img/popbig_active.png') no-repeat 50% 50% #FFF; }

.small-btn.popbig.hidden a { background:url('../../img/popsmall.png') no-repeat 50% 50% #FFF; }
.small-btn.popbig.hidden a:hover { background:url('../../img/popsmall_hover.png') no-repeat 50% 50% #FFF; }
.small-btn.popbig.hidden a:active { background:url('../../img/popsmall_active.png') no-repeat 50% 50% #FFF; }

a.getlocation  { 
	background:url('../../img/location.png') no-repeat 50% 50% #FFF; 
	width:20px;
	height:20px;
	float:right;
	text-indent:-3000px;
	overflow:hidden;
	margin-right:6px;

}
a.getlocation:hover { background:url('../../img/location_hover.png') no-repeat 50% 50% #FFF; }
a.getlocation:active { background:url('../../img/location_active.png') no-repeat 50% 50% #FFF; }


.filter_map > label {
    float: left;
    line-height: 24px;
}

.content_container .filter {
	background:#FFF;
	float:left;
	width:100%;
	height:42px;
	border-bottom:2px solid #28313A;
	border-top:8px solid #28313A;
	position:relative;
}

.content_container .filter .select_overlay.current li {
	float:none;
	margin:0;
	background:#FFF;
	color:#262F41;
	padding:0 10px;
}

.content_container .filter .select_overlay.current li:hover {
	background:#E8EEF1;
}

.content_container .filter ul li {
    cursor: pointer;
	float:left;
	margin-right:1px;
	position:relative;
    color:#4d4a4d;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    padding: 0 20px 0 20px;
    text-transform: uppercase;
    background:#FFF;
}
.content_container .filter ul li.current {
    background:#0097CF;
    color: #FFFFFF;
}

.content_container .filter ul li a {
    background: url("../../img/close_white.png") no-repeat scroll 0 0 transparent;
    height: 15px;
    width:15px;
    position:absolute;
    top:14px;
    right:15px;
    text-indent:-9999px;
}

.content_container .filter li:hover { color: #0097cf; }
.content_container .filter li:active { color: #0066a0; }

.content_container.right .filter_map {
	float:right;
	margin-top:9px;
}

.content_container.right .filter_map form label {
	width:auto;
	height:42px;
	line-height:42px;
}

.content_container.right .content {
	min-height:160px;
}

.content_container.right h2 {
	font-size:22px;
	margin-bottom:6px;
	line-height:30px;
}

.content_container.right p.author, .content_container.right p.updated {
	font-style: italic;
	color:#6e6e6e;
}

.content_container.right p.updated {
    text-align: right;
    /*float: right;*/
    font-size: 12px;
    margin-top: 15px;
}
.content_container.right p.toplinks {
    text-align: right;
    /*float: right;*/
    font-size: 12px;
    margin-top: 15px;
    font-style: italic;
    cursor: pointer;
    text-decoration: underline;
}
.aboutLink,.aboutLink a:visited {
    color: black;
    text-align: right;
    /*float: right;*/
    font-size: 16px;
    margin-top: 15px;
    /*font-style: italic;*/
    cursor: pointer;
    text-decoration: underline;
}

.content_container.right .section {
	float:left;
	width:100%;
	margin-bottom:2px;
}

.content_container.right .sub_content {
	display:none;
	padding:10px;
    font-size: 14px;
}

.content_container.right .sub_content.current {
	display:block;
    /*H�r er h��in � catalog k�flunum stillt*/
	height: auto;
    /*height: 350px;*/
    overflow: auto;

}

.content_container.right .subsub_content {
	display:none;
	padding:10px;
    font-size: 14px;
}

.content_container.right .subsub_content.current {
	display:block;
	height: auto;
    overflow: auto;
	
}
.content_container.right .section h3 {
	clear:both;
	background:url('../../img/arw-down-white.png') no-repeat 96% 50% #0097cf;
	height:34px;
	line-height:34px;
	padding:0 0 0 12px;
	color:#FFF;
}

.content_container.right .section h3:hover {
	background-color:#00aeee;
	cursor:pointer;
}

.content_container.right .section h3.current {
	background:url('../../img/arw-up-white.png') no-repeat 96% 50% #0066a0;
}

.content_container.right .section h4 {
	clear:both;
	background:url('../../img/arw-down.png') no-repeat 96% 50% #E8EEF1;
	height:20px;
	line-height:20px;
	padding:0 0 0 12px;
}

.content_container.right .section h4:hover {
	background-color:#DBE4EA;
	cursor:pointer;
}

.content_container.right .section h4.current {
	background:url('../../img/arw-up.png') no-repeat 96% 50% #CAD7DF;
}







.layers_btn {
	float:left;
	margin:12px 0 0 10px;
	position:relative;
    z-index:50;
}

.layers_btn a {
	background:#FFF;
	padding:8px 10px;
	float:left;
	color:#4d4a4d;
	font-weight:600;
	font-size:12px;
}

.layers_btn a:hover {
	color:#0097cf;
}

.layers_btn a:active {
	color:#0066a0;
}
.layers {
	float:left;
	margin:0 0 0 0;
	position:absolute;
	top:90px;
	left:475px;
    z-index:50;
}

.layers .layer {
	float:right;
	clear:left;
	max-width:400px;
	position:relative;
	margin-top:0;
    margin-left: 10px;
	font-size:12px;
	background:#FFF;
}




.layers .layer_close {
	position:absolute;
	top:-11px;
	right:-8px;
	background:#262f41;
	-moz-border-radius: 11px;
	border-radius: 11px;	
	text-align:center;
	color:#FFF;
	font-weight:600;

    border-radius: 8px 8px 8px 8px;
    font-size: 13px;
    height: 16px;
    line-height: 14px;
    right: -6px;
    top: -6px;
    width: 16px;
}

.layers .layers_btn:hover , .layer .layer_close:hover { background-color:#3d5585; }
.layers .layers_btn:active , .layer .layer_close:active { background-color:#0f131a; }

.layer .layer_close:hover {
	cursor:pointer;
}

/*overview hnappur*/
.overview_btn {
	float:left;
	margin:12px 0 0 10px;
	position:relative;
    z-index:50;
}

.overview_btn a {
	background:#FFF;
	padding:8px 10px;
	float:left;
	color:#4d4a4d;
	font-weight:600;
	font-size:12px;
}

.overview_btn a:hover {
	color:#0097cf;
}

.overview_btn a:active {
	color:#0066a0;
}
.overview {
	float:left;
	margin:0 0 0 0;
	position:absolute;
	top:90px;
	left:540px;
    z-index:50;
}

.overview .overview_btn:hover , .overview .overview_close:hover { background-color:#3d5585; }
.overview .overview_btn:active , .overview .overview_close:active { background-color:#0f131a; }

/*dictionary hnappur*/
.dictionary_btn {
	float:left;
	margin:12px 0 0 10px;
	position:relative;
    z-index:49;
}

.dictionary_btn a {
	background:#FFF;
    padding: 8px 8px 8px 22px;
	float:left;
	color:#4d4a4d;
	font-weight:600;
	font-size:12px;
}

.dictionary_btn a:hover {
	color:#0097cf;
}

.dictionary_btn a:active {
	color:#0066a0;
}
.dictionary {
	float:left;
	margin:0 0 0 0;
	position:absolute;
	top:90px;
	left:645px;
    z-index:49;
}

.dictionary .dictionary_btn:hover , .dictionary .dictionary_close:hover { background-color:#3d5585; }
.dictionary .dictionary_btn:active , .dictionary .dictionary_close:active { background-color:#0f131a; }

/*legend hnappur*/
.legend_btn {
	float:left;
	margin:12px 0 0 10px;
	position:relative;
    z-index:49;
    display: none;
}

.legend_btn a {
	background:#FFF;
	padding:8px 10px;
	float:left;
	color:#4d4a4d;
	font-weight:600;
	font-size:12px;
}

.legend_btn a:hover {
	color:#0097cf;
}

.legend_btn a:active {
	color:#0066a0;
}
.legend {
	float:left;
	margin:0 0 0 0;
	position:absolute;
	top:90px;
	left:690px;/*Breytist � k��a*/
    z-index:49;
}

.legend .legend_btn:hover , .legend .legend_close:hover { background-color:#3d5585; }
.legend .legend_btn:active , .legend .legend_close:active { background-color:#0f131a; }

/*search hnappur*/
.volcSearch_btn {
	float:left;
	/*margin:12px 0 0 10px;*/
	position:relative;
    z-index:49;
}

.volcSearch_btn a {
    background: url('../../layout/images/search.png') no-repeat 0% 50%;
    width: 30px;
    height: 30px;
    float: right;
    text-indent: -99999px;

     /*cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #57585A;*/
}


.volcSearch_btn a:hover {
	color:#0097cf;
}

.volcSearch_btn a:active {
	color:#0066a0;
}
.volcSearch {
    float: left;
    margin: 0 0 0 0;
    position: absolute;
    top: 136px;
    left: 430px;
    z-index: 49;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #57585A;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.volcSearch:hover  {
    background-color:#eeeeee;
    background-color:rgba(238,238,238,0.90);
}

.volcSearchInput {
    width: 80%;
    float: right;
    padding-top: 7px;
    padding-bottom: 3px;
    padding-left: 2px;
}
.volcSearchInput:hover,.volcSearchInput:focus {
   border:  2px inset !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}

 
/*-------t�flu gluggi--------*/
.messagepop .layer_close {
	position:absolute;
	top:-6px;
	right:-6px;
	background:#262f41;
	width:16px;
	height:16px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	text-align:center;
	line-height:14px;
	color:#FFF;
    font-size: 13px;
	font-weight:600;
}

.messagepop .layers_btn:hover , .messagepop .layer_close:hover { background-color:#3d5585; }
.messagepop .layers_btn:active , .messagepop .layer_close:active { background-color:#0f131a; }

.messagepop .layer_close:hover {
	cursor:pointer;
}
/*-------overviewMap gluggi--------*/
.overviewMap .layer_close {
	position:absolute;
	top:-6px;
	right:-6px;
	background:#262f41;
	width:16px;
	height:16px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	text-align:center;
	line-height:14px;
	color:#FFF;
    font-size: 13px;
	font-weight:600;
}

.overviewMap .layers_btn:hover , .overviewMap .layer_close:hover { background-color:#3d5585; }
.overviewMap .layers_btn:active , .overviewMap .layer_close:active { background-color:#0f131a; }

.overviewMap .layer_close:hover {
	cursor:pointer;
}
/*-------dictionary gluggi--------*/
.dictionaryDiv .layer_close {
	position:absolute;
	top:-6px;
	right:-6px;
	background:#262f41;
	width:16px;
	height:16px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	text-align:center;
	line-height:14px;
	color:#FFF;
    font-size: 13px;
	font-weight:600;
    z-index: 210;
}

.dictionaryDiv .layers_btn:hover , .dictionaryDiv .layer_close:hover { background-color:#3d5585; }
.dictionaryDiv .layers_btn:active , .dictionaryDiv .layer_close:active { background-color:#0f131a; }

.dictionaryDiv .layer_close:hover {
	cursor:pointer;
}

/*-------legendMap gluggi--------*/
.mapLegend .layer_close {
	position:absolute;
	top:-6px;
	right:-6px;
	background:#262f41;
	width:16px;
	height:16px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	text-align:center;
	line-height:14px;
	color:#FFF;
    font-size: 13px;
	font-weight:600;
    z-index: 50;
}

.mapLegend .layers_btn:hover , .mapLegend .layer_close:hover { background-color:#3d5585; }
.mapLegend .layers_btn:active , .mapLegend .layer_close:active { background-color:#0f131a; }

.mapLegend .layer_close:hover {
	cursor:pointer;
}

/*-------Image gluggi--------*/
.imagepop .layer_close {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #262f41;
  width: 20px;
  height: 20px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /* text-align: center; */
  line-height: 17px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  /* margin-left: 10px; */
  text-align: center;
}

.imagepop .layers_btn:hover , .imagepop .layer_close:hover { background-color:#3d5585; }
.imagepop .layers_btn:active , .imagepop .layer_close:active { background-color:#0f131a; }

.imagepop .layer_close:hover {
	cursor:pointer;
}

.pin_detail .layer_close {
    border-radius: 8px 8px 8px 8px;
    font-size: 11px;
    height: 16px;
    line-height: 14px;
    right: -6px;
    top: -6px;
    width: 16px;
    color:#fff;
    position:absolute;
	background:#262f41;
	-moz-border-radius: 11px;
	border-radius: 11px;	
	text-align:center;
	
	font-weight:600;
}
/*
.pin_detail .layer_close {


}*/

.pin_detail .layers_btn:hover , .layer .layer_close:hover { background-color:#3d5585; }
.pin_detail .layers_btn:active , .layer .layer_close:active { background-color:#0f131a; }

.pin_detail .layer_close:hover {
	cursor:pointer;
}





.select_layer ul {
float: left;
clear: both;
width: 100%;
z-index: 999;
width:180px;
}

.select_layer li {
border-top: 1px solid #00aeee;
padding: 9px 0 11px 10px;
background: #FFF;
font-size: 14px;
}

.select_layer.multi .chkbox {
    background: url("../../img/checkbox.png") no-repeat scroll 0 50% transparent;
    float: left;
    padding: 2px 10px 14px 0;
    width: 14px;
}
.select_layer.multi li.current .chkbox {
	background-image:url('../../img/checkbox_on.png');
}

.select_layer li:hover {
	background:#e8eef1;
	color:#0097cf;
}


.select_layer.category {
    /*max-height: 150px;*/
    overflow: auto;
    border: 1px solid #8298a8;
    width: 279px;
}
.select_layer.category .chkbox {
    background: url("../../img/checkbox.png") no-repeat scroll 0 50% transparent;
    float: left;
    padding: 2px 10px 14px 0;
    width: 14px;
}
.select_layer.category li.current .chkbox {
	background-image:url('../../img/checkbox_on.png');
}
.select_layer.category li {
	padding: 6px 0 6px 10px;
}

.select_layer.category ul {
float: left;
clear: both;
width: 100%;
z-index: 999;
}

.select_layer.catalog .chkbox {
    background: url("../../img/checkbox.png") no-repeat scroll 0 50% transparent;
    float: left;
    padding: 2px 10px 14px 0;
    width: 14px;
}
.select_layer.catalog li.current .chkbox {
	background-image:url('../../img/checkbox_on.png');
}
.select_layer.catalog ul {
float: left;
clear: both;
width: 100%;
z-index: 999;
}



.alerts {
	float:right;
	margin:20px 10px 0 0;
	position:absolute;
	bottom:0;
	right:0;
    z-index:50;
	pointer-events: none;
	
}


.alerts .alert_small {
	float:right;
	clear:right;
	width:34px;
	height:34px;
	background:url('../../img/alert_icon.png') no-repeat 50% 50% #cc0817;
	position:relative;
	margin-bottom:20px;
	pointer-events: all;
}

.alerts .alert_small:hover, .alert:hover .alert_text { background-color:#f00012; }
.alerts .alert_small:active, .alert:active .alert_text { background-color:#a30000; }

.alerts .alert_small:hover {
	cursor:pointer;
}

.alerts .alert {
	float:right;
	clear:right;
	max-width:575px;
	height:52px;
	position:relative;
	margin-bottom:13px;
	font-size:12px;
	background:#FFF;
	pointer-events: all !important;
}

.alerts .alert_no, .alerts .alert_close {
	position:absolute;
	top:-11px;
	right:-8px;
	background:#262f41;
	width:22px;
	height:22px;
	-moz-border-radius: 11px;
	border-radius: 11px;	
	text-align:center;
	line-height:22px;
	color:#FFF;
	font-weight:600;
}

.alerts .alert_small:hover .alert_no, .alert .alert_close:hover { background-color:#3d5585; }
.alerts .alert_small:active .alert_no, .alert .alert_close:active { background-color:#0f131a; }



.alert .alert_close:hover {
	cursor:pointer;
}

.alerts .alert_close {
    border-radius: 8px 8px 8px 8px;
    font-size: 13px;
    height: 16px;
    line-height: 14px;
    right: -6px;
    top: -6px;
    width: 16px;
}

.alerts .alert_text {
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    width: 74px;
    float:right;
    text-align:center;
    background:#cc0817;
    color:#FFF;
    font-weight:600;
}
.attention {
    background:#ffcc00 !important;
}

.alerts .alert p {
	float:left;
	width:463px;
	padding:2px 19px;
	line-height:15px;
    overflow: auto;
    max-height: 48px;
}

.pin {
	position:absolute;
	top:560px;
	left:600px;
	background:#FFF;
	width:24px;
	height:19px;
	line-height:19px;
	text-align: center;
	font-weight:600;
	-moz-box-shadow: 1px 2px 4px #888888;
	-webkit-box-shadow: 1px 2px 4px #888888;
	box-shadow: 1px 2px 4px #888888;	
}

.pin:hover, .pin:active {
	width:29px;
	height:24px;
	line-height:24px;
	font-size:20px;
	top:555px;
}

.pin:active, .pin .tri:after {
	background:#f8f8f8;
}

.pin .tri, .pin_detail .tri {
    bottom: -8px;
    height: 8px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 8px;
}

.pin .tri:after, .pin_detail .tri:after {
	content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #FFF;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */    
	top: -10px;
    left: -10px;
	-moz-box-shadow: 1px 2px 4px #888888;
	-webkit-box-shadow: 1px 2px 4px #888888;
	box-shadow: 1px 2px 4px #888888;	
}

.pin:after {
	content:'';
	position:absolute;
	bottom:-14px;
	left:-2px;
	background:url('../../img/pin_shadow.png') no-repeat 0 100% transparent;
	width:27px;
	height:4px;
}

.pin.green { border-top:9px solid #28a900; }
.pin.yellow { border-top:9px solid #ffcc00; }
.pin.gray { border-top:9px solid #6e6e6e; }
.pin.red { border-top:9px solid #ff0000; }
.pin.orange { border-top:9px solid #f87500; }
.pin.white { border-top:9px solid #ffffff; }

.pin_detail {
    background: none repeat scroll 0 0 #FFFFFF;
	-moz-box-shadow: 1px 2px 4px #888888;
	-webkit-box-shadow: 1px 2px 4px #888888;
	box-shadow: 1px 2px 4px #888888;	
    height: inherit;
    left: 40%;
    /*position: absolute;*/
    top: 30%;
    width: 202px;

}
.esriPopup .contentPane {
    padding: 0 0 0 0;
    border-bottom-left-radius: 0;
    overflow: visible;
}
.esriPopup a {
text-decoration: none;
}

.esriPopup .hidden {
    display: none !important;
}
/*skuggi � popup gluggan*/
/*
.esriPopupWrapper:after {
    background: url("../img/box_shadow.png") no-repeat scroll 0 100% transparent;
    bottom: -14px;
    content: "";
    height: 4px;
    left: -2px;
    position: absolute;
    width: 204px;
}*/
.esriPopup .actionsPane{  
     display: none;  
}  
.esriPopup .title {  
     display: none;  
}  



.pin_detail img {
	float:left;
}

.pin_detail .no {
	position:absolute;
	top:67px;
	left:0;
	width:48px;
	height:48px;
	text-align:center;
	line-height:48px;
	color:#FFF;
    /*nr vs Shortname*/
	/*font-size:21px;*/
	font-size:17px;

}



.pin_detail h2 {
	background:#262f41;
	color:#FFF;
	line-height:18px;
	font-size:20px;
	padding-left:15px;
	margin-bottom:10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pin_detail h3 {
	background:#262f41;
	color:#FFF;
	line-height:16px;
	font-size:14px;
	padding-left:15px;
	margin-bottom:10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pin_detail p {
	padding-left:15px;
    font-size:11px;
}

/*.pin_detail:after {
    background: url("../img/box_shadow.png") no-repeat scroll 0 100% transparent;
    bottom: -14px;
    content: "";
    height: 4px;
    left: -2px;
    position: absolute;
    width: 204px;
}*/

.filter_sort {
    float: left;
    position: relative;
    width: 200px;
    margin-right:10px;
}

.filter_map .filter_sort {
    width: 268px;
}

.filter_sort .select_overlay {
	/*background-position:190px 9px;*/
}

.filter_map .filter_sort .select_overlay {
	background-position:238px 9px;
}

.filter_sort .select_overlay span {
	padding:5px 0 5px 10px;
	font-size:14px;
}

.select_overlay.multi .chkbox {
    background: url("../../img/checkbox.png") no-repeat scroll 0 50% transparent;
    float: left;
    height: 14px;
    padding: 14px 10px 14px 0;
    width: 14px;
}

.select_overlay.multi li.current .chkbox {
	background-image:url('../../img/checkbox_on.png');
}

.select_overlay.multi > span {
	width:96%;
}


/*Solvi*/
#selectEventDIV{
	left: 85px;
    width: 279px;
    /*background: transparent;*/
    background:url(../../img/arw-down.png) no-repeat 258px 15px transparent;
    border: 1px solid #8298a8;
}
#selectSortDiv {
    background:url(../../img/arw-down.png) no-repeat 168px 9px #e8eef1;
    cursor:pointer;
}
#mapDiv_zoom_slider{
    left:430px;
    top:85px;
    }

#HomeButton {
    position: absolute;
    top: 157px;
    left:430px;
    width: 30px;
    height: 30px;
    z-index: 50;
    border: 1px solid #57585A;
    background-color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}
#HomeButton:hover {
    background-color:#eeeeee;
    background-color:rgba(238,238,238,0.90);
}

#HomeButton .home {
background: url("../../img/home_locate.png") no-repeat 0 0;
width: 30px;
height: 30px;
}

.scalebar_bottom-left {
    left: 292px !important;
}

.warningText {
    color:#BF0005;
    padding-left: 85px;
    display: none
}

/*Sta�setning copyright texta � korti*/
.esriControlsBR {
    /*left: 10px;
    bottom: 5px;*/
}
 /*---------------DataPortal Table------------------------*/
.CSSTableDataPortal {
	margin:0 0 10px;
    padding:0;
	width:100%;
	border:1px solid #D3D3D3;
}.CSSTableDataPortal table{
    border-collapse: collapse;
	width:100%;
	height:100%;
	margin:0;
    padding:0;

}.CSSTableDataPortal tr:hover td{
	background-color:#ffffff;
}
.CSSTableDataPortal td {
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #D3D3D3;
    border-width: 0 1px 1px 0;
    text-align: center;
    padding: 4px;
    font-size: 12px;
    /*font-family: Arial;*/
    font-weight: normal;
    color: #000000;
}
.CSSTableDataPortal tr:first-child td{
	background-color:#e5ecf4;
	border:0 solid #D3D3D3;
	text-align:center;
	border-width:0 0 1px 1px;
	font-size:14px;
	/*font-family:Arial;*/
	font-weight:bold;
	color:#000000;
}
#contentEruptionGrid .CSSTableDataPortal {
    cursor: pointer;
}

#eruptionTableDiv .CSSTableDataPortal td {
    text-align: left;
    }
.MetadataIcon {
    cursor: pointer;
}
.nameColumn {
    max-width: 125px;
    overflow: hidden;
    text-align: left  !important;
}
 /*---------------Catalogue Table------------------------*/
.subsub_content table{
	border:1px solid #D3D3D3;
    border-collapse: collapse;
	width:100%;
	margin:0;
    padding:5px;

}.subsub_content table tr:hover td{
	background-color:#ffffff;
}
.subsub_content table td {
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #D3D3D3;
    border-width: 0 1px 1px 0;
    text-align: left;
    padding: 4px;
    font-size: 12px;
    /*font-family: Arial;*/
    font-weight: normal;
    color: #000000;
}
.subsub_content table tr:first-child td{
	background-color:#e5ecf4;
	border:0 solid #D3D3D3;
	text-align:center;
	border-width:0 0 1px 1px;
	font-size:14px;
	/*font-family:Arial;*/
	font-weight:bold;
	color:#000000;
}

 /*---------------Dropdown menu button------------------------*/
.dropdown 
{
color: #555;
margin: 3px -22px 0 0;
width: 400px;
position: absolute;
right: 150px;
height: 17px;
top: 73px;
text-align:right;
}
.dropdownAbout
{
color: #555;
margin: 3px -22px 0 0;
width: 400px;
position: absolute;
right: 10px;
height: 17px;
top: 73px;
text-align:right;
}
#btnGosva 
{
color: #555;
margin: 3px -22px 0 0;
width: 100px;
position: absolute;
right: 208px;
height: 17px;
top: 73px;
text-align:right;
}
#btnLanguage 
{
color: #555;
margin: 3px -22px 0 0;
width: 100px;
position: absolute;
right: 267px;
height: 17px;
top: 73px;
text-align:right;
}
.btnHelp
{
position: absolute;
right: 20px;
top: 66px;
}

a.btnHelp  { 
	background:url('../../img/help.png') no-repeat 50% 50% #FFF; 
	width:20px;
	height:20px;
	position: absolute;
    right: 5px;
    top: 5px;
	text-indent:-3000px;
	overflow:hidden;


}
a.btnHelp:hover { background:url('../../img/help_hover.png') no-repeat 50% 50% #FFF; }



.submenu, .submenuAbout
{
background: #fff;
position: absolute;
top: 14px;
right: 27px;
z-index: 100;
width: 135px;
display: none;
/*margin-left: 10px;*/
/* padding: 25px 0 5px; */
border-radius: 0;
box-shadow: 0 2px 8px 
}
.dropdown li a, .dropdownAbout li a
{
color: #555555;
display: block;
font-weight: bold;
padding: 6px 15px;
cursor: pointer;
text-decoration:none;
}


.dropdown li a:hover, .dropdownAbout li a:hover
{
background:#155FB0;
color: #FFFFFF;
text-decoration: none;
}
a.account
{
font-size: 11px;
line-height: 16px;
color: #555;
position: absolute;
z-index: 111;
display: block;
/* padding: 0px 0 3px 0; */
padding-right: 20px;
height: 28px;
width: 100%;
margin: -8px 0 0 -44px;
text-decoration: none;
background: url(../../img/arw-down.png) 402px 6px no-repeat;
cursor: pointer;
text-align: right;
}
a.btnAbout
{
font-size: 11px;
line-height: 16px;
color: #555;
position: absolute;
z-index: 110;
display: block;
/* padding: 0px 0 3px 0; */
padding-right: 20px;
height: 28px;
width: 100%;
margin: -8px 0 0 -44px;
text-decoration: none;
background: url(../../img/arw-down.png) 402px 6px no-repeat;
cursor: pointer;
text-align: right;
}
a.gosva
{
font-size: 11px;
line-height: 16px;
color: #555;
position: absolute;
z-index: 111;
display: block;
/* padding: 0px 0 3px 0; */
padding-right: 20px;
height: 28px;
width: 100%;
margin: -8px 0 0 -44px;
text-decoration: none;
background: url(../../img/arw-right.png) 102px 3px no-repeat;
cursor: pointer;
text-align: right;
}
a.languageIs
{
font-size: 11px;
line-height: 16px;
color: #555;
position: absolute;
z-index: 111;
display: block;
/* padding: 0px 0 3px 0; */
padding-right: 20px;
height: 28px;
width: 100%;
margin: -8px 0 0 -44px;
text-decoration: none;
background: url(../../img/flag-is.gif) 102px -1px no-repeat;
cursor: pointer;
text-align: right;
}
a.languageEn
{
font-size: 11px;
line-height: 16px;
color: #555;
position: absolute;
z-index: 111;
display: block;
/* padding: 0px 0 3px 0; */
padding-right: 20px;
height: 28px;
width: 100%;
margin: -8px 0 0 -44px;
text-decoration: none;
background: url(../../img/flag-uk.gif) 102px -1px no-repeat;
cursor: pointer;
text-align: right;
}
.root
{
list-style:none;
margin:0;
padding:0;
font-size: 11px;
/*padding: 11px 0 0 0px;*/
border-top:1px solid #dedede;
}


/*---------------Catalogue ------------------------*/
.clTable {
font-size:12px;
}
/*
.content_volcanoCatalogue {

}*/
strong {
	font-weight:bold;
}
i {
	font-style:italic;
}

sub {
    font-size: 70%;
    vertical-align: bottom;
    content: "+";
}
/* ReSharper disable UnknownHtmlTag */
sub2 {
/* ReSharper restore UnknownHtmlTag */
    font-size: 70%;
    content: "+";
}
sup {
    font-size: 70%;
    vertical-align: top;
    content: "+";
}
u {
	text-decoration: underline;
}

body.wait, body.wait *{
    cursor: wait !important;   
}

h5 {
    font-weight:bold;
    padding-top:1em;
    padding-bottom:0.5em;
}

.maxdownload {
    font-weight:bold;
     font-size: 80%;

}
.DownloadDiv {
    padding-bottom:0.5em;
}
.maxdownloadWarning {
    color:red;
}
.btnDisabled {
    background:#CAD7DF;
}

/*fyrri popup*/
a.selected {
  background-color:#1F75CC;
  color:white;
  z-index:100;
}

.messagepop {
  background-color:#FFFFFF;
  border:1px solid #999999;
  cursor:default;
  display:none;
  position:absolute;
  float: right;
  top: 145px;
  right: 550px;
  text-align:left;
  width:394px;
  z-index:50;
  padding: 25px 25px 20px;
}

.messagepop p, .messagepop.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}

.overviewMap {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  cursor: default;
  display: none;
  position: absolute;
  float: right;
  top: 136px;
  left: 484px;
  z-index: 200;
  padding: 5px 5px 5px;
}

.overviewMap p, .overviewMap.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}


.dictionaryDiv {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  cursor: default;
  display: none;
  position: absolute;
  float: right;
  top: 10px;
  left: 200px;
  z-index: 200;
  padding: 5px 5px 5px;
  max-width: 900px;
}

.dictionaryDiv p, .dictionaryDiv.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}

.mapLegend {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  cursor: default;
  display: none;
  position: absolute;
  float: right;
  top: 136px;
  left: 484px;
  z-index: 200;
  padding: 5px 5px 5px;
    width: 300px;
    height: 331px;
}

.mapLegend p, .mapLegend.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}
#mapLegendDiv {
    height: 300px;
    overflow: auto
}
.popupheader {
    line-height: 35px;
    text-align: center;
    font-weight: bold;
}

/*---------------�bendingar------------------------*/
.suggestions {
  background-color: #0096d1;
  border: 1px solid #999999;
  cursor: default;
  position: absolute;
  float: right;
  top: -10px;
  left: 420px;
  z-index: 198;
  padding: 13px 14px 10px;
  border-radius: 5px;
}

.suggestions a {
    font-weight: bolder;
    color: #ffffff;
}

.imagepop {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.95);
  border:1px solid #999999;
  cursor:default;
  display:none;
  position:absolute;
  float: right;
  /*top: 145px;
  right: 100px;*/
  text-align:left;
  /*width:750px;
  height:550px;*/
  height:100%;
  width: 100%;
  z-index:50;
  padding: 25px 25px 20px;
  z-index: 1000;
}

.popupHeading {
    font-size: 22px;
    margin-bottom: 9px;
    color: #000;
    font-weight: 600;
}
.popupButton {
    margin-top: 10px;
}

.errorDiv {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    line-height: 2;
    display:none;
    background-color: #FFEBE8;
    border: 1px solid #DD3C10;
    padding: 6px;
    text-align: center;
}

#eruptionTableDiv h1 {
    text-align: center;
    line-height: 60px;
    font-size: 27px;
}
#eruptionTableDiv h2 {
    font-size: 18px;
    font-weight: 600;
}

 /*---------------Catalogue Search------------------------*/
 .field .chkbox, .field .chkboxAbout{
    background: url("../../img/checkbox.png") no-repeat scroll 0 50% transparent;
    float: left;
    padding: 23px 10px 14px 0;
    width: 14px;
    margin-left: 2px;
}
.field .chkbox.current,.field .chkboxAbout.current{
	background-image:url('../../img/checkbox_on.png');
}

 /*---------------Legend � grafi------------------------*/
#clContentDiv #legend {
    width:160px;
}
 /*---------------mousover myndir------------------------*/
 #mousOverImage{
	position:absolute;
	padding:5px;
	display:none;
	color:#fff;
     z-index: 99999;

	}
  .mousOverImage{
	border-bottom: thin dotted;
    cursor: pointer;
	}

  .figure {
      color: black;
      font-size: 85%;
  }
  
  .figureWhite {
      color: WHITE;
      font-size: 85%;
  }


   /*---------------volacano search - auto complete------------------------*/

   .ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222222;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    /* support: IE7; */
    /* support: IE10, see #8844; */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.blur {
     z-index: 199;
    float: left;
    position: absolute;
    background-color: #2f2f2f;
    opacity: 0.8;
    width:100%;
    height:100%;
    background-size:cover;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
    filter: blur(4px);
    display: none;
}