
div[id^="OpenLayers_Control_PanZoomBar_"].olControlPanZoomBar {
	right: 45px !important;
	left: auto !important;
}
div[id^="OpenLayers_Control_ScaleLine_"].olControlScaleLine{
    bottom: 40px !important;
    left: auto !important;
    right: 4px !important;
}


#logoPanel {
	width: 120px;
}

#logoPanelImg {
	width: 96px;
	height: 28px;
}

#currentService {
	position: relative;
	right: -125px;
}


/* wylaczenie przyciskow dla przezroczystosci formatek */
.formOpacityCnt {
	/* display:none;*/
}


#loginContent {
  width: 800px;
  padding-top: 230px;
  padding-right: 100px;
  float: right;
}
#loginService {
  width: 350px;
} 

#switchProjects #toggleProjList {
  width: 300px;
} 

#loginService .pui-listbox , #toggleProjList .pui-listbox {
  width: 95%;
  margin: 5px auto;
  border: 0px;
}

.listBoxText {
  margin: 0px 10px 0px 10px;
  float: left;
  font-size: 11px;
  font-family: Arial;
  font-weight: bold;
} 

#loginService  ul.pui-listbox-list li , #toggleProjList ul.pui-listbox-list li {
  height: 45px;
} 

#parcel-search-obr-td-show, #parcel-search-arkmap-td-show, #parcel-search-dzial-td-show {
  padding-left: 20px;
}

#aboutAppL {
    font-size: 16px;
}


/* strona logowania */

.ajaxLoading {
	background-image: url();
	background-repeat: no-repeat;
	height: 75px;
	width: 75px;
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* kolory dla filtracji na formatce*/

/* .filter-mode-on {
	background-color:#FBB766 !important;
}
.filter-mode-done {
	background-color:#F4CC9D !important;
} */


#scale {
	width: auto;
}

#publicWorkAreas span.pui-icon, #themeSwitcher span.pui-icon, #scaleSwitcher span.pui-icon  {
	margin-top: 4px;
	margin-left: 0px;
}

#publicWorkAreas span.pui-icon {
	margin-top: 6px;
}

/* styl dla nieedytowalnych pol dla formatki */
.edit-form-tabContentInside input[disabled].fieldDisabled, .edit-form-tabContentInside input[disabled=true].fieldDisabled,
.edit-form-tabContentInside input[readonly].fieldDisabled, .edit-form-tabContentInside input[readonly=true].fieldDisabled {
	background-color: rgba(206,206,206,0.6) !important;
	color: #000;
}

.edit-form-tabContentInside textarea[disabled].fieldDisabled, .edit-form-tabContentInside textarea[disabled=true].fieldDisabled,
.edit-form-tabContentInside textarea[readonly].fieldDisabled, .edit-form-tabContentInside textarea[readonly=true].fieldDisabled {
	background-color: rgba(206,206,206,0.6) !important;
	color: #000;
}

/*wylaczenie ikonki drukarki z menu glownego i formatek z pozycji dla raportów */
#mainMenuDiv .fa-print, div[id^="formMenu_"] .fa-print {
	display: none;
}


div[id^="lov_"].pui-dialog .pui-dialog-titlebar-close {
    position: absolute;
    right: 4px;
    top: 4px;
}


/* automatyczne dostosowywanie długości elementów menu tak, aby były rysowane każdy w jednej linii */
.pui-menu .pui-menu-parent .pui-menu-child  {
	min-width: 16em;
    /* white-space: nowrap; przy długich opisach, tekst wychodził poza menu (szczególnie jeśli była ikonka) [WPEWIKGD-4483]. Jeśli jednak musi być opis w jednej linii, a jest ikona, to dla span z ikoną może pomóc: float: unset; (ale trzeba zbadać wpływn na resztę systemu)*/
    width: auto;
}	
.pui-menu .pui-menu-parent .pui-menu-child  > li {
 display: inline;
}

span[layeractive="true"] {
	background-color: #aaccee !important;
}



.edit-form-fieldEditor, .edit-form-fieldLabel  {
	padding-right: 0px;
}
.edit-form-fieldEditor {
	padding-left: 0px;
}

/* zmiana położenia switchProj */
#topPanel #switchProjects {
    height: 40px;
    float: left;
    text-align: center;
    padding: 1px 0 0 0;
    position: relative;
    clear: none;
    width: 230px;
}

#topPanel #toggleProj {
    height: 46px;
    width: 220px;
    margin-top: 2px;
}

#topPanel #toggleProj .pui-icon {
    font-size: 16px;
}

#topPanel #toggleProj .pui-button-text {
    font-size: 15px;
} 

#topPanel #switchProjects #toggleProjList {
    width: 220px;
    left: 4px;
    top: 52px;
}

#topPanel .listBoxText {
    width: 120px;
}
#topPanel .listBoxText {
    margin: 10px 10px 0px 10px;
} 

#topPanel #switchProjects .pui-button-text-icon-left .pui-button-text {
    padding: .1em 1em .1em 3.5em;
	text-align: left;
}

#topPanel #switchProjects .pui-button-icon-right {
    right: 0.6em;
}

#switchProjLogo  {
	background: url("/jarc-gui/javax.faces.resource/images/logo_male.png.xhtml");
	width: 25px;
	height: 25px;
	float: left;
	margin: -2px 0px 0px 4px;
}
/* zmiana położenia switchProj */

/* kolor tekstów w gridzie na INFO */
#identify-form .grid-canvas .ui-widget-content {
	color: #000;
}

/* kolor aliasów pól na formatce */
.ui-widget-content .edit-form-fieldLabel {
	color: #000 !important;
}

/* body,table,td,.ui-widget,.listBoxText  {
    font-family: verdana !important;
} */

.layerTreeWMSMarker {
	background: url("/jarc-gui/javax.faces.resource/images/wms.png.xhtml") !important;
	width: 16px !important;
	height: 16px !important;
	display: inline-block;
}

.listBoxImg {
    max-height: 45px;
}

#loginBackground  {
	position: absolute;
	background-image: url("/jarc-gui/javax.faces.resource/images/kropla.webp.xhtml") !important;
	background: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#footer {
    margin: 0px -10px;
    height: unset;
    position: absolute;
    float: right;
    bottom: 10px;
    z-index: -1;
}

#loginTop {
    background-image: url(/jarc-gui/javax.faces.resource/images/gradient.webp.xhtml) !important;
    background: no-repeat;
	background-size: cover;
}

#notifybottom {
    background-image: url(/jarc-gui/javax.faces.resource/images/gradient.webp.xhtml) !important;
    background: no-repeat;
    background-size: cover;
}

#notifybottom h2, #notifybottom p, #notifybottom a {
    color: white;
}

#notifybottom .pui-notify-close {
	color: white;
}

#logo, #ssoInfoText, #errorInfoText {
	color: white;
}

#themeSwitch .name {
    color: white;
}

#loginContent {
    color: white;
}