html, body {
    height: 100%;
    margin: 0;
    min-width: 300px;
}

/*
.x-window-header-default .x-tool-img {
	background-color: #065b91 !important;
}

.x-grid-row .number-column {
	text-align:right !important;
}
*/

/*
#chup {
	display: block;
	text-align: center;
}

#chup-img {
	display: inline;
	margin: 0 5px;
	background-image: url('../images/tools/tool-sprites.png')
}
*/

/*.x-tree-icon {*/
/*display : none !important;*/
/*background-image:url('ext/resources/images/default/s.gif') !important;*/
/*}*/

#mapContainer {
    float: left;
    width: 100%;
    height: 100%; /*calc(100% - 70px);*/
    /*margin-top:70px;*/

}

#cmp-slider:hover {
    opacity: 0.9 !important;
}

.cmpEnabled {
    /*
    background: url('../images/icon/porowywanie.png') no-repeat !important;
    background-size: 40px 60px !important;
    display: block;
    */
}

.cmpDisabled {
    /*background: url('../images/icon/porowywanie_wysun.png') no-repeat;
    background-size: 40px 60px;
    display: block;
    */
}

/*
.loginPanel .x-window-header {
	border-radius: 6px;
}
.x-range-button {
	background:#065b91 !important
}
.x-hover-toolbar-range-button {
	background:#0571b5 !important
}
.x-range-button .x-btn-inner-default-toolbar-small {
	color: white !important;
}
.x-header-button {
	background:white !important
}
.x-header-button-over {
	background: #aab5b1 !important
}
.x-header-button .x-btn-inner-default-small {
	color: #0571b5 !important
}
.x-window-header {
	background-color: #065b91 !important;
}
*/

/* MAP LEGEND */

.legend-icon {
    width: 20px !important;
    height: 20px !important;
}

.legendLayerSettingHide {
    display: none;
}

.insideTreeCheck .x-tree-checkbox {
    display: none;
}

.insideTreeCheck .x-tree-icon .x-tree-icon-leaf {
    width: 0px;
    background-image: none;
}

.insideTreeCheck .x-tree-icon-leaf {
    width: 0px;
    background-image: none;
}

/* MAP TOOLBAR */
.mapToolbar {
    z-index: 10;
}

.topToolbar {
    border-width: 0px !important;
    border-color: transparent !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    top: 10px !important;
    z-index: 20000;
    width: 100%;
    position: absolute;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 50%;
    right: 0;
}

@media screen and (max-width: 1550px) {
    .topToolbar {
        top: unset !important;
        bottom: 10px !important;
    }
    .ndvi-legend {
        bottom: 50px !important;
    }
    .ndvi-legend-right {
          bottom: 50px !important;
    }
}

.mapToolbar .x-btn-focus, .mapToolbar .x-btn-over, .mapToolbar .x-btn-default-small {
    box-shadow: none !important;
}

.toolbar-active-button {
    background: #065b91 !important;
}

.toolbar-button {
    width: 28px !important;
    height: 28px !important;
    color: #065b91;

}

.sliderline {
    /*padding: 10px;*/
    cursor: move;
    left: 50%;
    width: 4px;
    margin-left: -2px;
    position: absolute;
    height: 100%;
    top: 0px;
    background-color: #2a3142;
    color: #fff;
    z-index: 10 !important;
    visibility: visible;
}

.slider-button {
    margin-left: -19px;
    background-image: url('../images/icon/slider-mover.png');
    top: 50%;
    /* background-image: url(); */
    position: relative;
    width: 41px !important;
    height: 39px !important;
}

.slider-button:hover {
    background-image: url('../images/icon/slider-mover-hover.png');
}

.slider-button:active {
    background-image: url('../images/icon/slider-mover-hover.png');
}

/*.x-form-item-label {*/
/*width: 50px !important;*/
/*}*/

/*MAP-SLIDER*/
#line {
    width: 30px;
    background: #fff !important;
    height: 100%;
    position: absolute !important;
    margin-right: auto;
    margin-left: -3%;
    left: 0px;
    right: 0px;
    background-color: #f1f1f1;
    margin-top: -100px;
    z-index: 99999999999999999999 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 1s;
    position: relative;
    background: #FFCF47;
    border-radius: 2px;
    /*
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.32);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.32);
    */

    background: red;

}

#rangediv {
    position: absolute;
    width: 100%;
    bottom: 54%;
}

#bottom-div {
    position: absolute;
    width: 100%;
    bottom: 10%;
}

#bottom-slider {
    z-index: 99999999 !important;
    pointer-events: auto;
}

#slider {
    z-index: 99999999 !important;
    bottom: 0px;
    display: none;
}

.ui-slider .ui-slider-handle {
    width: 41px !important;
    height: 39px !important;
    background: url('../images/slider/mover.png') no-repeat !important;
    overflow: hidden !important;
    position: absolute !important;
    top: -14px !important;
    margin-left: -19px !important;
    border-style: none !important;
    curosr: pointer !important;
    pointer-events: all !important;
}

.ui-slider .ui-slider-handle:hover {
    opacity: 0.9;
    cursor: pointer;
}

.ui-widget.ui-widget-content {
    border: 0px !important;;
}

.ui-widget-content {
    background: none !important;
    pointer-events: none;
}

/*COORDINATES CHANGER */

.active-cords {
    font-weight: bold !important;
    background: #e5f3ff;
}

.cordsGrid .x-grid-item-focused .x-grid-cell-inner:before {
    border: none;
}

.cordsGrid .x-grid-item {
    border-color: #cccccc !important;
}

.cordsGrid .x-grid-item-selected {
    background: none;
    border-color: #cccccc !important;
}

.cordsGrid .x-grid-item-over {
    background: none;
    border-color: #cccccc !important;
}

/* RIGHT BOXES PANEL */

/* POTRZEBNE ABY PANELE PLYNNIE CHODZILY PRZY 
PIERWSZY MOMECIE ROZWIJANIA */
.map-right-boxes {
    height: 800px !important;
    pointer-events: none;
}

.map-right-boxes .x-panel-body-default {
    height: 800px !important;
    background: none !important;
}

.map-right-boxes-innerCt {
    height: 800px !important;
    background: none !important;
}

.right-boxes-panel {
    z-index: 10;
}

.map-right-boxes .clicable {
    pointer-events: auto;
}

.map-right-boxes .pointer {
    cursor: pointer !important;
}

.right-boxes-panel .x-panel-header {
    cursor: pointer;
}

.map-right-boxes {
    height: 1300px !important;
    pointer-events: none;
}

.map-right-boxes .x-panel-body-default {
    height: 1300px !important;
    background: none !important;
}

.map-right-boxes-innerCt {
    height: 1300px !important;
    background: none !important;
}

.right-boxes-panel {
    z-index: 10;
}

.map-right-boxes .clicable {
    pointer-events: auto;
}

.map-right-boxes .pointer {
    cursor: pointer !important;
}

.right-boxes-panel .x-panel-header {
    cursor: pointer;
}

.map-top-boxes {
    height: 100% !important;
    pointer-events: none;
}

.map-top-boxes .x-panel-body-default {
    height: 100% !important;
    background: none !important;
}

.map-top-boxes-innerCt {
    height: 100% !important;
    background: none !important;
}

/*.right-boxes-panel {*/
/*z-index: 10;*/
/*}*/
.map-top-boxes .clicable {
    pointer-events: auto;
}

.map-top-boxes .pointer {
    cursor: pointer !important;
}

/*.right-boxes-panel .x-panel-header {*/
/*cursor: pointer;*/
/*}*/

.epanel-blue-header .x-panel-header-blue-rboxes-panel-framed-top {
    background: #065b91 !important;
}

.epanel-blue-header {
    border-color: #065b91 !important;
    background: #065b91 !important;
}

.epanel-blue-header .x-panel-header-blue-rboxes-panel-framed {
    background: #065b91 !important;
}

.epanel-icon {
    position: absolute;
    width: 43px !important;
    height: 28px !important;
    top: -5px;
    left: 0px;
    cursor: pointer !important;
}

.map-bottom-boxes {
    height: 500px !important;
    pointer-events: none;
}

.map-bottom-boxes .x-panel-body-default {
    height: 500px !important;
    background: none !important;
}

.map-bottom-boxes-innerCt {
    height: 500px !important;
    background: none !important;
}

.map-bottom-boxes .clicable {
    pointer-events: auto;
}

.map-bottom-boxes .pointer {
    cursor: pointer !important;
}

/* BASE GALLERY ITEM */
.pointer2 {
    cursor: pointer !important;

}

.pointer2:hover {
    opacity: 0.9;
}

.baseGalleryItem .image {
    float: left;
    width: 100%;
    height: 56px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    /*
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    */

}

.baseGalleryItem .image img {
    width: 103px;
    height: 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 3px solid #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
}

.baseGalleryItem .text {
    float: left;
    width: 95%;
    line-height: 13px;
    text-align: center;
    font-size: 11px;
    margin-top: 1px;
    /*text-shadow: 1px 1px 6px rgba(255, 255, 255, 1);*/

    /*text-shadow: rgb(255, 255, 255) 1px 0px 4px;*/
    color: #000;
    background: #fff;
}

.baseGalleryContent .x-panel-body-default-framed {
    background: none !important;
}

/* ATTRIBUTES TABLE */

.menufilter {

    margin-left: -1px;
}

.filterswitchON {
    margin-top: -6px;
    margin-left: 3px;
}

.filterswitchOFF {
    border: 1px solid #970000;
    margin-top: -10px;
    margin-left: 3px;
}

/* SPECIAL IDENT HABITAT */

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #aabcfe;
    margin: 0px auto;
}

.tg td {
    padding: 5px 2px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: gray;
    color: #669;
    background-color: #e8edff;
}

.tg th {
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: gray;
    color: #039;
    background-color: #b9c9fe;
}

.tg .tg-7un6 {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    vertical-align: top
}

.tg .tg-83xr {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    vertical-align: top
}

.tg .tg-8xgs {
    background-color: #ffffff;
    font-weight: bold;
    color: #000000;
    text-align: center;
    vertical-align: top
}

.tg .tg-g04n {
    font-weight: bold;
    background-color: #d2e4fc;
    color: #000000;
    vertical-align: top
}

.tg .tg-kixb {
    background-color: #ffffff;
    color: #000000;
    vertical-align: top
}

.tg .tg-pxng {
    background-color: #ffffff;
    color: #000000;
    vertical-align: top
}

.tg .tg-zk42 {
    background-color: #ffffff;
    font-weight: bold;
    color: #000000;
    vertical-align: top
}

/*************************/

.tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
}

.tooltip-measure {
    opacity: 1;
    font-weight: bold;
}

.tooltip-static {
    background-color: #ffcc33;
    color: black;
    border: 1px solid white;
}

.tooltip-measure:before,
.tooltip-static:before {
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
}

.tooltip-static:before {
    border-top-color: #ffcc33;
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 380px;
}

.ol-popup .indetifyBtn {
    background: #828282;
    border: none;
}

.ol-popup .indetifyBtn img {
    margin-top: 3px;
}

.ol-popup .popup-buttons {
    margin-top: 5px;
    float: right;
}

.ol-popup .indetifyBtn {
    background-color: #828282;
    border: 1px solid #828282;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 2px;
    text-decoration: none;
    margin-left: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ol-popup .indetifyBtn:hover {

    background-color: #9b9b9b;
}

.ol-popup .indetifyBtn:active {
    position: relative;
    top: 1px;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    /*pointer-events: none;*/
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "✖";
}

/**** SUB LEGENDA ****/
.sublegend .x-tree-icon {
    width: 18px !important;
}

.analyzes .x-tree-icon {
    width: 18px !important;
}

.tree-without-icon .x-tree-icon {
    display: none !important;

}

.tree-without-icon .x-tree-icon-parent {
    display: none !important;
}

.tree-with-icon .x-tree-icon {
    width: 18px !important;
    display: inline !important;

}

.tree-with-icon .x-tree-icon-parent {
    width: 18px !important;
    display: inline !important;
}

.tree-grey-out-style {
    color: gray !important;
}

/*** ATTRIBUTES TABLE ****/
.filterswitchON {
    margin-top: -6px;
    margin-left: 2px;
}

.filterswitchOFF {
    border: 1px solid #970000;
    margin-top: -9px;
    margin-left: 2px;
}

.filterswitchOFF .x-btn-icon-el {
    margin-left: -1px;
    margin-top: -1px;
}

.filterswitchON .x-btn-icon-el {
    margin-left: -1px;
}

/*************************************** FORESTTEX ***********************************************************************************/
.grid-cell-color-0 .x-grid-cell {
    background: rgb(182, 224, 137) !important;
}

.grid-cell-color-1 .x-grid-cell {
    background: rgb(255, 255, 133) !important;
}

.grid-cell-color-2 .x-grid-cell {
    background: rgb(219, 175, 131) !important;
}

.grid-cell-color-3 .x-grid-cell {
    background: rgb(215, 255, 135) !important;
}

.grid-cell-color-4 .x-grid-cell {
    background: rgb(133, 194, 255) !important;
}

.grid-cell-color-5 .x-grid-cell {
    background: rgb(230, 230, 230) !important;
}

.grid-cell-color-6 .x-grid-cell {
    background: rgb(255, 198, 140) !important;
}

.grid-cell-color-7 .x-grid-cell {
    background: rgb(215, 179, 227) !important;
}

.subarea-info {
    text-align: center;
    display: table;
}

.subarea-info h2 {
    margin-bottom: 10px;
    font-size: 11pt;
    color: #ef9d19;
}

.subarea-info-row {
    display: table-cell;
    vertical-align: middle;
}

.subarea-info-col:first-child {
    margin-right: 50px;
}

.subarea-info-col {
    width: 250px;
    display: inline-block;
}

.subarea-info-col table {
    width: 100%;
    border-collapse: collapse;
}

.subarea-info-col table tr {
    border: 1px solid #fff;
    border-color: #B8B8B8 #fff #B8B8B8 #fff;
}

.subarea-info-col table td:first-child {
    border-right: 1px solid #B8B8B8;
}

.subarea-info-col table td {
    text-align: left;
    padding: 2px 4px;
}

/*************************************** END FORESTTAX ***********************************************************************************/

.insideTreeCheck .x-tree-checkbox {
    display: none;
}

.insideTreeCheck x-tree-icon x-tree-icon-leaf {
    width: 0px;
    background-image: none;
}

.insideTreeCheck .x-tree-icon-leaf {
    width: 0px;
    background-image: none;
}

.insideTreeCheck .x-tree-checkbox {
    display: none;
}

.insideTreeCheck x-tree-icon x-tree-icon-leaf {
    width: 0px;
    background-image: none;
}

.insideTreeCheck .x-tree-icon-leaf {
    width: 0px;
    background-image: none;
}

.insideTreeCheck .x-tree-elbow-img {
    display: none !important;
}

.tooltip {
    position: relative;
    padding: 5px;
    background: #4c4c4c;
    color: #fff;
    opacity: 1;
    white-space: nowrap;
    font: 10pt sans-serif;
    displaya: none;

}

.userlist-admin-row {
    font-weight: bold;
}

.datastorepanel {
    z-index: 1000;
    width: auto;
    position: absolute;
    left: 85px;
    /*-webkit-transform: translateX(-50%);*/
    /*-moz-transform: translateX(-50%);*/
    /*-ms-transform: translateX(-50%);*/
    /*-o-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    top: 5px;

    /*cursor: move;*/
}
.rotateArrow{
    transform: rotate(45deg);
}
.datastorepanelleft {
    left: 85px;
    z-index: 9999999;
    width: auto;
    position: absolute;
    /*-webkit-transform: translateX(-50%);*/
    /*-moz-transform: translateX(-50%);*/
    /*-ms-transform: translateX(-50%);*/
    /*-o-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    top: 5px;

    /*cursor: move;*/
}

.datastorepanelright {
    /*left: 80%;*/
    right: 85px;
    z-index: 9999999;
    width: auto;
    position: absolute;
    /*-webkit-transform: translateX(-50%);*/
    /*-moz-transform: translateX(-50%);*/
    /*-ms-transform: translateX(-50%);*/
    /*-o-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    top: 5px;

    /*cursor: move;*/
}

.datastorepanelbody {
    background: white;
}

.ol-map-toolbar {
    z-index: 1000;
    left: 20px;
    float: left;
    top: 115px;
    background-color: transparent !important;
    border: 0px !important;
}

.ol-map-toolbar-2 {
    z-index: 1000;
    right: 20px;
    float: right;
    top: 115px;
    background-color: transparent !important;
    border: 0px !important;
}
.ndvi-legend {
    z-index: 1000;
    left: 50%;
    float: left;
    bottom: 5px;
    background-color: transparent !important;
    border: 0px !important;
    margin-left: -152px;
}

.ndvi-legend-right {
    z-index: 1000;
    float: left;
    bottom: 05px;
    background-color: transparent !important;
    border: 0px !important;
    left: 75%;
}
.diffGradientButton{
    width:300px !important;
    height: 30px !important;
    border-color: #1f2833;
    border-width: 1px !important;
    border-radius: 4px !important;
    border-style: solid;
    background: rgb(255,0,31);
    background: -moz-linear-gradient(90deg, rgba(255,0,31,1) 0%, rgba(255,133,6,1) 30%, rgba(255,255,255,1) 50%, rgba(0,135,255,1) 70%, rgba(247,0,230,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,0,31,1) 0%, rgba(255,133,6,1) 30%, rgba(255,255,255,1) 50%, rgba(0,135,255,1) 70%, rgba(247,0,230,1) 100%);
    background: linear-gradient(90deg, rgba(255,0,31,1) 0%, rgba(255,133,6,1) 30%, rgba(255,255,255,1) 50%, rgba(0,135,255,1) 70%, rgba(247,0,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff001f",endColorstr="#f700e6",GradientType=1);
}
.ndviGradientButton {
    /*background-image: url('../images/ndvi_gradient_h.png');*/
    width:300px !important;
    height: 30px !important;
    border-color: #1f2833;
    border-width: 1px !important;
    border-radius: 4px !important;
    border-style: solid;
    background: rgba(99,49,73,1);
    background: -moz-linear-gradient(left, rgba(99,49,73,1) 0%, rgba(201,202,100,1) 50%, rgba(38,73,22,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99,49,73,1)), color-stop(50%, rgba(201,202,100,1)), color-stop(100%, rgba(38,73,22,1)));
    background: -webkit-linear-gradient(left, rgba(99,49,73,1) 0%, rgba(201,202,100,1) 50%, rgba(38,73,22,1) 100%);
    background: -o-linear-gradient(left, rgba(99,49,73,1) 0%, rgba(201,202,100,1) 50%, rgba(38,73,22,1) 100%);
    background: -ms-linear-gradient(left, rgba(99,49,73,1) 0%, rgba(201,202,100,1) 50%, rgba(38,73,22,1) 100%);
    background: linear-gradient(to right, rgba(99,49,73,1) 0%, rgba(201,202,100,1) 50%, rgba(38,73,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#633149', endColorstr='#264916', GradientType=1 );
}
.ndviGradientButtonR {
    width:300px !important;
    height: 30px !important;
    border-color: #1f2833;
    border-width: 1px !important;
    border-radius: 4px !important;
    border-style: solid;
    background: rgba(247,237,52,1);
    background: -moz-linear-gradient(left, rgba(247,237,52,1) 0%, rgba(246,41,12,1) 50%, rgba(213,25,230,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,237,52,1)), color-stop(50%, rgba(246,41,12,1)), color-stop(100%, rgba(213,25,230,1)));
    background: -webkit-linear-gradient(left, rgba(247,237,52,1) 0%, rgba(246,41,12,1) 50%, rgba(213,25,230,1) 100%);
    background: -o-linear-gradient(left, rgba(247,237,52,1) 0%, rgba(246,41,12,1) 50%, rgba(213,25,230,1) 100%);
    background: -ms-linear-gradient(left, rgba(247,237,52,1) 0%, rgba(246,41,12,1) 50%, rgba(213,25,230,1) 100%);
    background: linear-gradient(to right, rgba(247,237,52,1) 0%, rgba(246,41,12,1) 50%, rgba(213,25,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ed34', endColorstr='#d519e6', GradientType=1 );
}
.my-header {
    padding:0px !important;
}
.ol-control {
    background: #232d38;
}

.ol-osm-button {
    background-image: url('../images/icon/osm.png');
    width: 45px !important;
    height: 45px !important;
    background-color: transparent;
}

.ol-orto-button {
    background-image: url('../images/icon/orto.png');
    width: 45px !important;
    height: 45px !important;
    background-color: transparent;
}

.ol-nmt-button {
    background-image: url('../images/icon/nmt.PNG');
    width: 45px !important;
    height: 45px !important;
    background-color: transparent;
}

.ol-lmn-button {
    background-image: url('../images/icon/lmn3.PNG');
    width: 45px !important;
    object-fit: cover;
    height: 45px !important;
    background-color: transparent;
}
.ol-katester-button {
    background-image: url('../images/icon/kataster.PNG');
    width: 45px !important;
    height: 45px !important;
    background-color: transparent;
}
.add-dron-data-store {
    background-image: url('../newImages/datastores/dane_dronowe_dodaj.svg');
    width: 32px !important;
    height: 32px !important;
    background-color: transparent;
}

.add-wms-data-store {
    background-image: url('../newImages/datastores/dane_WMS_dodaj.svg');
    width: 32px !important;
    height: 32px !important;
    background-color: transparent;
}

.add-raster-data-store {
    background-image: url('../newImages/datastores/dane_rastrowe_dodaj.svg');
    width: 32px !important;
    height: 32px !important;
    background-color: transparent;
}
.add-satelite-data-store {
    background-image: url('../newImages/datastores/dane_satelitarne_dodaj.svg');
    width: 32px !important;
    height: 32px !important;
    background-color: transparent;
}
.select-object-from-map {
    background-image: url('../newImages/vectors/wybierz_obiekt_z_mapy.svg');
    width: 35px !important;
    height: 34px !important;
    background-color: transparent;
}
.vector_layers {

    background-image: url('../newImages/vectors/symbol warstw.svg');
    width: 28px !important;
    height: 28px !important;
}
.add-polygon {
    background-image: url('../newImages/vectors/rysuj_poligon.svg');
    width: 35px !important;
    height: 34px !important;
    background-color: transparent;
}
.add-many-polygon {
    background-image: url('../newImages/vectors/rysuj_wiele_poligonow.svg');
    width: 35px !important;
    height: 34px !important;
    background-color: transparent;
}
.polygonyze {
    background-image: url('../images/polygonyze.png');
    width: 35px !important;
    height: 34px !important;
    background-color: transparent;
}
.add-line {
    background-image: url('../newImages/vectors/rysuj_linie.svg');
    width: 35px !important;
    height: 34px !important;
    background-color: transparent;
}
.add-line-many {
    background-image: url('../newImages/vectors/rysuj_wiele_linii.svg');
    width: 35px !important;
    height: 34px !important;
    background-color: transparent;
}
.add-point {
    background-image: url('../newImages/vectors/rysuj_punkt.svg');
    width: 35px !important;
    height: 35px !important;
    background-color: transparent;
}
.add-many-point {
    background-image: url('../newImages/vectors/rysuj_wiele_punktow.svg');
    width: 35px !important;
    height: 35px !important;
    background-color: transparent;
}
.change-button {
    background-image: url('../newImages/datastores/wykrywanie_roznic.svg');
    width: 22px !important;
    height: 22px !important;
    background-color: transparent;
}
.ndvi-button {
    background-image: url('../newImages/datastores/zdrowotnosc.svg');
    width: 22px !important;
    height: 22px !important;
    background-color: transparent;
}
.button-3d {
    background-image: url('../images/icon/3d.png');
    width: 24px !important;
    height: 22px !important;
    background-color: transparent;
}
.search-button {
    background-image: url('../images/icon/search.png');
    width: 22px !important;
    height: 22px !important;
    background-color: transparent;
}
.playButton {
    background-image: url('../images/icon/playpause.png');
    width: 25px !important;
    height: 20px !important;
    background-color: transparent;

}
.pauseButton {
    background-image: url('../images/icon/pause.png');
    width: 20px !important;
    height: 20px !important;
    background-color: transparent;

}
.linkButton {
    background-image: url('../images/icon/link.png');

}

.padding1 .x-grid-cell-inner {
    padding: 1px;
}

.myGrid .x-grid-row:hover {
    background-color: rgba(255, 132, 27, 0.8);
}

.myGrid .x-grid-item-over {
    background-color: rgba(255, 132, 27, 0.1);
}

.sateliteButton {
    background-image: url('../newImages/datastores/dane_satelitarne.svg');
}

.wmsButton {
    background-image: url('../newImages/datastores/dane_WMS.svg');
}

.dronSmallButton {
    background-image: url('../newImages/datastores/dane_dronowe.svg');
}

.rasterSmallButton {
    background-image: url('../newImages/datastores/dane_rastrowe.svg');
}

.dronButton {
    background-image: url('../images/icon/dron.png');
}

.zoom-right {
    top: .5em;
    right: .5em;
}

.menuButton {
    background-image: url('../newImages/datastores/menu2.svg');
    width: 28px !important;
    height: 28px !important;
    background-color: transparent;
    padding: 0px;

}
.menuButtonPressed {
    background-image: url('../newImages/datastores/menu.svg');
    width: 28px !important;
    height: 28px !important;
    background-color: transparent;
    padding: 0px;
}
.menuButtonSmall {
    background-image: url('../images/menuSmall.png');
    width: 18px !important;
    height: 18px !important;
    background-color: transparent;

}

.prevButton {
    background-image: url('../images/prev.png');
    width: 14px !important;
    height: 21px !important;
    background-color: transparent;

}

.nextButton {
    background-image: url('../images/next.png');
    width: 14px !important;
    height: 21px !important;
    background-color: transparent;

}

.icon-button-close {
    top: 2px;
    right: 2px;
    width: 11px;
    height: 11px;
    background: url(../images/icon/tab-default-close.gif) 0 0;
    background-position-y: 0px;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    opacity: 0.6;
}

.icon-button-close-over {
    opacity: 1;
}

.app-title {
    font-size: 39px;
    margin: 12px;
}

.app-title2 {
    font-size: 14px;
    text-align: right;
}

.app-title3 {
    font-size: 18px;
    margin: 12px;
}

.app-title-version {
    font-size: 12px;

    margin: 12px;
}

.square1 {
    fill: rgba(255, 132, 27, 0.8);
    stroke: rgba(255, 132, 27, 0.8);
    text-align: left;
    vertical-align: bottom;
}

.square2 {
    fill: rgba(255, 132, 27, 0.5);
    stroke: rgba(255, 132, 27, 0.5);
    text-align: left;
    vertical-align: bottom;
}

.slider-highlightEl {
    background-repeat: repeat-x;
    background-image: url("../images/selectgradient3.png");
}
.slider-highlightEl2 {
    background-repeat: repeat-x;
    border-color: rgba(255, 132, 27, 0.9);
    border-width: 3px !important;
    border-radius: 2px !important;
    border-style: solid;
}
.slider-highlightElDiff {
    background-repeat: repeat-x;
    border-color: rgba(16, 253, 82, 0.9);
    border-width: 3px !important;
    border-radius: 2px !important;
    border-style: solid;
}
.my-slider-thumb {
    width: 16px;
    height: 30px !important;
    background-position: 0px !important;
    margin-left: -8px;
    background-image: url("../images/my-slider-thumb.png") !important;
}

.data-store-desc {
    cursor: pointer;
}

.data-store-desc:hover {
    font-weight: bold;
}

.logoTaxus {
    background-image: url("../images/logo_taxus_small.png");
    border-color: #1f2833;
    border-width: 1px !important;
    border-radius: 4px !important;
    border-style: solid;
    //text-align: center;
    width: 160px !important;
    background-repeat: no-repeat;
    margin: auto;
}

.logoTaxus:hover {
    border-width: 1px !important;
    border-color: rgba(255, 132, 27, 0.8);
    border-radius: 4px !important;
    border-style: solid;
    //width: 160px !important;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url("../images/logo_taxus_hover.png");
}

.logoTaxusMap {
    border-width: 0px !important;
    border-color: transparent !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    height: 40px !important;
    top: unset !important;
    z-index: 99;
    width: 142px !important;
    position: absolute;
    margin-left: auto !important;
    margin-right: auto !important;
    left: unset !important;
    bottom: 10px !important;
    right: 10px;
    background-color: rgba(35, 45, 56, 0.85);
    border: 0px !important;
    position: absolute !important;
    border-radius: 4px !important;
}

.logoTaxus:hover {
    background-color: rgba(35, 45, 56, 1);
}

.progressbarmap {
    height: 0px;
    visibility: hidden;
    position: relative;
    left: 0;
    box-shadow: 0px 0px 1px 9px rgb(255, 132, 27);
    transition: width 250ms;
    top: -1px;

}
.forgotPasswordLink {
    font-size: 12px;
}

.forgotPasswordLink:hover {
    cursor: pointer;
    font-weight: bold !important;
}

.ux-mu-icon-action-remove {
    background-image: url(../uploadImg/delete.png) !important;
}

.wrap .x-grid-cell-inner {
    white-space: normal;
}

.padding1 .x-grid-cell-inner {
    padding: 1px;
}

.removeColumnButton {
    background-image: url('../images/remove.png');
    width: 24px !important;
    height: 24px !important;
}
.attrColumnButton {
    background-image: url('../images/attrtable.svg');
    width: 24px !important;
    height: 24px !important;
}
.rasterDataButton {
    background-image: url('../images/icon/my_data.png');
    width: 24px !important;
    height: 24px !important;
}
.editColumnButton {
    background-image: url('../images/icon/edit.png');
    width: 24px !important;
    height: 24px !important;
}
.addButton {
    background-image: url('../images/icon/add-small.png');
}
.tdError {
    border-width: 3px !important;
    border-color: red;
    border-style: solid;
}
@font-face {
    font-family: 'MapNum';
    src: url('../font/MapNum.woff2') format('woff2'),
    url('../font/MapNum.woff') format('woff'),
    url('../font/MapNum.svg#MapNum') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.flash-button {
    border-left-color: rgb(255, 132, 27); !important;
    border-top-color: rgb(255, 132, 27); !important;
    border-width: 4px !important;
}
.addedToMap .x-btn-text{
    background-color: rgba(245, 89, 44, 0.5); !important;
}
.dataStoreImageList {
    cursor: pointer;
}
.dataStoreImageList:hover {
    filter: invert(0.2);
}

.add-icon {
    background-image: url('../images/add_white_18dp.svg');
}

.edit-icon {
    background-image: url('../images/edit_white_18dp.svg');
}

.remove-icon {
    background-image: url('../images/delete_white_18dp.svg');
}