/*
*
*	Styling for Maps API elements
*
*
*/
.wic-form-button.map-individual-address-button,
#show_map_button,
#show_main_map_button {
	border: 1px solid #C4ECB4;
	color:  #5ecc33;
	background: #effaeb;
}

.wic-form-button.map-individual-address-button:hover,
#show_map_button:hover,
#show_main_map_button:hover {
	border-color: #5ecc33;
	background: #C4ECB4;
	color: #397a1f;
}

#wp-issues-crm-google-map-slot {
	height: calc(100vh - 50px);
	width: 100%;
	z-index: 100;
	display: none;
	position: absolute;
	border: 1px solid #C4ECB4;
	top: 0;
	left: 0;
	width: 100%;
	background: white;
}


#wp-issues-crm-show-map-dialog-inner-html,
#google-map {
	height: 100%;
	width: 100%;
}

  #goCenterUI, #setCenterUI {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 1px;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
	cursor: pointer;
	float: left;
	margin-bottom: 22px;
	text-align: center;
  }
  #goCenterText, #setCenterText {
	color: rgb(25,25,25);
	font-family: Roboto,Arial,sans-serif;
	font-size: 15px;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
  }
  #setCenterUI {
	margin-left: 12px;
  }
  
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.wic-google-map-window .ui-dialog-titlebar {
		display: none;
  }
  
  #wic-google-layers-control {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 1px;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
	cursor: pointer;
	margin: 36px 0 0 5px;
	width: auto;
	padding: 10px 10px 0 0;
  }
  
  .layer-check-wrap {
    padding: 0 0 10px 0;
  }
  
   input.layer-check {
	padding-right: 5px;
  }
  
  .layer-label {
 	color: rgb(25,25,25);
	font-family: Roboto,Arial,sans-serif; 
	font-size: 12px;
	vertical-align: center;
  }
  
  .layer-label-infowindow {
 	color: #777;
	font-family: Roboto,Arial,sans-serif; 
	font-size: 12px;  
  
  }
  
  #wic-google-exit {
  	margin: 10px 10px 0 10px;
	background: white;
	border: none;
  	width: 40px;
  	height: 40px;
  }
 
  #wic-google-exit .dashicons {
	line-height: 40px;
	font-size: 2.2em;
	width: 40px;
	height: 40px;
  	color: #777;
  }

  #wic-google-legend {
    color: #000;
  	background: #eee;
  	opacity: 0.8;
  	margin-left: 10px;
  	padding: 2px 10px;
  	font-size: 10px;
  } 
 #wic-google-title, #wic-google-legend-text {
 	display: inline-block;
 }  

 #wic-google-title {
 	padding-right: 5px;
 }
  
  .wic-input-controls {
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid transparent;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 300;
	height: 28px;
	margin-left: 0px;
	margin-top: 5px;
	outline: none;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 400px;
  }

  .wic-input-controls:focus {
	border-color: #4d90fe;
  }

  .wic-google-select-control,  
  .wic-google-select-control.dashicons {
  	color: #999;
  	display: inline-block;
  	margin: 0;
  	width: 28px;
  	height: 24px;
  	background: #fff;
  	font-size: 18px;
  	line-height: 24px;
  	padding: 0;
  	border-left: 1px solid #f0f0f0;
  	box-sizing: border-box;
  }

.wic-google-select-control.wic-google-select-control-count {
	text-align: right;
	min-width: 28px;
	width: auto;
	padding: 0 4px;
}
  
    .wic-google-select-control.dashicons:hover {
    	background: #ececec;
    }
  
  
  #wic-google-select-controls-list {
  	margin: 5px 0 0 0;
  	padding: 0;
 	cursor: pointer;
  }
  
  #showInfoWICGoogle {
  	border-left: none;
  	border-top-left-radius: 2px;
  	border-bottom-left-radius: 2px;
  }
  #clearFeaturesWICGoogle {
  	border-right: none;
  	border-top-right-radius: 2px;
  	border-bottom-right-radius: 2px;
  }