:root {
/* зеленая гамма */ 	
	--base-color: #d4d6d9 !important;
	--base-light-color: #98d2d3 !important;
	--base-title-color: #fff !important;
}

.x-panel-default {
	border-style: none !important;
	background: #ffffff !important;
	opacity: 0.95;
}
.x-panel-body-default {
	border-style: none !important;
	background: #ffffff00 !important;
}
.app-panel-title {
    border-bottom: 10px solid #d4d6d9 !important;
/*    border-bottom-style: solid !important;
    border-bottom-color: #d4d6d9 !important;*/
}

.bg-map-panel {
    background-color: #e9e9e9 !important;
    background-image: linear-gradient(0deg,#f4f4f4 1.1px, transparent 0), linear-gradient(90deg,#f4f4f4 1.1px, transparent 0) !important;
    background-size: 20px 20px !important;	
}

.x-splitter {
    background: #d4d6d911 !important;
    width: 5px !important;
}
.x-layout-split-left {
    background-image: none !important;
}

.x-dashboard-column-last {
    padding-right: 0px !important;
}
.x-dashboard-column-first {
    padding-left: 0px !important;
    clear: left;
}
.x-dashboard-panel {
    margin-top: 0px !important;
}

.x-title-icon-wrap-default.x-title-icon-left {
    width: 35px !important;
}
.geoles-control-icon {
	width: 30px !important;
    height: 30px !important;
	background-image: url('/static/img/treeinfo.png');
}


/* Gravatar */

.gravatar-icon {
    width: 30px !important;
    height: 30px !important; 
    border-radius: 5px;    
}
.button-text .x-btn-inner-default-small {
    color: #157fcc !important;
}



/* OpenLayers mouse map control */

.custom-mouse-position { /* гео. координаты позиции курсора */
    position: absolute;
    right: 20px;
    bottom: 10px;
    padding: 5px 2px 5px 2px;
    margin: 0px 5px 0px 5px;
    background-color: none  !important; /* rgba(237,234,222,0.7); */ 
    color: white;  /* цвет текста */
    font-weight: bold; 
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 14px  !important;
    text-align: right;
    text-shadow: 1px 1px 2px black, 0 0 10px rgba(56,146,211,0.5), 0 0 5px rgba(56,146,211,0.5);
}

/* OpenLayers элементы управления */

.ol-control { /* цвет абриса кнопок OL */
/*    background-color: #3a415555 !important; */
}
.ol-control button { /* цвет текста кнопок OL */
    color: #3487c3 !important;
    background-color: #eee !important;
    opacity: 0.92 !important;    
}
.ol-control button:hover{
    background-color: var(--base-color);
    opacity: 0.72;
}
.ol-control button:focus{
    background-color: var(--base-color);
}

.ol-swipe:after, .ol-swipe button:before, .ol-swipe button:after {
    background: #3487c3 !important;
}
.ol-swipe:before {
    background: rgba(255,255,255,.4) !important;
}

/*** Легендирование слоев ***/
.ol-control.ol-legend {
    top: 20px;
    left: auto;
    bottom: auto;
    right: 20px;
    font-size: 18px !important;
}
.ol-legend ul {
    margin: 30px 0px 0px 0px !important;
    min-width: 95px;
}
.ol-legendImg {
    padding: 5 0 0 5 !important;
    font-size: 14px !important;
    color: #2a6e9f !important;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
}
button.ol-closebox {
/*    background-color: #0000 !important; */
}
button.ol-closebox:before {
    color: #3487c3 !important;
    font-size: 1.1em !important;
}

/*** Масштабирование слоев ***/
.ol-zoom {
	top: auto;
    left: auto;
    bottom: 60px;
    right: 20px;
    font-size: 18px;
/*    box-shadow: 0px 0px 5px #111; */
}
.ol-zoom .ol-zoom-in {
	border-radius: 2px 2px 0 0;
    background-color: #eee;
    opacity: 0.92;
}
.ol-zoom .ol-zoom-out {
    border-radius: 2px 2px 0 0;
    background-color: #eee;
    opacity: 0.92;
}
.ol-zoom .ol-zoom-in:hover{
    background-color: #eee;
    opacity: 0.72;
}
.ol-zoom .ol-zoom-out:hover{
    background-color: #eee;
    opacity: 0.72;
}

.ol-popup .closeBox {
	background-color: #ececec00 !important;
    color: #4297d4 !important;
    font-size: 1.5em !important;
    margin: 0 !important;
}
.ol-popup.default {
    border: 0px solid var(--base-color) !important;
}
.ol-popup.default > div {
    background-color: #fff;
    border: 0px solid #69f;
    border-radius: 0px;
}
.ol-popup .ol-popupfeature table td {
    height: 22px !important;
    font-size: 0.9em !important;
    padding: 0 5 0 5 !important;
}