.new-m-layer{
	border: 1px solid #ffc107;
    display: block;
    padding: 5px 10px;
    border-radius: 4px;
    color: #9e9e9e;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 36px;
}
.layer-heights{
	height: 50%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
}
.new-m-layer:hover{
    color: #9e9e9e;
}
.layer-edit-btn{
	position: absolute;
    right: 12px;
    top: 4px;
	bottom: 4px;
    border-radius: 4px;
    border: 0;
    background-color: #ffffff;
    padding: 0;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.layer-edit-btn img{
	width: 14px;
}
.new-m-layer.active{
	background-color: #ffc107;
	color: #ffffff;
}
.lay-img{
	width: 15px;
    margin-right: 10px;
}
.new-m-layer.active .lay-img{
	filter: brightness(0) invert(1);
}
.layerbody{position:relative;}
#LayerDetails .addmore{width:120px !important;}