.container-responsive
{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

#Padding3
{
	padding-top:10vh;
}

.centerColumn
{
	text-align: center;
}

.rightColumn
{
	text-align: right;
}

.leftColumn
{
	text-align: left;
}

table td
{
	font-size: 1.1rem !important;
	vertical-align: middle !important;
}

table th
{
	vertical-align: middle !important;
	text-align: center !important;
	font-size:1.1rem;
}

.DisplayNone
{
	display: none;
}

#TablePanel-h
{
	text-align: center;
}

/*.Acti
{
	position: relative;
  	//top: 5px;
  	left: 730px;
}*/

#btnAdjuntarRh
{
	/*padding: 10px 25px;*/
	font-size: 15px;
	border: 2;
	outline: none;
	background-color: #5256ad;
	color: white;
	border-radius: 5px;
	cursor:  pointer;
	margin: 10px;
}

/*BOTONES NUEVO, MOVER Y ELIMINAR CARPETAS*/
#btnNuevaCarpeta
{
	font-size: 45px;
	border: 0;
	outline: none;
	border-radius: 5px;
	cursor:  pointer;
}

#btnMoverArchivo
{
	font-size: 45px;
	border: 0;
	outline: none;
	border-radius: 5px;
	cursor:  pointer;
}

#btnElimCarpeta
{
	font-size: 45px;
	border: 0;
	outline: none;
	border-radius: 5px;*/
	cursor:  pointer;
}

.green
{
	font-weight: bold;
	color: white;
	background-color: green !important;
}

.green_s
{
	font-weight: bold;
	color: red;
	background-color: green !important;	
}

.red
{
	font-weight: bold;
	color: white;
	background-color: red !important;
}

.yellow
{
	font-weight: bold;
	color: black;
	background-color: yellow !important;
}

.azul
{
	font-weight: bold;
	color: black;
	background-color: #B5E3E8 !important;
}

.carne
{
	font-weight: bold;
	color: black;
	background-color: #FFE1CC !important;
}

.gray
{
	font-weight: bold;
	color: white;
	background-color: gray !important;
}

.cornsilk
{
	font-weight: bold;
	color: black;
	background-color: #FEF2CD !important;
}