/*CABECERA*/
@media (min-width:767px) {
	#page {
		margin-top: 72px;
	}
}

.head-container {
	position:fixed;
	top:0;
	left:0;	
	width:100%;
	display:block;
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 1000;	
}

.head-container.fixed {
	position:fixed;
	top:0;
	left:0;
	-webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 2px 2px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 2px 2px rgba(50, 50, 50, 0.3);
	min-height: 0 !important;
	background-attachment:scroll !important;
	background-color:#fff;
}

@media only screen and (max-width:767px) {
	.head-container {
		position:relative;
	}

	.head-container.fixed {
		position:relative;
	}
}

.navbar-nav>li>a:hover {
	background-color: #eee !important;
}

.selectorIdioma {
	border-radius: 0px 4px 4px 0px;
    margin-left: 5px;
    background-color: #e7e7e7;
}

.sinPaddingDerecho {
	padding-right: 0px;
}

.desplegableEstrecho {
	min-width: 100px;
}

.navbar-brand {
	/*padding: 0px 15px;*/
}

@media (max-width: 768px){
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-right: 5px;
	}
}

/*PIE*/
body {
	padding-bottom: 75px;
}

.navbar-fixed-bottom img{
	margin:  5px 0px;
}
.tecnalia-footer{
	float: right;
}

/*SUBMENU*/
.submenu{
	margin-bottom: 10px;
}
.submenu_tab a{
	background-color: #f6f6f6;
	border: 1px solid #ddd !important;
	border-bottom-color: #ddd;
}

.active a{
	border-bottom-color: transparent !important;
}

/*TITULOS*/
h1{
	border-bottom: 1px solid #888;
	color: #888;
}

/*CUESTIONARIO*/

.checkbox-group label {
   overflow: hidden;
}

.checkbox-group input {
    /* This is on purpose for accessibility. Using display: hidden is evil.
    This makes things keyboard friendly right out tha box! */
   height: 1px;
   width: 1px;
   position: absolute;
   top: -20px;
} 

.checkbox-group .not-active  {
   color: #3276b1;
   background-color: #fff;
}

.prBase{
	padding: 0px 0px 20px 0px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-left-width: 5px;
	background: #f2f2f2;
}

.prRespondida{
	border-left-style: solid;
	border-left-color: #41AA54;
	border-left-width: 5px;
}

.prComentada{
	border-left-style: solid;
	border-left-color: #b5e3bd;
	border-left-width: 5px;
}

.prNoRespondida{
	border-left-style: solid;
	border-left-color: #ddd;
	border-left-width: 5px;
}

.prError{
	border-left-style: solid;
	border-left-color: #f4491e;
	border-left-width: 5px;
}

.preguntaInfo {
	padding-left: 5px;
	background: #ddd;
	border-left: 1px solid #bbb;
	display: flex;
	flex-wrap: wrap;
}

.numeroPregunta {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: text-top;
	border-radius: .25em;	
}
.etiquetaInfoPregunta {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.ajustarTamano{
	margin: 0px;
	padding: 5px 20px 0px 20px;
}

.soloMargenSuperior{
	margin: 10px 0px 0px 0px;
}

.bordeAbajo{
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
}

.preguntaPrerrequisito{
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.preguntaTexto{
	font-size: 1.3em;
}

.preguntaExplicacion{
	font-size: 1.2em;
	font-weight: normal;
}

.respuestaTexto{
	margin-left: 30px;
}

.respuestaLista{
	margin-left: 0em;
	list-style-type: none;
	padding-left: 0px;
}

.respuestaItem{
	border-bottom: 1px solid #ddd;
	padding: 4px 0px;
}

.filtro{
	margin-top: 5px;
	margin-bottom: 5px;
}

.errorNumero{
	border: 1px solid #f00;
}

#panelValoraciones .panel-body {
	padding: 0px;
}

#tablaResultados>thead>tr>th {
	border-bottom: 1px solid #ddd;
}

.ancho5em {
	width: 5em;
	margin:auto;
}

.sinMargenInferior {
	margin-bottom: 0px;
}

.margenSuperior {
	margin-top: 10px;
}

.paddingSuperior {
	padding-top: 10px;
}


.fichaValoracion {
	background-color: #eaeaea;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.fichaValoraciones {
	background-color: #eaeaea;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tabValoraciones>li.active>a, .tabValoraciones>li.active>a:focus, .tabValoraciones>li.active>a:hover {
	background-color: #eaeaea;
}

.tabValoraciones>li>a, .tabValoraciones>li>a:focus, .tabValoraciones>li>a:hover {
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.checkbox-group .progressbar-container{
	margin: 0;
}
.checkbox-group .progress{
	height: 5px;
}

.filtroBuscador{
	margin: 0px;
}

.right-inner-addon {
	position: relative;
}
.right-inner-addon input {
	padding-right: 30px;
}
.right-inner-addon i {
	position: absolute;
	right: 0px;
	padding: 10px 12px;
	pointer-events: none;
}

/*FORMULARIO*/
.avisoError, .avisoExito{
	margin-top: 10px;
}

.avisoError ul, .avisoExito ul{
	list-style-type: none;
}

.avisoError ul li:before{
	/*Using a Bootstrap glyphicon as the bullet point*/
	content: "\e101"; 
	font-family: 'Glyphicons Halflings';
	font-size: 14px;
	float: left;
	margin-left: -18px;
	color: #a94442;
}

.avisoExito ul li:before{
	/*Using a Bootstrap glyphicon as the bullet point*/
	content: "\e013"; 
	font-family: 'Glyphicons Halflings';
	font-size: 14px;
	float: left;
	margin-left: -18px;
	color: #3c763d;
}


/*EMPRESAS*/
.infoEmpleado{
	display: flex;
	justify-content: flex-end;
	padding: 5px 5px;
}

.infoEmpleado .btn{
	margin: 0px;
}

.btnAncho100 {
	width: 100%;
}

.noTaparMenu {
	position: inherit;
}

/*DIAGNOSTICO*/
.anchura50px {
	width: 50px;
}

.anchura10px {
	width: 10px;
}

.anchura10em {
	width: 10em;
}

.listaEnTabla {
	list-style-image: url(../imagenes/flecha.gif);
	list-style-type: none;
    padding-left: 20px;	
    margin-bottom: 0px;
}

.listaEnTabla li span{
	position: relative; left: -5px;
}

.margenInferior {
	margin-bottom: 10px;
}

.botonReducido {
	padding: 5px 10px !important;
}

#datosEmpresa .dl-horizontal dt {
    white-space: normal;
}

.seleccionable{
    cursor: pointer;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		padding-top: 1rem;
	}
}

/*COMENTARIOS*/
.comentarioConsultor{
	color: #555;
	border-bottom: 1px dotted #555;
	font-weight: bold;
}
.comentarioTexto{
	margin-bottom: 0.5em;
}
.comentarioTexto > br{
	line-height: 2em;
}

/*CONSULTORES*/
.sinPadding{
	padding: 0px;
}

/*OFFLINE*/
.clickable{
	cursor:pointer;
}

.export-btn img{
	background: #eeeeee00;
    border: 1px solid #bbbbbb00;
    border-radius: 5px;
    height: 45px;
}

.export-btn:hover img{
	background: #eeeeee;
    border: 1px solid #bbbbbb;
}

.filtroBuscador .filtro .checkbox-group label{
	font-size: 12px;
}