/* your styles go here */
.body {
	z-index:2;
}
.menu_fixed {
	z-index:2;
}
.font20px  {
		font-size:20px;
}
.table-list {
		position:relative;
		clear:both;
		margin:5px -10px;
		padding:5px 0;
}

.pagination.pagination-split li.active a {
	color:#fff;
}
.panel_toolbox>li {
    float: right;
    cursor: pointer;
}
.thumbnail {
	height:auto;
    overflow: visible;
}
.thumbnail .image {
    height: auto;
    overflow: hidden;
    min-height: 90px;
}
.thumbnail .mask  {
	height:100%;
}
.thumbnail.color_black {
	/*margin-bottom:18px;*/
}
.thumbnail.color_black.iconlist {
	/*margin-bottom:20px;*/
}
.thumbnail .caption2 {
	padding:2px 2px 2px 5px;
	min-height:80px;
	background-color:#fff;
}

.thumbnail .caption {
	padding:2px 2px 2px 2px;
	margin:2px;
	min-height:150px;
}

.thumbnail .caption2 .nameshort {
	height:40px;
	overflow:hidden;
	margin-bottom:3px;
}
.thumbnail .caption .nameshort {
	height:40px;
	overflow:hidden;
	margin-bottom:3px;
}


.objectlist .col-xl-1,
.objectlist .col-lg-2,
.objectlist .col-md-2,
.objectlist .col-sm-3,
.objectlist .col-xs-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.margin0 {
	margin-left:0px;
	margin-right:0px;
	
}

.view .tools {
    font-size: 17px;
    padding: 3px;
    background: rgba(0,0,0,0.35);
    margin: 43px 0 0 0;
    position: absolute;
    bottom: 31px;
    right: 0;
}

.clientdesc {
	font-weight:bold;
	line-height:32px;
	padding:12px;
}
.categories {
	margin-top:70px;
}
.dash {
	margin-top:70px;
}

.dash .x_panel  {min-height:420px;}
.dashboard .x_title h3{font-size:30px;font-weight:bold;margin:10px 0 15px;float:none;display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}

/* media */

.thumbnail .view .big {
	font-size:74px;
	padding:10px;
}
.thumbnail .view img.thmb {
    max-width: 100%;
    max-height: 100%;
    display: block;
	margin:auto;
}
	
/* dropzone */
.dropzone {
    min-height: 15px;
    background: #ffecce;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 4px;	
	margin-bottom:20px;
}
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    min-height: 10px;
}
.dropzone .dz-preview .dz-image {
	border-radius:0;
    overflow: hidden;
    width: 60px;
    height: 60px;
    position: relative;
    display: block;
    z-index: 10;
}

/* Tree */
.tree {
    min-height:200px;
    padding:0px;
    margin-left:-40px;
    margin-bottom:20px;
    border-right: 2px solid #E6E9ED 
}
.tree ul {
}
.tree li {
    list-style-type:none;
    margin:0 0 0 -5px;
    padding:10px 5px 0 0px;
    position:relative
}
.tree li.active {
	font-weight:bold;
	color:#1ABB9C;
}
.tree li.standard {
	font-weight:normal;
	color:#73879C;
}

.tree li::before, .tree li::after {
    content:'';
    left:-25px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:-6px;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:23px;
    width:20px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    display:inline-block;
    padding:3px 3px;
    text-decoration:none
	line-height:16px;
}

.tree li span.fa {
	font-size:16px;
    padding:3px 3px;
}

.tree li span i {
	font-size:16px;
	font-weight:200;
	line-height:16px;
}

.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    color:#000
}

.min_width_200px { 
	min-width:200px;
}

.form-list {
	clear:both;
	position:relative;
	 margin-left:-10px;
	 margin-right:-10px;
	 margin-bottom:5px;
	 
}
.clearfix {
	clear:both;
	position:relative;
}
.login_wrapper {
    margin: 0px auto;
}    
.login {
	padding:50px 0;
    background: #fff;
}

.dashboard .x_content.contentMap{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.dashboard #mapid{
    width: 100%;
}
.dashboard .x_content #mapLegend{
    max-width: 300px;
    max-height: 100%;
    overflow-y: scroll;
}
.maplibregl-popup-close-button {
    display: none;
}


.cell-input input[text] {
	width:25%;
}