/*
	Clases complementarias de bootstrap.
*/

body {
    color:  #333333;
    font:   small/1.5em Verdana,Tahoma,"Lucida Grande",sans-serif;
    font-size: 12px;
}

.btn {
    font-size:      12px;
    line-height:    16px;
}

.row-fluid [class*="span"] {
    min-height: 25px;
}

.table th.centerCell,
.table td.centerCell {
  text-align: center;
}

.table th.rightCell,
.table td.rightCell {
  text-align: right;
}


/* Hack para que no de conflictos la clase .collapse de bootstrap con la de openacs */
.bt-collapse {
  	position: relative;
  	height: 0;
  	overflow: hidden;
  	transition: height 0.35s ease;
  	-webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
}

.bt-collapse.in {
  height: auto !important;
  overflow: visible;
}
