﻿/* Put custom desktop styling in this file. Put custom images in the Custom subfolder of the Images directory. */
/*Hides the Filer Widget*/
.panel-filter-widget { 
    display: none;
}

.layer-theme-switcher.bound-visible  ~ .layer-list {
    top: 4em;
}

/*moves the layer list up to top of panel*/
.layer-list.bound-visible {
    top: 0.5em;
}
/* Put custom desktop styling in this file. Put custom images in the Custom subfolder of the Images directory. */
.label-left .form-label {
    min-width: 50%;
}

.form-item {
    padding: .1em 0.1em 0.1em 0;
}

.display-result-picker-list .list-menu-item > div {
    padding: .35em;
}
.modal-container {
    min-width: 600px;
    /* min-height: 500px; */
}

/* Put custom desktop styling in this file. Put custom images in the Custom subfolder of the Images directory. 
ul.toolbar-tab-control {
    position: relative;
    display: none;
	}
*/

/* Flytter tittel pga logo */
.banner-text {
    left: 11.1em;
}
.banner-images img {
    left: 1.0em;    
}

.layer-actions button {
    display: none;
	}
	
/*KJEPET 2015-08-04: søkeboks øverst til høyre */
.global-search input {
    width: 100%;
    padding: 12px 10px 14px 9px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    font-size: 1.2em;
    color: #016968;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-weight: normal;
}
.global-search input:active,
.global-search input:focus {
    border: 1px solid #016968;
}



/* Hover over "Jeg vil" */
button:hover {
   color: #888888;
}
button:active {
    border: 1px solid #51b9b8;
}

/* "Jeg vil " ekspandert */
.wtm-active .wtm-button,
.wtm-active .wtm-button:hover {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #016968;
    opacity: 1.0;
    filter: none;
}

.wtm-button {
    background: #016968;
    color: #FFFFFF;
    /* border: 1px solid #50B9FF; */
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.wtm-button {
    display: inline-block;
    position: relative;
    height: 37px;
    line-height: 32px;
    padding: 0 0.7em;
    font-size: 1.1em;
    text-decoration: none;
    z-index: 500;
    border-radius: 3px;
}

.basemap-button .display-name {
    height: 1.25em;
    line-height: 1.1em;
    font-size: 1.3em;
    padding: 0 1.4em 0 0.6em;
}


/* KJEPET 2015-08-04 Tekst på tabs i viewer */
.toolbar-tab.tb-tab-active button,
.toolbar-tab button:hover {
    color: #016968;
}


/* KJEPET 2015-08-04 Knapper i forms/arbeidsflyter */
.button,
input[type="submit"] {
    color: #016968;
}
.button:hover {
    background-color: #DEF2FF;
    color: #666666;
}




/* Multi tool bredde - økt for å få plass til tekst */

.toolbar-item.multi-tool,
.multi-tool-button {
    width: 7em;
}

.nested-group .multi-tool-button {
    width: 7em;
}
.multi-tool-button {
		font-weight: normal;
}

/* feltnavn i filtermodul var for bredt */
.field-selector {
    max-width: 160px;
}

/* Endre størrelse på overskrifter og attributter i "Vis detaljer"-panelet*/
.attribute-list, .attribute-item {    
    font-size: 8pt;	
}


.attribute-label {	
    font-size: 12pt;
}

/* KJEPET 2015-08-07 - Redusert font-size fra 0.8 til 0.75 */	
/* GLOBAL STYLING -------------------------*/

body {
    font-family: "Segoe UI", "Helvetica Neue", "Droid Sans", Helvetica, Arial, sans-serif;
    font-size: 0.75em;
}

.edit-button{
    background-color: #016968;
    border-radius: 4px;
    color: white;
    padding: 4px;
}

.edit-button:hover, .edit-button:active  {
    text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #016968;
	border-radius: 4px;
	color: #016968; 
}
a.edit-button {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.map-tip-view .feature-description {
    overflow: inherit;
	max-height: 60em;
}
.map-callout-header, .map-tip-view-header {
    font-size: 1.3em;
}	
/* .banner-left-img { */
    /* height: 90%; */
	/* padding-bottom: 10px; */
/* } */
/* .banner-right-img { */
    /* right: 1650px; */
    /* padding-top: 8px; */
/* } */
.banner-title, .banner-subtitle {
    padding-left: 85px;
}
/* Fjernet redigeringsmulighet for maptip */
.menu-hyperlinks .list-menu-item:last-child {
    visibility: hidden;
}

.ui-menu .ui-menu-item a { text-decoration: none; display: none; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
/* Endre farger på knapper*/
.gcx-forms.defaults .GeometryPicker .add-shape .add, .gcx-forms.defaults .FilePicker .add-file .add {
    width: 100%;
    height: 2.25em;
    margin-right: 6px;
    background: #006964;
    border: none;
    font-size: medium;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}
.gcx-forms.defaults .GeometryPicker .add-shape .add:hover {
	background: #8ebdba;
}
.gcx-forms.defaults.custom .ButtonBar button {
	color: #016968;
	/*color: #FFFFFF;
	background: #006964;
    border: 1px solid #076d68;*/
}
.gcx-forms.defaults.custom .ButtonBar button:hover {
	color: #FFFFFF;
	background: #00696485;
	border: 1px solid #076d68;
}
.gcx-toggle {
    background: #006964;
}
.gcx-toggle .input-label:before {
    background-color: #00696485;
}
.banner-right-img {
    top: -4px;
}	