
.mapPanelCollapsed-sv{
  background: url(../../resources/map-collapsedlabel.gif) 0px 20px no-repeat !important;
}
.helpPanelCollapsed-sv{
  background: url(../../resources/help-collapsedlabel.gif) 0px 20px no-repeat !important;
}
.mapPanelCollapsed-en{
  background: url(../../resources/map-collapsedlabel-en.gif) 0px 20px no-repeat !important;
}
.helpPanelCollapsed-en{
  background: url(../../resources/help-collapsedlabel-en.gif) 0px 20px no-repeat !important;
}

/* Info text box in mail form */
.contactEmailFormInfoBox
{
	padding: 5px;
	font-weight: bold;
}

/* Used to align captcha in mail form.*/
.captchaBox img,
.captchaBox div {
	padding-left: 85px; /* forms label width + 5px */
}

/* Override of default.css background-color for "monitor status" */
.ux-row-action .W{background-color:#bef695} /* Green */
.ux-row-action .P{background-color:#f6f25d} /* Yellow */
.ux-row-action .N{background-color:#ff7c7c} /* Red */
.ux-row-action .U{background-color:#FFFFFF}

/* Override of default.css Icon definitions for Metadata Quality & Resource Type*/
.ux-row-action .m1{background-image:url(../../resources/information-box.png)}
.ux-row-action .m2{background-image:url(../../resources/information-box.png)}
.ux-row-action .m3{background-image:url(../../resources/information-box.png)}
.ux-row-action .m4{background-image:url(../../resources/information-box.png)}

/* Show default cursor (not the hand indicating link) on Scope (Typ) column*/
.ux-row-action .Tjänst,
.ux-row-action .Datamängd,
.ux-row-action .Datamängditjänst,
.ux-row-action .DatamängdND,
.ux-row-action .Dokument,
.ux-row-action .Ej_angivet, 
.ux-row-action .Serie {
	cursor: default;
}

/* Show hand cursor on expand/collapse icon*/
.x-grid3-row-expander {
    cursor: pointer;
}

/* Information about secured service (in service info window*/
div.x-window-body div.gde-serviceinfo {
	font-weight: bold;
	/*color: #15428B;*/
}

div.x-window-body div.gde-login-label {
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}
/* Information about http auth url to secured service. */
div.x-window-body div.gde-httpauth-label {
	font-weight: bold;
	padding-top: 5px;	
}

/* The display of the httpauth url */
div.x-window-body input.gde-httpauth-url {
	border: 1px solid #8fb1de;
	background-color: #dedede;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: 11px;
	width: 670px;
}

/* Remove left and right side space of dimension button*/
.dim-btn .x-btn button{
    padding-left:0;
    padding-right:0;
}

.dim-btn .x-btn-center{
	padding:0 0;
}

/* Add the red color to clear button */
.red-btn .x-btn {
	background-image:url(../../resources/red_btn.gif);
}
.red-btn .x-btn button{
	font:bold 11px tahoma,verdana,helvetica;
	color: #FFFFFF;
}
.red-btn .x-btn-over button{
	font:bold 11px tahoma,verdana,helvetica;
	color: #000000;
}

/* Add the green color to search button */
.green-btn .x-btn {
	background-image:url(../../resources/green_btn.gif);
}
.green-btn .x-btn button{
	font:bold 11px tahoma,verdana,helvetica;
	color: #FFFFFF;
}
.green-btn .x-btn-over button{
	font:bold 11px tahoma,verdana,helvetica;
	color: #000000;
}

/*Changed the Search criteria widget background color*/
.search-criteria-widget .x-window-plain .x-window-mc {
    background: #CAD9EC;
}

/* Custom Search widget background color*/
.custom-search-panel .x-panel-body {
    background:#F5F5F5;
}

/* Custom Search widget background color*/
.custom-search-panel .x-panel-body {
    background:#F5F5F5;
}

.freeTextSearch-panel-style .x-panel-body{
	border-style:solid;
	border-width:2px;
	padding:0 0 0 5px;
}
.ext-ie .freeTextSearch-panel-style .x-panel-body{
	border-style:solid;
	border-width:1px;
}

/*Style for google chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.freeTextSearch-panel-style .x-panel-body{
		border-width:1px;
	}
}

.freeTextSearch{ 
	border-style:solid;
	border-width:3px;
	border-color:#7eadd9;
	/*border-radius:6px;
	input::-webkit-input-border-radius:6px;*/
}

.ext-ie .freeTextSearch{
	padding-left:5px;
}

.x-form-field-wrap .freeTextSearch-trigger{
    background-image: url(../../resources/context-help-trigger.png);
    cursor:pointer;
    padding: 0 0 4px 0;
}

/*.x-form-field-wrap .freeTextSearch-trigger{
    background-image: url(../../resources/search-trigger.gif);
    cursor:pointer;*/
    /*border-style:solid;
	border-width:2.5px;
	background-size: 17px 19px;*/
	/*padding: 0 0 4px 0;
}

.x-form-field-wrap .x-form-search-trigger{
    padding: 0 0 4px 0;
    background-position:-85px 0;
}
.x-form-field-wrap .x-form-trigger-over{
    background-position:-17px 0;
}
.x-form-field-wrap .x-form-trigger-click{
    background-position:-34px 0;
}*/

/* Custom Search widget Checkbox and Radion Group background color*/
.custom-search-checkbox-radio-group .x-panel-body {
    background:#F5F5F5;
    padding-bottom:1px;
}

/* Custom Search widget FiledsetStyle */
.custom-search-group .x-fieldset{
	background:#F5F5F5;
	padding:6px;
}

.custom-search-group .ext-ie .x-fieldset {
    padding-top: 0;
    margin-bottom:-10px;
}
.custom-search-group .x-fieldset legend{
	font:bold 13px tahoma,arial,helvetica,sans-serif;
	margin-top:-5px;
	/*color:#15428b;*/
}

/* Custom search checkbox font size styling*/
.custom-search-cb .x-form-cb-label {
    position: relative;
    margin-left:4px;
    bottom: 0px;
    font-size: 11px;
}

.custom-search-cb .ext-ie .x-form-cb-label{
    bottom: 1px;
}

.custom-search-checkbox-radio-group-wrap .x-form-check-wrap, .custom-search-checkbox-radio-group-wrap  .x-form-radio-wrap {
    padding: 0 0 1px 0;
    line-height:18px;
}
.custom-search-checkbox-radio-group-wrap .x-form-check-group .x-form-check-wrap, 
.custom-search-checkbox-radio-group-wrap .x-form-radio-group .x-form-radio-wrap {
    height: 11px;
}
.custom-search-checkbox-radio-group-wrap .ext-ie .x-form-check-group .x-form-check-wrap, 
.custom-search-checkbox-radio-group-wrap .ext-ie .x-form-radio-group .x-form-radio-wrap {
    height: 9px;
}

/*Change the Extjs textbox and combobox style for alignment*/
.x-form-field{
    margin: 0 0 0 0;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
}
.ext-ie .x-form-text {
    margin:0 0; /* ie bogus margin bug */
    height:18px; /* ie quirks */
    line-height:18px;
}
.ext-gecko .x-form-text {
    padding-top:0; /* FF won't center the text vertically */
    padding-bottom:0;
}
.ext-gecko .x-form-field-wrap .x-form-trigger{
    height:19px; /* FF doesn't allow height adjustments to the fields, so adjust trigger */
}
.ext-ie .x-form-field-wrap .x-form-trigger{
    height:21px; /* FF doesn't allow height adjustments to the fields, so adjust trigger */
}
.ext-gecko .x-small-editor .x-form-field-wrap .x-form-trigger{
    height:17px;
}
.ext-ie .x-small-editor .x-form-field-wrap .x-form-trigger{
    height:19px;
}

.x-form-cb-label{
	white-space:nowrap;
}

.x-form-check-wrap-inner,.x-form-radio-wrap-inner{
	white-space: nowrap;
}

/*Loading Mask Size increase */
.ext-el-mask-msg div {
    padding:25px 40px 25px 40px;
    background: #eee;
    border:1px solid #a3bad9;
    color:#222;
    font:normal 20px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
}

.x-mask-loading div {
    padding:25px 40px 25px 40px;
    background: #fbfbfb url( '../../include/ext2/resources/images/default/grid/loading.gif' ) no-repeat 10px 25px;
    line-height: 16px;
}

/**************************/

 p { width: 500px; }

.ux-chip-notification {
position: absolute;  
right: 200px;  
bottom: 10px;  
background: #CEDFF5;  
z-index: 1001;  
border: 1px solid #99BBE8;}

.olControlLoadingPanel {
background-image:url(../libs/img/loading2.gif);
margin-left: 80.5%;
margin-top: 0.5%;
position: center;
width: 220px;
height: 19px;
background-position:center;
background-repeat:no-repeat;
display: none;
margin-right:8px;float:left;vertical-align:top;}

.x-panel-body{
	opacity: .9;
}
.ext-ie .x-menu-item-icon {
left: -24px;
}
.ext-strict .x-menu-item-icon {
left: 3px;
}
.ext-ie6 .x-menu-item-icon {
left: -24px;
}
.ext-ie7 .x-menu-item-icon {
left: -24px;
}
.ext-el-mask {
opacity: 0.5; //for instance
}
#log {
position:absolute;
right:10px;
top:40px;
/*width:369px;*/
height:32px;
z-index:1;

}



