/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-gj-web-maps-for-wp
{
  color: $black;
  margin: 0 auto;
}


.agol_for_wp_items_details_item_bottom_container h2 {
	padding: 0;
}

// .agol_for_wp_items_summary_item_right_container {	
// 	width: 100%;
// 	float: left;
// 	clear: none;
//   margin-top: 15px
// }

// .agol_for_wp_items_details_tag {	
// 	border: 1px solid #ccc;
// 	padding: 1px;
// 	margin: 1px;	
// 	float: left;
//   background-color: #b6b6b6;
//   color: white
// }

// .agol_for_wp_items_summary_item_left_container {
// 	width: 200px;
// 	margin-right: 15px;
// 	float: left;
// 	clear: none;
// }
// .agol_for_wp_items_summary_item_thumbnail {
// 	width: 200px;
// 	height: 133px;
// 	// border: 1px solid #444;
// }

// .agol_for_wp_items_details_item_call_to_action {
// 	margin-top: 5px;
// }

.agol_for_wp_items_summary_item_content_description {	
	margin: 5px 0 !important;
}

.content_tree_input {
  align-items: center;
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 80%);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  height: 38px;
  font-family: Times New Roman;
  font-size: 18px;
  padding: 10px;
}

.content_tree_input:focus-visible {
  border: 2px solid #2684FF;
  outline: #2684FF;
}

#saveButton {
  font-size: 18px;
  box-shadow: none;
  border: none;
  color: white;
  background-color: #007cba;
  padding: 7px;
  border-radius: 3px;
  margin-top: 10px;
  width: 150px;
  float: left
}

#editButton {
  font-size: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: white;
    background-color: #0085ba;;
    padding: 7px;
    border-radius: 3px;
    right: 11%;
    width: 25%;
    margin: 10px;
}

.replaceEdit:hover {
	background: #00648c;
}

// .wp-block-gj-web-maps-for-wp .insert_map_iframe_container-center {
//   text-align: center;
// }

// .wp-block-gj-web-maps-for-wp .insert_map_iframe_container-left {
//   text-align: left;
// }

// .wp-block-gj-web-maps-for-wp .insert_map_iframe_container-right {
//   text-align: right;
// }

// .wp-block-gj-web-maps-for-wp a.agol_for_wp_view_larger_map {
//   font-size: 13px;
//   text-decoration: none !important;
//   background-color: #205081;
//   color: #FFF;
//   padding: 5px;
//   border: 1px solid #CCC;
//   border-radius: 5px;
//   box-shadow: none;
//   margin-top: 5px;
//   display: inline-block;
// }
// .wp-block-gj-web-maps-for-wp a.agol_for_wp_view_larger_map:hover {
//   background-color: #275788;
//   text-decoration: none;
//   color: #FFF;
//   box-shadow: none;
// }
// .wp-block-gj-web-maps-for-wp a.agol_for_wp_view_larger_map:focus {
//   color: #FFF;
//   text-decoration: none;
//   box-shadow: none;
// }
// .insert_map_iframe_container iframe {
//   clear: both;
// 	margin-bottom: -8px;
// }

// .warning {
//   line-height: normal;
//   font-size: 18px;
//   color: orange;
//   margin-top: 10px;
//   margin-bottom: 10px
// }

// .mySelect input{
//   font-size: 18px
// }

// input[type=text]:focus {
//   box-shadow: none
// }

// .mySelect__value-container{
//   height: 35px;
//  }
