html,
body {
  height: 100%;
}

body {
   	background-image: url("../images/dark-canvas.gif");	
	font-family: Arial, Helvetica, sans-serif;
	background-color: #222;
	margin: 10px;
	padding: 0;
}
/*
#pageHeader h1 {
  display: inline-block;
  margin: 0;
  color: #fff;
}*/
#OrdenSel {
	margin:10px;
}
#main{
	background-image: url("../images/dark-canvas.gif");	
}
#DatosPaciente {
	text-align:center;
	margin: 0 auto;
	font-size: 80%;
	margin:10px;
}
#DatosPacienteOS {
	color:red;
}
#error {
	text-align:center;
	margin: 0 auto;
	display: none;
}
#ListaOrdenes {
	margin:15px;
	
}
#ListaOrdenes.ui-li-static.ui-collapsible > .ui-collapsible-heading {
	margin: 0;
}
#ListaOrdenes.ui-li-static.ui-collapsible {
	padding: 0;
}
#ListaOrdenes.ui-li-static.ui-collapsible > .ui-collapsible-heading > .ui-btn {
	border-top-width: 0;
}
#ListaOrdenes.ui-li-static.ui-collapsible > .ui-collapsible-heading.ui-collapsible-heading-collapsed > .ui-btn,
#ListaOrdenes.ui-li-static.ui-collapsible > .ui-collapsible-content {
	border-bottom-width: 0;
}
#DivLogin {
	width:80%;
	margin: 0 auto;
	text-align:center;
}
#DivErrorClave {
	width:70%;
	margin: 0 auto;
	text-align:center;
	margin-top:20px;
	color:red;
}
#errorLogin {
	text-align:center;
	margin: 0 auto;
	color:red;
	display: none;
}
#pageHeader{
  color: #10496E;
  background-color: #fff;
}
#pageMain {
  height: 82vh;
  padding: 2px;
  overflow: hidden;
}
#dwv {
  height: 90%;
}
/* Layers */
.layerGroup {
  position: relative;
  padding: 0;
  display: flex;
  justify-content: center;
  height: 100%;
}
.layer {
  position: absolute;
  pointer-events: none;
}

/* drag&drop */
.dropBox {
  text-align: center;
  width: 50%; height: 75%;
}
.dropBoxBorder {
  margin: 20px auto;
  border: 5px dashed #ccc;
}
.dropBoxBorder.hover {
  margin: 20px auto;
  border: 5px dashed #cc0;
}

.inline {
  display: inline-block !important;
}

/* Info */
#infoLayer {
  position: absolute;
  pointer-events: none;
  z-index: 20;
  width: 100%;
  height: 100%;
}
#infoLayer ul {
  margin: 0;
  padding: 2px;
  list-style-type: none;
}
#infoLayer li {
  margin-top: 0;
}
#infoLayer canvas {
  margin: 0;
  padding: 2px;
}
.info {
  color: #cde;
  text-shadow: 1px 1px #000;
  font-size: 80%;
}
.infoc {
  color: #ff0;
  text-shadow: 1px 1px #000;
  font-size: 120%;
}
.infotl {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.infotc {
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  text-align: center;
}
.infotr {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.infocl {
  position: absolute;
  bottom: 50%;
  left: 0;
  text-align: left;
}
.infocr {
  position: absolute;
  bottom: 50%;
  right: 2px;
  text-align: right;
}
.infobl {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
}
.infobc {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  text-align: center;
}
.infobr {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

.constrain {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 20px;
}
.pie {
	padding-top:5px;
	color:#CCC;
	text-align:center;
	text-shadow:2px 2px #333;
    font-size:80%;
}

#plot {
  position: absolute;
  width: 100px;
  height: 50px;
  bottom: 15px;
  right: 0;
}

/* Tag list */
table.tagsTable {
  border-collapse: collapse;
}
table.tagsTable thead th {
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.5;
}
table.drawsTable {
  border-collapse: collapse;
}
table.drawsTable td {
  vertical-align: middle;
}
table.drawsTable thead th {
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.5;
}
.highlighted {
  background: #f87217;
}
.tags form {
  width: 50%;
}

.text-button {
  font-size: 200%;
  padding-right: 10px;
  cursor: pointer;
}
.checked {
  color: cornflowerblue;
}
.unchecked {
  color: grey;
}
