.dimmed{
	opacity: .5;
}

.dimmed-little{
	opacity: .8;
}


tr.active {
	outline: 4px solid #ccc;
	transition: .2s all;
}

.label{
	font-weight: lighter;
}

.label.label-light {
	color: #999;
	background: #eee;
}

html, body, p{
	font-family: Open Sans;
}

h1, h2, h3, h4, h5, h6{
	font-family: Open Sans Condensed;
}

/* FORMS
---------------------------- */
span.form-control,
div.form-control {
	white-space: nowrap;
}

.typeahead.dropdown-menu{
	max-height: 200px;
	overflow-y: auto;
}


/* UTILITIES
-------------------------------------------------------- */
.word-break-all{
	word-break: break-all;
}

.text-description{
	font-size: 80%;
	font-style: italic;
	opacity: .6;
}

.thead-condensed > tr > td,
.thead-condensed > tr > th
{
	padding: 0 !important;
}

/* -------------------------------------------------------- */

.traduccion-info-adicional{
	opacity: .5;	
}

.ejemplos-traduccion,
.traduccion-notas
{
	border-top: 1px dashed #999;
	margin-top: 20px;
	padding-top: 30px;
	position: relative;
}

.ejemplos-traduccion:after, .traduccion-notas:after {
	content: "ejemplos";
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}

.traduccion-notas:after{
	content: 'notas'
}

.panel-heading .pagination{
	margin: -5px 0;
}


.secondary-form-controls{
	opacity: .5;
	font-size: 12px;
}


/* ---------------------------------- */
.page-body{
	perspective: 600px;
	perspective-origin: 50% 0%;
	overflow: hidden;
}

.page{
	transition: all .3s ease-in-out;
	transform: translateX(-110%) rotateY(0deg);
	position: absolute;
	opacity: 0;
	transform-origin: 0;
}

.page.in{
	transform: translateX(0) rotateY(0deg);
	position: relative;
	opacity: 1;

}

/* --------------------------------------- */
td.condensed, th.condensed{
	width: 1px;
}


/* --------------------------------------- */
.highlight{
	background: #FFE907;
	color: #000;
	outline: 1px solid #FFE907;
}

/* --------------------------------------- */
.contextual-actions{
	margin-top: 10px;
	margin-bottom: 10px;
}


.alertas-traduccion {
	margin-bottom: -15px;
	margin-top: 30px;
	border: 1px #eee solid;
	border-bottom: none;
}

.alertas-traduccion .alert {
	margin: 0px;
	border-radius: 20px 20px 0 0;
	display: table-cell;
	width: 50%;
	padding: 15px;
	background: transparent;
	border-width: 0;
	border-left-width: 5px;
	border-radius: 0;
}

.alertas-traduccion .traduccion-aprobada{
	margin-left: 20px;
	font-style: italic;
	margin: 5px 20px;
}

.alertas-traduccion .traduccion-aproabada:before{
}

.alertas-traduccion .traduccion-aproabada:after{
}


/* FIX navbar
--------------- */
.hardware-accelerated{
	-webkit-transform: translateZ(0);
}

.navbar-fixed-top, .navbar-fixed-bottom {
}

/* dato-usuario
----------------- */
.dato-usuario{
	font-size: 74%;
	opacity: .5;
	padding: 5px 0;
	font-style: italic;
	text-align: left;
}

/* pagination
----------------- */

.pagination select {
  height: 2em;
  margin-top: -0.5em;
  margin-bottom: -0.4em;
  margin-left: -0.5em;
  margin-right: -0.5em;
  border: none;
}

/* ----------------------- */
.recurso-key-namespace{
	opacity: .5;
}

/* FILEUPLOAD */
.progress-animated .bar {
  background: none !important;
}
.fileupload-loading {
  background: none !important;
}

/* GLOSARIO / MEMORIAS+
-------------------- */

.glosario-memorias{
	border-top: #999 1px dashed;
	padding-top: 20px;
	margin-top: 40px;
	background: #FBFCEE;
	padding: 20px;
}

