body {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 20px;
	/*font-family: "Myriad Pro", "Trebuchet MS", Arial;*/
	font-family: verdana, "Lucida Grande", "Lucida Sans Unicode", lucida,
		sans-serif;
	border: 0px solid #000;
	font-size: 14px;
}

a {
	color: #97070b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0 10px 5px 10px;
}

h1 {
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 1.5em;
	color: #be141d;
	font-weight: normal;
}

#header {
	margin-top: 0;
	padding: 5px 20px 0 40px;
	height: 85px;
	background: url(../images/head_bckg.jpg) no-repeat #B9121C;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

#slogan {
	float: left;
	color: #FFFFFF;
	font-size: 19px;
	padding-top: 30px;
	line-height: 110%;
}

#slogan p {
	margin: 0;
	padding: 0;
}

#header a {
	color: #fff;
}

#header a:hover {
	text-decoration: none;
}

#logo {
	float: right;
	width: 240px;
	text-align: left;
	font-size: 11px;
	color: #fff;
	line-height: 12px;
	padding-top: 10px;
}

#logo br {
	margin-bottom: 5px;
}

#logo img {
	border: 0;
}


#menu {
	background: url(../images/menu_bckg.gif) repeat-x #fff;
	height: 40px;
	padding-top: 10px;
}

#menu_list {
	width: 700px;
	float: left;
	margin-left: 50px;
}

#menu a {
	display: block;
	color: #000000;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 20px;
	padding-top: 8px;
}

#menu a:hover {
	padding-top: 10px;
}

.splitter {
	display: block;
	float: left;
}

.item {
	padding-bottom: 25px;
	padding-left: 35px;
	padding-right: 25px;
}

.ayuda{
	margin-top:0px;
	margin-right:30px;
	background-color: #ffc;
	font-style:italic;
	font-size:1.1em;
	font-weight:normal;
	padding:5px 10px;
}

.semaforo_0 {
	background: transparent url(../images/semaforo_0.gif)
		no-repeat scroll 10px 1px;
}

.semaforo_1 {
	background: transparent url(../images/semaforo_1.gif)
		no-repeat scroll 10px 1px;
}

.semaforo_2 {
	background: transparent url(../images/semaforo_2.gif)
		no-repeat scroll 10px 1px;
}

.semaforo_3 {
	background: transparent url(../images/semaforo_3.gif)
		no-repeat scroll 10px 1px;
}

.item a {
	display: block;
	font-size: 1.3em;
	color: #000000;
	font-weight: bold;
}

.description {
	
}

.subsection {
	list-style: none; /* Eliminamos los bullets */
	margin-left: -30px;
}

.current_step {
	color: #97070B;
}

p.additional {
	margin: 0 10px;
	color: #9c9c9c;
	font-size: 11px;
	line-height: 12px;
	border-top: 1px solid #bdbdbd;
	padding: 10px 10px 30px 45px;
	background: url(../images/umbrella.gif) no-repeat 0 12px;
}

#text { /*margin: 0 305px 0 20px;*/
	margin-right: 220px; /*Set right margin to RightColumnWidth*/
	padding: 20px;
	display: inline-block;
}

#text li {
	list-style: none;
	padding-left: 20px;
	background: url(../images/li.gif) no-repeat 0px 4px;
}

#main {
	background-color: #fff;
	float: left;
	width: 100%;
	/* margin-top: 25px; */
}

#textwrapper {
	float: left;
	width: 100%;
}

#sidebar { 
	float: left;
	width: 245px;
	margin-left: -245px;
	padding-top: 40px;
	font-size: 11px;
	background-image: url(../images/sidebar_bckg.gif);
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
}

#sidebar label {
	font-weight: bold;
	font-size: 12px;
}

#sidebar a {
	font-weight: bold;
}

#sidebar h1 {
	margin: 0;
	margin-left: 5px;
	padding: 0 0 20px 0;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 57px;
	clear: both;
}

#left_footer {
	float: left;
	font-size: 12px;
}

#left_footer a {
	
}

#left_footer a:hover {
	text-decoration: none;
}
#left_footer img {
	vertical-align: top;
	padding-right: 10px;
	max-width: 20%;
    object-fit: contain;
    height: 50px;
}
 


#right_footer {
	float: right;
	padding: 20px 30px 0 0;
	font-size: 12px;
	text-align: right;
}

#right_footer a {
	
}
#fedr {	

}
#fedr  p {
	vertical-align: middle;
    text-align: center;	
}
#fedr  span {
	color: darkblue;
}


.success {
	padding: 10px;
	margin: 10px 10px 20px;
	border: 1px solid #aaccaa;
	width: 92%;
	background: #eeffee;
}

#success span {
	padding-left: 20px;
	color: #0c910c;
	font-size: 14px;
}

input.error {
	border: 1px dotted red;
}

textarea.error {
	border: 1px dotted red;
}

label.error {
	color: #d91f1f;
	display: block;
	padding-left: 0px;
	text-indent: 0px;
}

.error_general {
	padding: 10px;
	margin: 10px 10px 20px;
	border: 1px solid #ff8888;
	width: 92%;
	background: #ffdcdc;
}

#error_general span {
	padding-left: 20px;
	color: #e82e2e;
	font-size: 14px;
}

.misdiagnosticos {
	margin: 1em;
	border-collapse: collapse;
}

.midiagnosticos td,th {
	padding: .3em;
}

.midiagnosticos tr {
	padding: .3em;
	border: 1px #ccc dotted;
}

.midiagnosticos thead {
	background: #fc9;
}

#nombre_tutor {
	float: right;
	/*margin-top:9px;*/
	margin-right: 20px;
}

#version {
	color: rgb(255, 255, 255);
	float: left;
	font-size: 19px;
	line-height: 110%;
	padding-top: 30px;
}

#version p {
	margin: 0;
	padding: 0;
}

#usuario {
	color: rgb(255, 255, 255);
	font-size: 15px;
	line-height: 110%;
	padding-top: 30px;
}

#usuario p {
	margin: 0;
	padding: 0;
}

/**********************************/

.item-children {
	margin-left: 15px;
}

#login td, #login th {
	padding: 10;
	font-size: 14px;
}

.report-links a {
/* 	margin-right: 50px; */
}

.numero-preguntas, .numero-soluciones, .icon-delete, .icon-edit, .report-links, .table-header, .icon-clone {
	text-align: center;
}

.btn-remove-row {
	margin-top: 25px;	
}


/***Estilos jquery plugin placeholder***/
.placeholder { color: #aaa; }
/***Estilos jquery plugin placeholder***/

.navbar-header {
	margin-left: 0px;
	margin-right: 0px;
}

.navbar .container {
    width: 100%;
}

.sidebar {
	margin-top: 40%;
}

.sidebar-areas {
	margin-top:25px
	
}

.sidebar-areas li {
	list-style: none;
	
}
/***Estilos Login***/
.input-login-field{
	width: 100%;
}

.input-login-label{
	width: 20%;
}
/***Estilos Login***/

caption {
	/*background-color: red;*/
	font-size: 15px;
}

/***************** Estilos para los checkbox y radio buttons ***********************************/

/*@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);*/

/*** basic styles ***/

 

/*  tamaño con que se van a mostrar   */
label.checkboxesIcon { font-size: 30px; width: 5%; margin-bottom: 0px; vertical-align: middle;}
label[class^="checkboxesLabel"] { width: 90%; margin-bottom: 0px; vertical-align: middle;}
label.radiosIcon { font-size: 30px; width: 5%; margin-bottom: 0px; vertical-align: middle;}
label[class^="radiosLabel"] { width: 90%; margin-bottom: 0px; vertical-align: middle;}
label.checkboxesLabel { font-weight: normal;}
label.radiosLabel { font-weight: normal;}

h1.checkboxesApp { font-size: 1.5em; }

div.checkboxesApp { 
  width: 175px; 
  margin-left: 20px;
}

/*** custom checkboxes ***/


input[type=checkbox] { display:none; } /* to hide the checkbox itself */

input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */

input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */


input[type=checkbox]:checked + label:before { content: "\f046"; } /* checked icon */

input[type=checkbox]:checked + label:before { letter-spacing: 10px; } /* allow space for check mark */



/*** custom Radios ***/


input[type=radio] { display:none; } /* to hide the checkbox itself */

input[type=radio] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=radio] + label:before { content: "\f10c"; } /* unchecked icon */

input[type=radio] + label:before { letter-spacing: 10px; } /* space between checkbox and label */


input[type=radio]:checked + label:before { content: "\f05d"; } /* checked icon */

input[type=radio]:checked + label:before { letter-spacing: 10px; } /* allow space for check mark */



/***************** Estilos para los checkbox y radio buttons ***********************************/
.showHide {
	padding-left: 15px;
}

.showHide:hover {
	cursor: pointer;
}

.group-ppi span.input-group-addon, .group-ddp span.input-group-addon {
	width:20%;
	color: white;
	background-color: #B9121C;
	text-shadow: none;
	white-space: normal;
}

.group-ppi .input-date {
	border: none;
}

.group-ppi .input-group, .group-ddp .input-group {
	width: 100%;
	background-color: white;
	
}
.summernote-no-toolbar .note-toolbar {
	display: none;
}

fieldset.border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

.table-proyectos .fa-file-text-o-green {
	color: green;
}

.table-proyectos .fa-file-text-o-red {
	color: red;
}

.respuesta-disabled {
	color:gray;
}

.selected {
	text-decoration: underline;
	font-style: italic;
}

.questions {
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.questions > .question > div {
	float: left; 
/* 	border-bottom: 2px solid #DDDDDD; */
	padding: 5px;
	
}

.questions > .question  > .row-xs-height {
	border-bottom: 2px solid #DDDDDD;
}

.questions > .question > .row-xs-height > .col-2 {
	width: 2%;
	float: left;
	margin-top: 10px;
}

.questions > .question > .row-xs-height > .col-98 {
	width: 98%;
	float: left;
	margin-top: 10px;
}

.questions > .question > .row-xs-height > .col-16.print {
	position:relative;
	z-index:100;
	margin-top: 0px;
	width: 16%;
	float: left;
}

.questions > .question > .row-xs-height > .col-82 {
	width: 82%;
	float: left;
	margin-top: 10px;
}



.questions .question .form-group {
	margin-top: 25px;
	margin-bottom: 25px;
}
.questions .question > div {
	background-color: inherit;
}

.questions .question:nth-child(odd) {
	background-color: #f9f9f9;
}
.debug {
	font-style: italic;
	border: 0.5px solid;
}

.respuesta-no-seleccionada {
	color: red;
}

.respuesta-si-seleccionada {
	color: green;
}

.table caption {
	text-align: justify;
}


/* .questions > .question > .question > div { */
/*   padding: 5px; */
/* } */
/* .question { */
/*   border: 1px solid #444; */

/* } */
/* .answers .form-group { */
/* 	margin-bottom: 35px; */
/* 	padding-left: 15px; */
/* 	padding-right: 15px; */
/*   line-height: 1.42857143; */
/* } */

/* .question { */
/*   border-bottom-width: 2px; */
/* } */


.jumbotron-icon .fa-2 {
	font-size: 2em;
}

.jumbotron-icon .fa-3 {
	font-size: 4em;
}

.jumbotron-icon .fa-4 {
	font-size: 7em;
}

.jumbotron-icon .fa-5 {
	font-size: 12em;
}

.jumbotron-icon .fa-6 {
	font-size: 20em;
}

.jumbotron-icon .fa-1, .jumbotron-icon .fa-2, .jumbotron-icon .fa-3,
	.jumbotron-icon .fa-4, .jumbotron-icon .fa-5, .jumbotron-icon .fa-6 {
	margin-right: 0.07142857em;
}

@media ( max-width : 767px) {
	.jumbotron-icon .fa-1, .jumbotron-icon .fa-2, .jumbotron-icon .fa-3,
		.jumbotron-icon .fa-4, .jumbotron-icon .fa-5, .jumbotron-icon .fa-6 {
		margin-right: 0;
	}
	.jumbotron-icon .fa-6 {
		font-size: 16em;
	}
}


.pagination li.current-page a {
	font-weight: bold;
	text-decoration: underline;
}

.pagination li a {
	color: #97070B;
}

#reset-camaras-filter {
	padding: 4px 6px;
}

.costediagnostico-read-only {
	color:black;
}

.seleccionar_proveedor {
	margin-bottom: 20px;
}

.radiosIcon.anexoppi {
	margin-left: 10px;	
}

.form-group.anexo-ppi-seleccion-proveedor {
    margin-top: 60px;
}

.help-block {
	color: #a94442;
}
.button-down {
	position: relative;
	top: 18em;
}

.sube-tabla {
	position: relative;
	top: -20em;
}

.mv-btn-up-rgt {
	position: relative;
	top: -2.1em;
	right: -9em;
	width:60%;
	
}

html[data-useragent*='Chrome'] .mv-btn-up-rgt {
	position: relative;
	top: -1.85em;
	right: -9em;
	width:60%;
	
}

.formatFileInput {
	width: 100%;
}

.grey-div{
	color: grey;
} 

a.disabled {
  pointer-events: none;
  cursor: default;
}

.paginatorAnterior{
    position: relative;
    bottom: 32px;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 4px; 

} 
.paginatorAnterior:hover{
	color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}



.mfa_info{
	margin: 10px 0 20px;
	padding: 5px 10px;
	background-color: #eee;
	border-radius: 10px;
	width: fit-content;
}

.mfa_expirado{
	font-size: 14px;
	text-align: right;
	color:#b92c28;
	margin: 0;
    font-weight: 600;
}

.mfa_reset{
	margin: 30px 0;
}

.mfa_reset a{
	color:#b92c28;
	text-decoration: underline;
}

.mfa_reset a:hover,.mfa_reset a:focus{
	opacity: 0.8;
	
}

.mfa_actions{
	display:flex;
	align-items: center;
	margin: 30px -10px 0;
}
.mfa_actions > *{
	width: 50%;
	margin: 0 10px!important;
}
.mfa_error {
    margin: 10px 0;
}
