/** Common for buttons **/

.layers-visualization-selector,
.layers-business-selector,
.layer-button {
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
}
.layers-visualization-selector:hover,
.layers-business-selector:hover,
.layer-button:hover {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
}
.layer-business-legend-title {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 2%
}
.layer-business-legend-title span {
	left: 0px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 900;
}
.layer-business-legend img {
	width: 98%;
	height: 100%;
	margin-left: 2%;
}
#layers-v-buttons {
	width: 31px;
	top: 50px;
	left: 8px;
	position: absolute;
	z-index: 500;
}
.layer-charts {
	height: 100%;
	width: 100%;
	margin-top: 10px;
}

.layer-btn{
	height: 40px;
	width: 40px;
	float: right;
	border-radius: 50%;
	background-position: center center;
	background-size: contain;
	background-color: white;
	background-repeat: no-repeat;
	margin-right: 4px;
	cursor: pointer;
}

#layers-addFeature-panel {
	bottom: 30px;
	left: 50px;
	position: inherit;
	width: max-content;
	z-index: 1000;
}

#layers-addFeature-panel .layer-btn {
	height: 30px;
	width: 30px;
	float: right;
	border-radius: 50%;
	background-position: center center;
	background-size: contain;
	background-color: white;
	background-repeat: no-repeat;
	margin-right: 10px;
	cursor: pointer;
}
/**** VISUALIZATION LAYERS MATERIAL ***************************************************/

#layers-visualization-selector {
	height: 56px;
	width: 56px;
	top: 8px;
	right: 8px;
	position: absolute;
	background-color: white;
	border-radius: 50%;
	background-image: url('../imgs/map-styles/layers-selector.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	z-index: 1001;
}
.layers-visualization-selector-opened {
	background-image: url('../imgs/map-styles/layers-selector-opened.jpg') !important;
}
#layers-visualization-panel {
	/*	display: none;*/
	height: 50px;
	position: absolute;
	top: 16px;
	right: 72px;
	z-index: 1001;
}

/**** VISUALIZATION LAYERS MATERIAL ***************************************************/



/**** BUSINESS LAYERS MATERIAL ***************************************************/

.layer-v-panel {
	/*background-color: red;*/
	position: absolute;
	width: 100%;
	height: 100%;
}
.app-v-panel-header {
	/*background-color: red;*/
	height: 16px;
	width: 100%;
	margin-bottom: 10px;
}
.app-v-panel-title {
	height: 35px;
	left: 0;
	text-align: left;
	vertical-align: middle;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 14px;
	font-weight: bold;
}
.layer-v-panel-buttons {
	height: 35px;
	right: 0;
	top: 0;
	position: absolute;
}
.layer-panel-button {
	cursor: pointer;
	width: 35px;
	height: 35px;
	float: right;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
}
.layer-button-heatmap-toggle-on {
	background-image: url('../imgs/icons/heatmap-on.png');
}
.layer-button-heatmap-toggle-off {
	background-image: url('../imgs/icons/heatmap-off.png');
}
.layer-button-visibility-toggle-on {
	background-image: url('../imgs/icons/toggle-on.png');
}
.layer-button-visibility-toggle-off {
	background-image: url('../imgs/icons/toggle-off.png');
}
#layer-button-attrtable {
	background-image: url('../imgs/icons/gray/table.png');
}
#layer-button-attrtable:hover {
	background-image: url('../imgs/icons/blue/table.png');
}
#layer-button-export {
	background-image: url('../imgs/icons/gray/export.png');
}
#layer-button-export:hover {
	background-image: url('../imgs/icons/blue/export.png');
}

.app-v-panel-body {
	height: 100%;
	width: 100%;
	top: 5px;
	position: absolute;
}

.layer-button-business {
	width: 40px;
	height: 40px;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-left: 2px;
}
.layer-business-h-panel {
	height: 98%;
	left: 5px;
	right: 5px;
	bottom: 5px;
	top: 5px;
	width: 99%;
	position: absolute;
	overflow: auto;
}
.layer-business-h-panel-attr-table {
	height: 100%;
	width: 100%;
}

/**** BUSINESS LAYERS MATERIAL ***************************************************/


/**** LAYER BUTTON ********************************************************************/

.layer-button {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: white;
	float: right;
	cursor: pointer;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.layer-button-visualization {
	margin-left: 5px;
}
.layer-button:hover {
	opacity: 1.0;
}
.layer-unloaded {
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
}
.layer-loaded-visible {}
.layer-loaded-invisible {
	-webkit-box-shadow: inset 10px 10px 300px 38px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 10px 10px 300px 38px rgba(255, 255, 255, 0.3);
	box-shadow: inset 10px 10px 300px 38px rgba(255, 255, 255, 0.3);
}

/**** LAYER BUTTON ********************************************************************/



/**** LAYER TOC ********************************************************************/


.layer-disabled {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.layer-toggle{
    width:50px;
    float:left;

 }

.layer-name{
	padding-left: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 150px;
	max-width: 150px;
	font-family: Roboto;
	font-size: 12px;
 }

.layer-name .layer-description {
	font-size: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.layer-btns{
	float:right;
	margin: auto;
 }

 .layer-btns >.btn > .material-icons{
	color: #999999;
 }

.layer-btn-fitMap {
	float: right;
	width: 25px !important;
	height: 45px;
	padding-left: 10px;
	padding-top: 18px;
}
/**** LAYER TOC ********************************************************************/

#layers-toc {
    position: relative;
    top: 0;
    left: 0px;
    height: 100%;
    width: 250px;
    float: left;
    background: yellow;
    transition: all 0.5s ease;
}

#layers-toc .panel {
	border-radius: 0 !important;
	margin-top: 0;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.4);
	box-shadow: 0 0 1px rgba(0,0,0,.4);
}

/**** layer-toggle-btn-text *********************************************************/

.layer-toggle-btn-text {
	line-height: 40px;
	margin-left: 45px;
}

.table-filter-select {
	font-size: 12px !important;
	width: 130px
}

/*************/

.dropbtn {
    color: #444;
    font-size: 12px;
    border: none;
    cursor: pointer;

}

.dropdown {
    position: relative;
    display: inline-block;

}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    min-width: 160px;
border: lightgray 1px solid;
}

.dropdown-content a {
    color: #666;
    padding: 5px 20px;
    text-decoration: none;
    display: block;
	font-weight: 400;
	font-size: 13px;
}

.overflow-visible {
	overflow:visible !important;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}


.stripe-image{
	width:40px;border-radius: 50%;display: none;
}

.panel-body label{
	padding-left: 0px;
}

.panel-body .col-md-8{
	padding-right: 5px;
}

.panel-body .field1, .panel-body .field2{
	padding-right: 5px;
	padding-left: 5px;
}

.app-sidebar-left-small .layergroup-item{
	min-height: 0px;
}

.inactive-image{
	width: 40px;
border-radius: 50%;
opacity:0.7;
display: none;
}

#profile-user-toc{
	/*height: 85px;*/
	padding: 10px 10px 20px 10px;
}

.options-views-profile{
	margin-right: 10px;
}
/**************NEW IDENTIFY******************/

#layers-identify-mobile{
	width: 100%;
	height: 130px;
	background-color: transparent;
	position: absolute;
	z-index: 1003;
	bottom: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all .5s ease;
	/*-webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
    box-shadow:0px -1px 2px rgba(0, 0, 0, 0.3);*/
}

#layers-identify-mobile.expand{
	height:400px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all .5s ease;
}

.identify-panel{
    width: 100%;
    height: 130px;
    background-color: white;
    position: absolute;
    z-index: 1001;
    bottom: 0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all .5s ease;
}

#btn-wrapper-identify{
	position: fixed;
	float: right;
	right: 0;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin-top: -30px;
	margin-right: 30px;
	background-color: white;
	color:black;
	color: #666;
	text-align: center;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
	z-index: 9;
}

#btn-wrapper-identify i{
	line-height: 60px;
	font-size: 35px;
}

.identify-panel.open{
	height:465px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all .5s ease;
	/*overflow-y: auto;
	overflow-x: hidden;*/
}

.identify-panel.open.expand{
	height:485px;
}

.important-info li{
	height: 30px;
}

.edit-fields li{
	height: 55px;
}



.important-info li div input, .important-info li div span, .important-info li div label, .important-info li div select, .important-info li div a{
	font-size: 1em!important;

}

#layers-identify-mobile a:focus{
	outline: 0;
	outline-offset: 0;
}


.edit-fields{
	height: 165px!important;
}

.edit-fields.expand{
	height: 200px!important;
}

.important-info li label{
	color: white;
	margin-bottom: 0px;
}

#call-phone, #email-sync, #url-sync{
	color:#666;
}

.important-info input, .important-info select, .important-info textarea{
	color: white;
}

.important-info select option{
	color: black;
}

.important-info{
	background-color: rgba(0,0,0,0.7);
	height: 90px;
	-webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
     box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.important-info.edit-fields{
	overflow: unset;
}

.important-actions{
	height:40px;
	background-color: #ddd;
	/*border-bottom: 1px solid #bbb;*/
	/*border-bottom: 1px solid #bbb;*/
}

.other-info.editable{
	height:240px!important;
}

.list-group-item-mobile a{
	padding-left: 0px;
}

.other-info{
	height: 310px;
	/*height: 260px;*/
	font-size: 0.9em!important;
    /*text-transform: capitalize;*/
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	width: 100%;
}

.other-info label, .other-info input, .other-info select, .other-info textarea, .other-info a{
	font-size: 0.9em!important;

}

.other-info label{
	line-height: 30px;
}

/*.important-info .fields-list:first-child {
	font-weight:bold;
}*/

.collapse-identify{
	background-color:white;
}

.other-info .list-group-item-mobile{
	border-bottom: 1px solid #ddd;
	padding-top: 2px!important;
	padding-bottom: 0px!important;
	list-style-type: none;
	min-height: 35px;
	max-height: 200px;
}

.other-info .list-group-item-mobile .input-sm{
	font-size: 0.9em;
	min-height:30px;
	height: 100%
}

.other-info .bootstrap-select button{
	height: 30px;
	font-size: 0.9em;
}

.list-group-item-mobile.formcontrol-image label{
	display: inline-flex;
}

.text-disabled{
	color: #ccc;
}


.important-info input{
	height:15px;
}

.important-info  * {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-group-item-mobile.formcontrol-select-multiple .dropdown-backdrop {
	display: none;
}




/*******************************/
