
html,body { 
	height: 100%; 
	font-size: 11px;
}

.loader {
	border: 16px solid #b8b8b8;
	border-radius: 50%;
	border-top: 16px solid rgb(0, 119, 255);
	border-bottom: 16px solid rgb(0, 119, 255);
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:fixed;
	z-index: 10000;
  }
  
  @-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
  
nav{
	font-size: 15px;
}
.mal{
	background-color: red;	
}
.bien{
background-color: green;	
}
.trabajando{
	background-color: yellow;	
	}
.global-container{
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
}

form{
	padding-top: 10px;
	font-size: 14px;
	margin-top: 30px;
}

.card-title{ font-weight:300; }

.btn{
	font-size: 14px;
	margin-top:20px;
}


.login-form{ 
	width:330px;
	margin:20px;
}

.sign-up{
	text-align:center;
	padding:20px 0 0;
}

.alert{
	margin-bottom:-30px;
	font-size: 13px;
	margin-top:20px;
}
table{
	cursor: pointer;

}
a:hover{
	text-decoration: none;
}
#draw-canvas {
	border: 2px dotted #CCCCCC;
	border-radius: 5px;
	cursor: crosshair;
  }

  * {
	box-sizing: border-box;
}

.acordeon input {
	display: none;
}

.acordeon__titulo {
	display: block;
	padding: 15px;
	background: crimson;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	border-bottom: 1px solid #fff;
}
.acordeon__titulo:hover {
	background: rgba(220, 20, 60, 0.8);
}

.acordeon__contenido {
	height: 0;
	overflow: hidden;
	margin: 0;
	transition: all 0.5s;
}

.acordeon input:checked ~ .acordeon__contenido{
	height: auto;
	margin: 15px 0;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .accordion:hover {
	background-color: #ccc;
  }
  
  /* Style the accordion panel. Note: hidden by default */
  .panel {
	padding: 0 18px;
	
	display: none;
	overflow: hidden;
  }

  
  .contenedor_ventanas{

	height: 85%;
	padding: 1%;
  }
  .ventana{
	  background-color: #dddddc	;
	  
  }
  iframe{
	  width: 100%;
	  height: 110%;
  }
  .modal-dialog {
	max-width: 100% !important;
	text-align: center;
}
.outer {
    overflow-y: auto;
    height: 500px;
  }
  .outer2 {
    overflow-y: auto;
    height: 700px;
  }
#tablaD_2.td{
	width: 100%;
}
.seleccionado {
    background-color:rgb(171, 230, 215);
    color:rgb(100, 63, 63);
}
