input[type=text], input[type=password], input[type=date], input[type=time], input[type=number],
input[type=color], select, .select2 {
  width: 100%;
  padding: 0px 2px;
  display: inline-block;
  box-sizing: border-box;
  min-height: 28px;
  font-size: 10pt;
  line-height: normal;
  border-radius: 4px; }

input[readonly] {
  border: solid 1px #ccc;
  background-color: #ebebe4; }

input[type=checkbox] {
  height: 22px; }

input[type=button] {
  width: 100%;
  background-color: #5080b0;
  color: white;
  padding: 2px 5px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer; }

input[type=file].archivoCanvas {
  width: 120px;
  color: transparent; }

textarea {
  width: 100%;
  padding: 2px 5px;
  display: inline-block;
  /*border: 1px solid #666666;
  border-radius: 4px;*/
  box-sizing: border-box;
  resize: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }

.konvajs-content > canvas {
  border: 1px solid #000;
  width: 100%;
  height: 265px; }

a {
  color: #286bcc;
  cursor: pointer; }

.field-group {
  width: calc(90%/5);
  display: inline-block;
  margin: calc(5%/6) 0 0 calc(5%/6); }

.field-group-2 {
  width: calc((90%/5)*2);
  display: inline-block;
  margin: calc(5%/6) 0 0 calc(5%/6); }

.field-group-3 {
  width: calc((90%/5)*3);
  display: inline-block;
  margin: calc(5%/6) 0 0 calc(5%/6); }

.field-group-4 {
  width: calc((90%/5)*4);
  display: inline-block;
  margin: calc(5%/6) 0 0 calc(5%/6); }

.field-group-5 {
  width: calc(90%);
  display: inline-block;
  margin: calc(5%/6) 0 0 calc(5%/6); }

.field-group-photo {
  width: calc(90%/5);
  display: inline-block;
  margin: calc(5%/6) 0 0 calc(5%/6);
  float: left;
  border: 1px solid #666666; }

.sub-group-icon {
  padding-top: 6px; }

.espacio3 {
  width: calc((90%/5)*3); }

.field-group-cons-1 {
  width: calc(90%/12);
  float: left;
  min-height: 55px;
  margin: calc(5%/12) 0 0 calc(5%/12); }

.field-group-cons-2 {
  width: calc((90%/12)*2 + calc(10%/12) * 1);
  float: left;
  min-height: 55px;
  margin: calc(5%/12) 0 0 calc(5%/12); }

.field-group-cons-3 {
  width: calc((90%/12)*3 + calc(10%/12) * 2);
  float: left;
  min-height: 55px;
  margin: calc(5%/12) 0 0 calc(5%/12); }

.field-group-cons-4 {
  width: calc((90%/12)*4 + calc(10%/12) * 3);
  float: left;
  min-height: 55px;
  margin: calc(5%/12) 0 0 calc(5%/12); }

.field-group-cons-5 {
  width: calc((90%/12)*5 + calc(10%/12) * 4);
  float: left;
  min-height: 55px;
  margin: calc(5%/12) 0 0 calc(5%/12); }

.field-group-cons-6 {
  width: calc((90%/12)*6 + calc(10%/12) * 5);
  float: left;
  min-height: 55px;
  margin: calc(5%/12) 0 0 calc(5%/12); }

.field-group-cons-7 {
  width: calc((90%/12)*7 + calc(10%/12) * 6);
  float: left;
  min-height: 55px;
  margin: calc(5%/12) 0 0 calc(5%/12); }

.field-group-cons-8 {
  width: calc((90%/12)*8 + calc(10%/12) * 7);
  float: left;
  min-height: 55px;
  margin: calc(5%/12) 0 0 calc(5%/12); }

.field-group-cons-9 {
  width: calc((90%/12)*9 + calc(10%/12) * 8);
  float: left;
  min-height: 55px;
  margin: calc(5%/12) 0 0 calc(5%/12); }

.field-group-cons-10 {
  width: calc((90%/12)*10 + calc(10%/12) * 9);
  float: left;
  min-height: 55px;
  margin: calc(5%/12) 0 0 calc(5%/12); }

.field-group-cons-11 {
  width: calc((90%/12)*11 + calc(10%/12) * 10);
  float: left;
  min-height: 55px;
  margin: calc(5%/12) 0 0 calc(5%/12); }

.field-group-cons-12 {
  width: calc((90%) + calc(10%/12) * 11);
  float: left;
  min-height: 55px;
  margin: calc(5%/12) 0 0 calc(5%/12); }

.posi {
  width: 18px !important;
  font-size: 12px;
  margin-bottom: 4px;
  border: 1px solid #666666;
  border-radius: 4px;
  padding: 0 !important;
  disabled: true; }

.asterisk {
  color: red;
  margin-left: -4px;
  margin-right: 4px;
  margin-top: -2px; }

.mainUpDown {
  display: inline-block;
  width: calc(100% - 22px);
  float: left; }

.upDown {
  display: inline-block;
  margin-left: 2px;
  width: 20px;
  float: right; }

.option-fields {
  display: inline-block;
  float: right; }

@media only screen and (max-width: 1200px) and (min-width: 766px) {
  .field-group {
    width: calc(90%/5);
    display: inline-block;
    margin: calc(5%/6) 0 0 calc(5%/6); }

  .field-group-photo {
    width: calc(90%/5);
    display: inline-block;
    margin: calc(5%/6) 0 0 calc(5%/6);
    float: left; } }
@media only screen and (max-width: 600px) {
  body {
    background-color: lightblue; } }
@media (max-width: 767px) {
  .field-group {
    width: 97%;
    margin-left: 10px; } }
.empty {
  box-shadow: 3px 3px 5px 1px #FF8787; }

/*tablas*/
/*tablas*/
.tbl-wrapper {
  display: block;
  overflow-x: auto; }

.tbl {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  display: table !important; }
  .tbl td, .tbl th {
    border: 1px solid #ddd;
    padding: 4px;
    color: black; }
  .tbl th.controles, .tbl td.controles {
    padding-right: 10px;
    width: 100px; }
    .tbl th.controles a, .tbl td.controles a {
      color: #7c9583; }
  .tbl th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left; }
  .tbl thead th {
    text-align: center !important;
    text-transform: uppercase;
    font-weight: bold; }
  .tbl tbody .tblmsg {
    text-align: center;
    background-color: lightgray;
    color: dimgray;
    text-shadow: 2px 1px #607D8B;
    font-weight: 600; }
  .tbl tbody .controles {
    text-align: right; }
  .tbl tfoot input[type=text], .tbl tfoot input[type=password], .tbl tfoot input[type=date], .tbl tfoot select {
    width: auto; }
  .tbl tfoot tr td {
    border-top: 4px solid;
    font-weight: 100;
    padding: 5px;
    text-align: left;
    vertical-align: middle; }

table.green td, table.green th {
  border-color: #ddd; }
table.green th.controles a, table.green td.controles a {
  color: #7c9583; }
table.green th {
  background-color: #447d31; }
table.green thead th {
  color: white;
  background-color: #447d31; }
table.green tbody tr:nth-child(odd) {
  background-color: #fff; }
table.green tbody tr:nth-child(even) {
  background-color: #ccdabe; }
table.green tbody tr:hover {
  background-color: #ddd; }
table.green tfoot tr td {
  color: #FFFFFF;
  background-color: #447d31 !important;
  border-top-color: #9ea7af;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
table.green tfoot tr:hover td {
  color: #FFFFFF;
  border-top: 4px solid #9ea7af; }

table.blue td, table.blue th {
  border-color: #ddd; }
table.blue th.controles a, table.blue td.controles a {
  color: lightskyblue; }
table.blue th {
  background-color: lightskyblue; }
table.blue thead th {
  color: white;
  background-color: lightskyblue; }
table.blue tbody tr:nth-child(odd) {
  background-color: #fff; }
table.blue tbody tr:nth-child(even) {
  background-color: #bfe5fd; }
table.blue tbody tr:hover {
  background-color: #ddd; }
table.blue tfoot tr td {
  color: #FFFFFF;
  background-color: lightskyblue !important;
  border-top-color: cornflowerblue;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
table.blue tfoot tr:hover td {
  color: #FFFFFF;
  border-top: 4px solid cornflowerblue; }

table.red td, table.red th {
  border-color: #ddd; }
table.red th.controles a, table.red td.controles a {
  color: #ea6b66; }
table.red th {
  background-color: #ea6b66; }
table.red thead th {
  color: white;
  background-color: #ea6b66; }
table.red tbody tr:nth-child(odd) {
  background-color: #fff; }
table.red tbody tr:nth-child(even) {
  background-color: #ea9d9a; }
table.red tbody tr:hover {
  background-color: #ddd; }
table.red tfoot tr td {
  color: #FFFFFF;
  background-color: #ea6b66 !important;
  border-top-color: #dd554f;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
table.red tfoot tr:hover td {
  color: #FFFFFF;
  border-top: 4px solid #dd554f; }

.pagination {
  display: inline-flex; }

ul.pagination {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.pagination li {
    margin: 0;
    padding: 0;
    list-style: none; }
    ul.pagination li a {
      background-color: #fff;
      border: 1px solid #ddd;
      position: relative;
      float: left;
      padding: 5px 10px;
      color: #dd554f;
      text-decoration: none;
      cursor: pointer; }
      ul.pagination li a :focus, ul.pagination li a :hover {
        background-color: #eceeef;
        color: #014c8c;
        border-color: #ddd; }
  ul.pagination li.page-item.active {
    font-weight: bold; }
    ul.pagination li.page-item.active a {
      color: #ea6b66;
      background-color: darkgray; }
  ul.pagination li:first-child a {
    border-radius: 2px 0px 0px 10px; }
  ul.pagination li:last-child a {
    border-radius: 0px 10px 2px 0px; }

.pull-right {
  float: right; }

.AliDer {
  display: flow-root;
  text-align: right; }

.Titulo {
  display: block;
  font-size: 1.17em;
  font-weight: bold; }

.enctabla {
  display: flex;
  flex-wrap: wrap;
  background: #ea6b66;
  margin: 0;
  color: white;
  /* border-bottom: 1px solid #9ea7af; */
  padding: 9px 0px;
  border-radius: 8px 8px 0 0;
  justify-content: space-between; }
  .enctabla .content-icon span {
    font-size: 20px; }
  .enctabla #derecha, .enctabla #centro, .enctabla #izda {
    vertical-align: middle;
    display: inline-grid; }
  .enctabla #centro {
    width: 50%;
    align-items: center;
    text-align: center; }
    .enctabla #centro .content-search {
      display: contents; }
  .enctabla #derecha {
    width: 23%;
    padding-right: 10px;
    display: inline-flex !important;
    justify-content: flex-end; }
  .enctabla #izda {
    width: 23%; }
  .enctabla titulo {
    text-align: center;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: block;
    align-content: center;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    height: 32px; }
  .enctabla div {
    flex-grow: 1;
    height: 30px;
    padding-left: 5px; }
    .enctabla div input[type='date'] {
      width: 75%;
      border-radius: 3px;
      margin: 0px 4px; }
    .enctabla div .selectize-control {
      margin-left: 10px;
      width: 80% !important;
      border-radius: 3px; }
    .enctabla div label {
      padding-right: 5px; }
  .enctabla .btn {
    background-color: #dd554f;
    max-width: 31px;
    height: 31px;
    border: 1px solid #FFF;
    border-radius: 3px;
    margin-right: 4px;
    direction: unset;
    display: flex;
    justify-content: center;
    padding: unset; }
    .enctabla .btn span, .enctabla .btn i {
      align-self: center;
      display: flex;
      justify-content: space-between; }
  .enctabla input[type=button] {
    width: auto;
    height: 100%;
    background-color: #5080b0;
    color: white;
    padding: 2px 10px;
    margin: 0px 4px;
    border: none;
    border-radius: 4px;
    cursor: pointer; }

.ContTabla, .control {
  margin: 10px 10px; }

.control tr > td:last-child, .control tr > th:last-child {
  text-align: right;
  padding-right: 15px;
  width: 80px; }

td[contenteditable=true] {
  background-color: white;
  color: black;
  border-style: dashed;
  border-color: #255f36;
  border-width: medium; }

.oculto {
  display: none !important; }

.porBorrar {
  font-style: italic;
  color: white !important;
  font-weight: 600;
  border-style: dashed;
  background-color: black !important; }

/*Fin tablas*/

/*# sourceMappingURL=general.css.map */
