@import url(http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css);
@import url(./general/menu.css);
@import url(./general/botones.css);
@import url(./general/formularios.css);
	
body {
	margin: 0px;
	padding: 0px;
	font-family:Calibri,Georgia,"Book Antiqua",Arial,Helvetica,"trebuchet ms",Verdana,"times New Roman",Optima,Papyrus,Copperplate;
	font-size:14px;
}
#cabecera {
  height: 60px;
  width: 100%;
  position: relative;
  background-color: darkblue;
  color: azure;
  text-align: center;
  font-size: 30px;
	top: 0px;
}

#menu_contenedor {
    float: left;
    padding: 5px 5px 0px 5px;
    width: auto;
    display: block;
}
/*
main {
    float: left;
    height: 100vh;
    width: 100vw;
}
*/
#empresa{
    width: auto;
    height: auto;
    position: static;
    background-color: azure;
    display: flex;
    flex-wrap: wrap;
    color: cadetblue;
    justify-content: space-between;
    margin: 5px;
}
.botonera {
    width: 98%;
    height: auto;
    position: static;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	border: 1px solid #cbd0d4 ;
	margin: 3px;
	padding: 1px;
	box-sizing: border-box;
}
#mensajes {
	width: auto;
	height: auto;
	position: static;
	background-color: azure;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: red;
	font-weight:bold;
	margin: 5px;
	display: flex;
	font-size:1.2em;
}
#titulo_pantalla {
    width: auto;
    height: auto;
    position: static;
    background-color: azure;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: cadetblue;   
}
#titulo_pantalla h2 {
	margin: 1px;
}
#tabs_contenedor {
    display: flex;
}
#tabs1 {
    width: 100%;
}
.enrojo {
	color: crimson;
}

/* *****************para las ventanas para seleccionar clientes, artículos, etc*/
#pincho { 
	cursor: grab;
	display:block;
	background: #2e5b00;
	background-image: -webkit-linear-gradient(top, #2e5b00, #3d7900);
	background-image: -moz-linear-gradient(top, #2e5b00, #3d7900);
	background-image: -ms-linear-gradient(top, #2e5b00, #3d7900);
	background-image: -o-linear-gradient(top, #2e5b00, #3d7900);
	background-image: linear-gradient(to bottom, #2e5b00, #3d7900);
	text-decoration: none;
	color:#ffffff;
	font-size:20px;
	margin-top:0px;
}
  
.ladragable{
	padding: 0px 0px 0px 0px; 
	float: left; 
	margin: 0px 0px 0px 0px; 
	border: 1px #777 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	z-index:500;
}
.xCerrar{
	float:right;
	font-size:25px;
	cursor: pointer;
	margin-right:15px;
	color: #ffffff;
}
.xCerrar:hover{
	color:red;
}
/*-->*/
#cpMovible {
  width: 330px;
  /*height: 420px;*/
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid black;
  border-radius: 7px;
  user-select: none;
  touch-action: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
	z-index:100;
	text-align:center;
	display:none;
}
#cpSelArtis{
	width: 630px;
  height: 220px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid black;
  border-radius: 7px;
  user-select: none;
  touch-action: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
	z-index:110;
	text-align:center;
	display:none;
}
#deExists{
	width:620px;
	height:150px;
	overflow:auto;
}

.header {
  background-color: #29A4E5;
  color: white;
  padding: 8px;
  font-weight: bold;
  cursor: move;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.cerrar {
  cursor: pointer;
  padding: 0 8px;
}

.contenido {
	padding:5px 3px 0px 3px;
}

.movible {
  position: absolute;
  cursor: move;
  user-select: none;
  touch-action: none;
  border: 1px solid #444;
  border-radius: 5px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.cerrar:hover {
  color: red;
}
/*<--*/
.divCentradora{
	display:flex;
	flex-flow:wrap;
	justify-content:center;
}
.aizq{
	text-align:left;
}
.ader{
	text-align:right;
}
.aizq{
	text-align:left;
}
.acen{
	text-align:center;
}

td.txt { text-align: left; }
td.num { text-align: right; }
#tabla_consultilla{
  max-height: 400px;   /* altura máxima */
  overflow-y: auto;    /* agrega scroll solo si es necesario */
  overflow-x: hidden;  /* opcional: oculta scroll horizontal */
  border:1px solid black;
}

.paracentrar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-grande {
  width: 20px;
  height: 20px;
  accent-color: #007bff; /* cambia el color en navegadores que lo soportan */
}

.page-break { 
  page-break-before: always;
}