/*body { padding-top: 50px; }*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #005fad;
	text-shadow:1px 1px 2px rgba(1,1,1,0.4);
}

.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger{
	padding: 10px;
	border-radius: 3px;
}

.navbar-default .navbar-brand{
	color: #005fad;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: #005fad;
}

.navbar-default .navbar-nav > .active > a > .badge{
	color: #005fad;
	background-color: #FFF;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #FFF;
  background-color: #005fad;
}

.navbar-brand > img{
  line-height: 0px;
  height: 44px;
  width: 188px;
}

.navbar-brand{
	padding:3px 15px 3px 15px;
}

@media (max-width: 768px) {
	.dropdown{
		border-bottom: 1px solid #ccc;
		border-bottom: 1px solid rgba(0, 0, 0, .15);
	}
}

label.error {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 90%;
  font-weight: normal;
  line-height: 1;
  color: #D90000;
  text-align: center;
  display:block;
  vertical-align: baseline;
  border-radius: .25em;
}

tbody td.details-control {
	background: url('../imagenes/details_open.png') no-repeat center center;
	cursor: pointer;
}
tbody tr.shown td.details-control {
	background: url('../imagenes/details_close.png') no-repeat center center;
}

tr.pendiente{
	font-weight: bold;
}

.puntero{
	cursor:pointer;
}

.color-display {
	display: inline-block;
	width: 32px;
	height: 16px;
	vertical-align: text-top;
	cursor: pointer;
	border: 1px solid #999999;
}

.invisible{
	visibility: false;
}

.tubito{
	display:inline-block;
	border: 1px solid #999999;
	min-width: 20px;
	padding: 0 1px 0 1px;
	font-weight: bold;
	color: #999999;
	text-align:center;
}

.tubitoRefri{
	display:inline-block;
	border: 3px solid #4C79FF;
	margin: 0;
	min-width: 20px;
	padding: 0px;
	text-align:center;
}

.tubitoProt{
	display:inline-block;
	border: 3px solid #444;
	margin: 0;
	min-width: 20px;
	padding: 0px;
	text-align:center;
}

.ref{
	display:inline-block;
	padding: 0 5px 0 0;
	margin-bottom:5px;
}

.referencia :not(:first-child){
	border-width: 0 0 0 1px;
	border-style:solid;
	border-color: #999999;
	padding-left:8px;
}

.trPrueba{
	background-color:#444;
	color:#FFF;
}

.valoresRef{
	width:100%;
}

.valoresRef tr{
	border-bottom: 1px solid #999999;
	
}

.valoresRef td{
	padding: 1px 3px 1px 1px;
	vertical-align:top;
}

.valoresRef #thValores{
	text-align:center;
}

.form-group {
	margin-bottom: 7px;
}

.helpForm{
	font-weight:normal;
	font-size:0.75em;
	color:#999;
}

#to-top {
  position: fixed;
  bottom: 15px;
  right: 50px;
  display: none;
}

@media (max-width: 768px) {
	.valoresRef td:nth-child(1),.valoresRef td:nth-child(2),.valoresRef td:nth-child(3){
		border-color: #999999;
		border-style: solid;
		border-width: 0 1px 0 0;
	}

}