.canvas-control {
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  /* width: 95vw;
        height: auto; */
  z-index: 0;
  overflow: hidden;
  outline: solid blue 1px;
}
.canvas-panel {
  border: 1px solid green;
}
.canvas-img {
  border: 1px solid red !important;
}
.container-options {
  padding: 0 16px;
  margin: auto;
  max-width: 1280px;
}
.container-title {
  text-align: center;
}
.title-1 {
  color: #3d3d3d;
  font-family: "Poppins", sans-serif;
}
.form-control-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.control-panel-full {
  display: grid;
  gap: 1em;
  align-items: center;
  justify-content: center;
}
.control-todo {
  width: 100%;
}
.img-regla {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
.bloque-area-1 {
  border-top: 1px solid red;
}
.panel-esp {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
.text-center {
  align-items: center;
  text-align: center;
}
.mt-2 {
  margin-top: 1em;
}
.mt-3 {
  margin-top: 2em;
}
.mb-2 {
  margin-bottom: 1em;
}
.mb-3 {
  margin-bottom: 2em;
}
.ml-2 {
  margin-left: 1em;
}
.ml-3 {
  margin-left: 2em;
}
.mr-2 {
  margin-right: 1em;
}
.mr-3 {
  margin-right: 2em;
}
input[type="button"] {
  width: 100%;
  height: auto;
  padding: 5px 15px;
  background: #eeeee4;
  border: 1 none;
  border-color: darkgray;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

input[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666 !important;
  cursor: not-allowed;
}
input[type="text"] {
  padding: 5px;
  border: 2px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

input[type="text"]:focus {
  border-color: #333;
}

input[type="number"] {
  padding: 5px;
  font-size: 12px;
  border: 2px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

input[type="number"]:focus {
  border-color: #333;
}
#btn-example {
  border: 1px solid #777;
  background: #6e9e2d;
  color: #fff;
  font: bold 11px "Trebuchet MS";
  padding: 4px;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.select-css {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 10pt;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  color: #444;
  line-height: 1.3;
  padding: 0.4em 2.4em 0.3em 0.8em;
  /* width: 400px; */
  max-width: 100%;
  box-sizing: border-box;
  /* margin: 20px auto; */
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.03);
  border-radius: 0.3em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),
    linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.select-css option {
  font-weight: normal;
}

.classOfElementToColor:hover {
  background-color: red;
  color: black;
}

.select-css option[selected] {
  background-color: orange;
}
.panel-acciones-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  display: block;
  gap: 2rem;
}
.panel-acciones-2 {
  position: fixed;
  top: 15px;
  left: 13%;
  z-index: 999;
  display: flex;
  background-color: #2196f3;
  border-radius: 4px;
}
.input-accion {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 6px;
  margin-right: 6px;
}
/* modal dragable  */
#panelPrincipal {
  position: absolute;
  top: 15px;
  left: 1050px;
  z-index: 9;
  background-color: #f1f1f1;
  width: 250px;
  border: 1px solid #d3d3d3;
  text-align: center;
}

#manejador-1 {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #2196f3;
  color: #fff;
}
#panelHeader {
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 9;
  background-color: #f1f1f1;
  width: 130px;
  height: auto;
  border: 1px solid #d3d3d3;
  text-align: center;
}

#manejador-2 {
  padding: 7px;
  font-size: 10pt;
  cursor: move;
  z-index: 10;
  background-color: #2196f3;
  color: #fff;
}
/* clases para el selector de paneles area-poligono-y libre */
.panel-area-dimensiones {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  gap: 1rem;
}
.panel-area-1 {
  display: grid;
  gap: 1rem;
}
.panel-area-2 {
  display: grid;
  gap: 1rem;
}
.panel-area-opciones {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 1rem;
}
.dimensiones-poligono-1 {
  display: grid;
}
.dimensiones-poligono-2 {
  display: grid;
}
