/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-gj-web-maps-for-wp {
  color: #292929;
  margin: 0 auto; }

.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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          box-shadow: none; }

.wp-block-gj-web-maps-for-wp a.agol_for_wp_view_larger_map:focus {
  color: #FFF;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.insert_map_iframe_container iframe {
  clear: both;
  margin-bottom: -8px; }

.replaceEdit {
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: white;
  background-color: #0085ba;
  padding: 7px;
  border-radius: 2px;
  right: 11%;
  width: 25%;
  margin: 10px; }

.replaceEditClear {
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px;
  border-radius: 2px;
  right: 11%;
  width: 25%;
  margin: 10px;
  background: white;
  color: #0085ba;
  border: 1px solid #0085ba;
  cursor: pointer; }

.replaceEdit:hover {
  background: #00648c; }

.replaceEditClear:hover {
  color: white;
  background: #0085ba; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-gj-web-maps-for-wp {
  color: #292929;
  margin: 0 auto; }

.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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          box-shadow: none; }

.wp-block-gj-web-maps-for-wp a.agol_for_wp_view_larger_map:focus {
  color: #FFF;
  text-decoration: none;
  -webkit-box-shadow: 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 {
  -webkit-box-shadow: none;
          box-shadow: none; }

.mySelect__value-container {
  height: 35px; }

#saveButton {
  font-size: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: white;
  background-color: #0085ba;
  padding: 7px;
  border-radius: 3px;
  margin-top: 10px; }

#saveButton:hover {
  background-color: #00648c; }

#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; }

#editButton:hover {
  background: #00648c; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-gj-web-maps-for-wp {
  color: #292929;
  margin: 0 auto; }

.agol_for_wp_items_details_item_bottom_container h2 {
  padding: 0; }

.agol_for_wp_items_summary_item_content_description {
  margin: 5px 0 !important; }

.content_tree_input {
  -ms-flex-align: center;
      align-items: center;
  background-color: white;
  border-color: #cccccc;
  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;
  -webkit-box-shadow: none;
          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; }
