.grupoY {
  border: 1px solid rgba(255, 0, 0, .5);
  border-radius: 4px;
  background: rgba(100, 100, 100, .1);
  margin: 4px 10px;
  display: inline-block;
  cursor: pointer;
  draggable: true;
}

.grupoY.seleccionado {
  margin: 3px 9px;
  border: 2px solid rgba(255, 0, 0, .5);
}

.eliminarGrupoY {
  display: none;
  color: red;
  padding: 5px 11px;
  margin: 1px 1px;
  border-radius: 4px;
}

.grupoY.seleccionado .eliminarGrupoY {
  display: inline;
}

.textoY {
  color: red;
  padding: 5px 11px;
  margin: 1px 1px;
  border-radius: 4px;
}

.textoY:last-child {
  display: none
}

.expresionY.seleccionado .textoY/*:not(:last-child)*/ {
  border: 1px dashed rgba(255, 0, 0, .5);
  padding: 5px 11px;
  margin: 0px 0px;
  border-radius: 4px;
  background: rgba(100, 100, 100, .1);
  display: inline;
  cursor: pointer;
}

.ParentesisIni, .ParentesisFin {
    display: none;
}
.ExpresionCOMPARE {
  /*
  border: 1px solid #101010;
  border-radius: 4px;
  background: rgba(100, 100, 100, .1);
  */
  margin: 4px 10px;
  display: inline-block;
  cursor: pointer;
}

.Operador {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  background: rgba(255, 255, 255, .1);
  display: inline-block;
  padding: 4px 10px;
  cursor: pointer;
}

.Operador:hover {
  padding: 3px 9px;
  border: 2px solid rgba(255, 255, 255, .5);
}
.ExpresionNombre {
  border: 1px solid #FFF;
  border-radius: 4px;
  background: rgba(100, 100, 100, .1);
  display: inline-block;
  padding: 4px 10px;
  cursor: pointer;
}

.ExpresionNombre.seleccionado {
  padding: 3px 9px;
  border: 2px solid #FFF;
}
.grupoO {
  margin: 4px 10px;
  border: 1px solid rgba(0, 0, 255, .5);
  border-style: dashed;
  border-radius: 4px;
  background: rgba(100, 100, 100, .1);
  display: inline-block;
  cursor: pointer;
}

.grupoO:hover {

}

.grupoO.seleccionado {
  margin: 3px 9px;
  border: 2px solid rgba(0, 0, 255, .5);
}

.eliminarGrupoO {
  display: none;
  color: blue;
  padding: 5px 11px;
  margin: 1px 1px;
  border-radius: 4px;
}

.grupoO.seleccionado .eliminarGrupoO {
  display: inline;
}

.textoO {
  color: blue;
  padding: 5px 11px;
  margin: 1px 1px;
  border-radius: 4px;
}

.textoO:last-child {
  display: none;
}

.expresionO.seleccionado .textoO/*:not(:last-child)*/ {
  border: 1px dashed rgba(0, 0, 255, .5);
  padding: 5px 11px;
  margin: 0px 0px;
  border-radius: 4px;
  background: rgba(100, 100, 100, .1);
  display: inline;
  cursor: pointer;
}
.ExpresionVALORCONCEPTO {
  border: 1px solid rgba(0, 255, 0, .1);
  border-radius: 4px;
  background: rgba(0, 255, 0, .1);
  display: inline-block;
  padding: 4px 10px;
  cursor: pointer;
}

.ExpresionVALORCONCEPTO.seleccionado {
  padding: 3px 9px;
  border: 2px solid rgba(0, 255, 0, .5);
}
.ExpresionVALORCONSTANTE {
  border: 1px solid #FFF;
  border-radius: 4px;
  background: rgba(100, 100, 100, .1);
  display: inline-block;
  padding: 4px 10px;
  cursor: pointer;
}

.ExpresionVALORCONSTANTE.seleccionado {
  padding: 3px 9px;
  border: 2px solid #FFF;
}
.modal-mask {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  /*display: table;*/
  transition: opacity .3s ease;
}

.modal-wrapper {
  /*display: table-cell;*/
  vertical-align: middle;
}

.modal-container {
  width: 300px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sorter.circulo {
  height: 20px;
  width: 20px;
  background-color: #bbb;
  border-radius: 50%;
  /*display: inline-block;*/
  padding: 2px;
  vertical-align: middle;
}
.row.difOnMobile {
  border-bottom:1px solid #e7eaec;
  padding-top: 10px;
}
@media (min-width: 600px) {
  .pedidos-partidas-columnID {
    text-align: center;
  }
}

.pedidos-partidas-row {
  border-bottom-style: inset;
  padding-top: 10px;
}

/*
.pedidos-partidas-row:hover {
  background-color: #e1eaaa;
  cursor: pointer;
}
*/

.pedidos-partidas-transicionesFlotantes {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
}
.hijoPedidoPartida {
  background-color: #e1eaee;
  border-radius: 5px;
  margin-bottom: 10px;
}

.hijoPedidoPartida .ibox-content {
  background-color: #e1eaee;
}

.pedidos-title {
  border-bottom-style: inset;
  padding-top: 10px;
}

.pedido-row {
  border-bottom-style: inset;
  padding-top: 10px;
}

/*
.pedido-row:hover {
  background-color: #e1eaaa;
  cursor: pointer;
}
*/

.pedido-col {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 600px) {
  .pedido-columnTotal {
    text-align: right;
  }
}

.pedido-columnAcciones {
  text-align: right;
}
