b, strong {
	font-weight: bold;
}

a:focus-visible {
	background-color: lightblue
}

.active-status-false {
	background-image: url('../images/icons/ok.png') !important;
}
.active-status-true {
	background-image: url('../images/icons/close.png')!important;
}

.dark-blue-panel .x-form-item-label-default  {
	color:#fff;
}

.role-combo-label {
	background-color:#517321;
	background-image: url('../images/icons/ic_role_combo.png');
	color:#fff !important;
	width:135px;
	text-align:right;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.program-combo-label {
	background-color:#517321;
	color:#fff !important;
	width:135px;
	text-align:right;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.gridRowGreen {
	background: #f0fff0;
}

.gridRowRed {
	background: #ffe6e6;
}

.gridRowGray {
	background: lightgray;
}

.gridRowGray .x-grid-row-checker {
	background-image: none;
}

.gridHeaderWrap .x-column-header-text {
	white-space: normal;
}

#mapContainer {
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.form-version-icon {
	background-image: url('../images/icons/ic_info_trigger_dark.png') !important;
}

.x-action-col-icon-hidden {
	height: 15px;
	width: 15px;
}
.customTabPanel{
	opacity: 0.9;
}
.editMapStyle{
	position: absolute;  
    z-index: 100;  
    left: 10px;  
    top: 10px;  
}

.white-text-color label {
	color: #fff;
}

.green-background-color .x-panel-body {
	background-color: #6c992c;
}

.x-tab.x-tab-disabled.x-tab-default .x-tab-inner-default {
	opacity: 1 !important;
}

.transparent-backgroud-color {
	background-color: rgba(255,255,255,0) !important;
}

.paramTab .x-grid-cell-inner {
	white-space: pre-wrap;
}
.show-password {
	background-image: url('../images/show-password.png') !important;
	width: 22px;
	height: 22px;
	background-position: 0px !important;
}
.hide-password {
	background-image: url('../images/hide-password.png') !important;
	width: 22px;
	height: 22px;
	background-position: 0px !important;
}
.printButton{
	background-image: url('../images/icons/dark/icons8-drukuj-22.png');
	background-size: 16px;
	width: 16px;
	height: 16px;
	background-position: 0px !important;
}
.phytoButton{
	background-image: url('../images/icons/dark/ic_phyto.png');
	background-size: 16px;
	width: 16px;
	height: 16px;
	background-position: 0px !important;
}
.attachmentButton{
	background-image: url('../images/icons/dark/ic_attachment.png');
	background-size: 16px;
	width: 16px;
	height: 16px;
	background-position: 0px !important;
}
.earthButton{
	background-image: url('../images/icons/dark/ic_earth.png');
	background-size: 16px;
	width: 16px;
	height: 16px;
	background-position: 0px !important;
}
.packetButton{
	background-image: url('../images/icons/dark/ic_packet.png');
	background-size: 16px;
	width: 16px;
	height: 16px;
	background-position: 0px !important;
}
.publishButton{
	background-image: url('../images/icons/dark/ic_assignment.png');
	background-size: 16px;
	width: 16px;
	height: 16px;
	background-position: 0px !important;
}

.borderButton{
	border-color: #283801 !important;
	border-style: solid !important;
	background-color: #E9EDE3 !important;
}
.borderButton.x-focus{
	background-color: lightblue !important;
}
.changePassword {
	width: 18px;
	height: 18px;
	background-position: 0px !important;
	background-image: url('../images/icons/dark/changepassword.png');
	background-size: 18px;
}

.dict-label {
	background-image: url('../images/icons/dark/ic_info2.png');
	background-position: right 3px top 3px;
	background-repeat: no-repeat;
}
.colorDiv{
	border-radius: 2px;
	font-size: 12px;
	text-align: center;
	border: solid;
	border-width: 1px;
	border-color: black;
	height: 17px;
	color: black;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.colorDiv:hover{
	border-color: yellow;
	border-radius: 2px;
	border-width: 1.5px;
}
.coloDivSelected{
	border-width: 2px;
	border-radius: 2px;
	border-color: black;
}
.otherColorDiv {
	border-radius: 2px;
	font-size: 12px;
	text-align: center;
	border: solid;
	border-width: 1px;
	border-color: black;
	height: 17px;
	color: black;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.mapServiceButtons {
	position: absolute;
	display: flex;
	z-index: 50;
	background-color: transparent;
}
#mapServiceButtons1 {
	top: 20px;
	left: 20px;
	margin-left: -10px;
}
#mapServiceButtons2 {
	top: 20px;
	right: 20px;
	margin-right: -10px;
}
.mapServiceButtons button {
	margin-right: 10px;
	padding: 5px;
	font-family: Arial;
	font-size: 14pt;
	color: black;
	border: solid 1px black;
	border-radius: 10px;
	background-color: white;
}
.mapServiceButtons button:hover {
	background-color: #eee;
}
.mapServiceButtons button.pressed {
	background-color: #aaa;
	color: white;
}
.mapServiceButtons button.pressed:hover {
	background-color: #bbb;
}
.shp-examples {
	display: flex;
}
.shp-examples a {
	padding: 5px 5px;
	text-align: center;
}
.grid-cell-center-align {
	text-align: center !important;
}