#divReloj {
    position:fixed;
    top:35%;
    left:50%;
    z-index:1000;
}

.error-flag{
  position:absolute;
  min-width:14px;
  font-size:12px;
  font-weight:400;
  text-align:center;
  padding:0 4px;
  top:-1px;
  left:3%;
  height:18px;
  line-height:14px;
  background-color: #d11124;
  border:2px solid #283e4a;
  border-radius:14px;
  z-index:1;
}

.my_checkbox {
    width:2vw;
    height:2vh;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto !important;
    margin-left: auto !important;
	vertical-align: middle;
	text-align: left;
}

a.disabled {
	pointer-events: none;
	cursor: default;
}

.invisible{
	display: none;
}

.tooltip-inner{
	text-align: left;
	white-space: pre-wrap;
	max-width: 350px;
	/*html: true; En cada tooltip añadir data-html="true" */
}

.cursor-pointer{
    cursor: pointer;
}

#scrollUp-active {
	display: none;
	border-top: 0px;
}