#layerview_layerfinder_container {
	width: 287px;
  float: left;
  height: 29px;
}

#layerview-layerfinder {
	width: 287px;
  height: 32px;
}

.layer-view-reload{
  width:32px;
  height:32px;
  font-size:20px;
  line-height:26px;
  padding:6px 0 0 0;
  margin:0 0 0 -1px;
  text-align:center;
  background:#7d7c70;
  color:#fff;
  display:inline-block;
  text-decoration:none;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  text-decoration: none;
}
.layer-view-reload:hover{
  background:#000;
  color:#FC0;
}
.layer-view-reload > .icon-repeat {
  color: #FFFFFF;
}

span[name=group-name] {
  cursor: pointer;
	display: inline-block;
  margin-top: -10px;
}
span[name=group-name] > div {
  width: 265px;
}

span[name=group-check] {
  display: inline-block;
  vertical-align: middle;
}

.sort-handler {
  display: inline-block !important;
	/*background-image: url("../../img/arrowsnocircle.png");*/
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}

.sort-handler, .group-expanded, .group-not-expanded, .group-name, .group-description {
	vertical-align: middle;
}

.sort-handler-icon {
  background-image: url("../../img/arrows_up_down.png");
  width: 16px;
  height: 16px;
}

.layerview-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

li[name=group-node] > div.container-fluid {
  /*border-left: 3px solid #7d7c70;*/
  margin-bottom: 3px;
}

li[name=group-node] {
    background-color: #333333;
    color: #EEE;
    font-weight: bold;
    line-height: 41px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid #7c7b70;
}

li[name=group-node] > span { 
  vertical-align: top; 
  position: relative;
  top: 9px;
}

.group-node-base {
  background-color: #333 !important;
}

.group-node-base > ul > li[name=group-node] {
	background-color: #333 !important;
}

li[name=group-node] span.icon-sort {
  font-size: 12px;
  padding-left: 3px;
  position: relative;
  /*top: 2px;*/
  color: #FC0;
  /*color: rgb(204, 167, 45);*/
}
li[name=group-node] span.icon-plus, li[name=group-node] span.icon-minus {
  font-size: 9px;
  padding-left: 3px;
  /*color: rgb(204, 167, 45);*/
  color: #FC0;
  position: relative;
  top: -1px;
  /*vertical-align: middle;*/
}
li[name=group-node] span[name=group-name] {
  padding-left: 3px;
}
li[name=group-node] span.group-description {
  position: relative;
  top: 12px;
  color: #FC0;
  /*color: rgb(204, 167, 45);*/
}

span.layer-legend {
  /*width: 20px;
  height: 20px;*/
}

span.layer-legend > span.icon-history {
  color: #FC0;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  top: 1px;
}

span.layer-legend > span.icon-list {
  color: #FC0;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
}

span.layer-check {
  position: relative;
}

span.layer-tools {
  color: #FC0;
}

#layerview-hide span.icon-chevron-right, #layerview-container-minimized span.icon-chevron-left {
  font-size: 18px;
  color: #FC0;
}

li[name=layer-node] {
  color: #eee;
  line-height: 34px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  font-weight: normal;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

li[name=layer-node]:hover {
  background-color: #000000;
}

li[name=layer-node] > span {
  display: inline-block !important;
}

li[name=layer-node] > span:first-child {
  position: relative;
  top: 6px;
}

/*li[name=layer-node] span.icon-grip {*/
li[name=layer-node] span.icon-ellipsis-v {
  position: relative;
  top: 1px;
  color: #EEE;
}

ul[name=group-layers] {
  background-color: #333333;
}

.layer-fields {
  float: right;
}

.layer-field {
	display: inline-block;
	vertical-align: middle;
	padding-left: 3px;
}

.layer-description, .group-description {
  /*color: rgb(204, 167, 45); 
  font-weight: bold; 
  font-size:16px;*/
  color: #FC0;
  font-size:14px;
}
.group-description {
  cursor: pointer;
  display: inline-block;
  float: right;
  margin-right: 6px;
}

.ui-tooltip-layer-description {
  padding: 0px !important;
}

.layer-opacity {
  padding-left: 10px;
  float: right;
}

div[name=opacity-slider] {  
  width: 68px;
}
div[name=opacity-slider] a {
	text-decoration: none;
}

.layer-tool {
  margin-bottom: 10px;
  border-bottom: 1px solid #EBEBEB;
  padding: 2px;
  border-radius: 2px;
}
.layer-tool.layer-tool-clickable:hover {
  background-color: #F7F7F7;
}

.layer-tool-clickable {
  cursor: pointer;
} 

.layer-tool-inactive {
  color: #CCC;
  font-style: italic;
  cursor: default !important;
}

/*.layer-name > p {
  width: 145px;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}*/
.layer-name {
  max-width: 196px;
}

.group-expanded, .group-not-expanded {
  display:inline-block !important;
  cursor: pointer;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}

.group-expanded {
  background-image: url('../../img/minus.png');
}

.group-not-expanded {
  background-image: url('../../img/cross.png');
}

.ui-tooltip-group-info {
  max-width: 600px !important;
  max-height: 600px !important;
}


.icheckbox_minimal-grey {
	position: relative !important;
}
.icheckbox_minimal-grey > input[type='checkbox'], .iCheck-helper {
	position: absolute !important;
	top: 0% !important;
	left: 0% !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
}

.btn-natura {
  white-space: normal;
  background-color: #D3811D;
  color: #fff !important;
  font-size: 10px;
  /*float: right;*/
  width: 128px;
	position: relative;
  /*top: 2px;*/
  right: -45px;
}
.btn-natura:hover {
  background-color: #ec971f;
}

.btn-app {
  width: 125px;
  border-right: none;
  border-bottom: none;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #ffffff !important;
  font-weight: bold;
  background-color: #000;
  border-color: transparent;

  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: normal;

  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}