
#divReloj {
	position: fixed;
	top: 38%;
	left: 49%;
	z-index: 9999;
}

.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;
}

.tooltip-inner {
	max-width: 350px;
}

.nav li a {
	padding: 6px 8px;
}
.nav-tabs li a{
	font-size: 13px;
}


#autoListaSugerencias .filahover{
	background-color:#D4FFAA;
	cursor:pointer;	
	}

thead {
    padding-top: 0;
    margin-top: 0;
    marker-offset: 0;
    height: 11px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: lightblue;
    font-size: 12px;
    text-decoration: none;
    cursor: auto;
    color: black;
}

.invisible{
	display: none;
}

.tooltip-inner{
	text-align: left;
	white-space: pre-wrap;
	min-width: 150px;
	max-width: 400px;
}

.vertical.active {
	font-weight: bold;
}

#scrollUp-active {
	display: none;
	border-top: 0px;
}
