#LayerTabContent .box-slide-header{
	margin-left:10px;
}

#layer_panel .nav-item{
	padding:5px !important;
}

#layer_panel .nav-tabs .nav-item {
    margin-bottom: -2px !important;
}

#layer_panel .nav-link{
text-align:center;
font-size:10.5px;
width:63px;
padding: 0.4rem 0.4rem 0.4rem 0.4rem !important;
}

/*#layer_panel .nav-link:hover
{
color: #83db83 !important;
}*/


.layers-control {
border-radius: 0 0 3px 3px;
font-size: 11px;
display: block;
overflow-y: scroll;
overflow-x: hidden;
padding: 0 0px;
height: 235px;
}

.layers-control ul {
  font-weight: 500;
  width:95%;
  list-style-type: none;
  padding-left: 10px;
  /*padding-right: 10px;*/
  color:#504a4a !important;
  font-family: arial;
}
.layers-control span {
  font-family: "Segoe UI",Arial,sans-serif;
  padding: 5px;
  /*color:white;*/
}
.layers-control .image {
    background: #212a3a3b;
    width: 25px;
    height: 25px;
    float: left;
    padding: 0px;
    margin: 0px;
    border-radius: 5px;
}

#layer_list tr,#base_map_list tr,#other_layer_list tr {
height: 30px;
padding: 3px;
color: #fff;
}
#layer_modal table,#other_layer_modal table {
padding: 3px;
margin: 0px;
}

.active-lyr{
	background-color: lightgreen;
	color:black !important;
}

#layer_modal tr:hover{
	background-color: lightgreen;
	color:black;
	cursor:pointer;
}
#other_layer_modal tr:hover{
	background-color: lightgreen;
	color:black;
	cursor:pointer;
}
#basemap_table tr:hover{
	background-color: #fbd38d;
	color:black;
	cursor:pointer;
}

#layer_list img.information {
width: 15px;
cursor:pointer;
MARGIN-LEFT: 10px;
}

#layer_list img.information:hover{
border:1px solid lightblue;
border-radius:50px;
}

#layer_panel .tablink {
padding: 5px;
border: none;
background: #333333;
color: #fff;
height: 35px;
width: 98px;
cursor: pointer;
font-size: x-small;
}
.tablink:focus{
	outline:none	
}

.panel-body:before,
.layers-control ul:before,
.layers-control span:before
{
    content: " ";
	
}
.model-content2{
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    outline: 0;
}

#Attrib_dialog{
height: 380px;  width: 50%;  left: 20% !important;  top: 10% !important; border-radius: 10px;  border: 2px ridge #9E9E9E;overflow : none !important;overflow-y: none !important; z-index:999999 !important;
}

#content_Attrib_dialog{
	padding:5px;
	color:#fff;
	background:#22324cc7;
	width:100%;
	font-weight:400;
	font-size:12px;
	height:340px;
	overflow-x:hidden;
}
/* width */
#content_Attrib_dialog::-webkit-scrollbar {
    width: 10px !important;
}
/* Track */
#content_Attrib_dialog::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px     rgba(0,0,0,0.3)!important; 
    border-radius: 10px!important;
}

/* Handle */
#content_Attrib_dialog::-webkit-scrollbar-thumb {
    border-radius: 10px!important; 
    -webkit-box-shadow: inset 0 0 6px     rgba(0,0,0,0.5)!important; 
}

/* Handle on hover */
#content_Attrib_dialog::-webkit-scrollbar-thumb:hover {
    background: #888 !important;
}

#title_Attrib_dialog{
	padding:5px;
	color:#000;
	width:100%;
}

#close_Attrib_dialog{
	float:right;
	cursor:pointer;
    margin: 5px;
    border-radius: 50px;
    border: 1px solid black;
}

.image-radio {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}
.image-radio img{
	height:30px;
	width:30px;
}
.image-radio input[type="radio"] {
    display: none;
}
.image-radio-checked {
    border-color: #4783B0;
}
.image-radio .fa {
  position: absolute;
  color: #4A79A3;
  background-color: #fff;
  padding: 10px;
  top: 0;
  right: 0;
}
.image-radio-checked .fa {
  display: block !important;
}