a {
	color:#555;
}
a:hover {
	/*color: inherit;*/
}
.leyenda{
  padding: 20px;
}

.login-logo{
	margin-top: 20px;
	height: 30px;
}

.login-logo img{
	width: 200px;
}

body > .header .logo {
    text-align: center;
}
body > .header .logo img {
    width: 90px;
}
#login-form {
	background-color: #383838 !important;
}
#login-box .header {
	background-color: #f57b20 !important;
}
#login-box button {
	background-color: #f57b20 !important;	
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
	background-color: #f57b20 !important;
}
.user-menu a {
	display: inline-block !important;
	margin-left:15px !important;
	padding: 9px 10px 8px 10px !important;
	line-height: 33px !important;
}

.user-menu a i {

}

.user-menu a {
	vertical-align: middle;
}

.user-header img {
	width:72px;
	height: auto;
}

.user-header a {
	margin: 0 !important;
}

.rojo {
	color: #f56954 !important;
}
#tb-gastos {
	padding: 20px;
	width: 900px;
	max-width: 100%;
}

#tg-gastos div, .fancybox-inner div {
	width: 900px;
	max-width: 100%;
}

#tb-gastos h2 strong {
	float: right;
	padding-right: 15px;
	color: #F05050;
}

#tb-gastos .form input  {
	margin: 0px 5px;
}

#tb-gastos .fila {
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#datos-gastos {
	margin: 30px 0;
}

#datos-gastos img {
	display: block;
	margin: auto;
}

#datos-gastos input, #datos-gastos textarea {
	border: 0px;
	margin-bottom: 15px;
}

/* Con el siguiente código haremos que el menú se deslice poco a poco en lugar de sin transición.  */
@media screen and (max-width: 768px) {
	.row-offcanvas {
		position: relative;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}
	.row-offcanvas-left
	{
		left: 0;
	}
	.row-offcanvas-left.active {
		left: 220px;
	}
	.sidebar-offcanvas {
		position: absolute;
		top: 0;
	}
	.content {
	  overflow-x: hidden;
	  padding: 20px 0;
	 }
}
@media screen and (max-width: 420px) {
	.perfil-imagen {
		width: 120px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	body > .header .logo {
	    text-align: center;
	    height: 30px;
	    line-height: 25px;
	}

	body > .header .logo img {
	    height: 15px;
	    width:auto;
	}
	section {
    	padding: 20px inherit;
	}
	.box-timeline.box {
	    padding-left: 5px !important;
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	}

	.timeline:before {
	    left: 15px;
	}

	.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
	    left: -3px;
	}

	.timeline > li > .timeline-item {
	    margin-left: 0px;
	    margin-right: 0px;
	}

	.timeline .glyphicon,.timeline .fa {
		z-index: 2;
	}

	.timeline li .timeline-item h3 {
		margin-left: 25px !important;
	}

	.timeline li .timeline-item .timeline-body {
		padding: 4px;
	}

}

.gif-menu{
	float: right;
	padding-top: 6px;
	margin-right: 10px;
}

.dropdown-menu i {
	font-size:72px;
}

/* CABECERA */
.navbar-nav .config {
	font-size:15px !important;
}

/* DONUTS */
.highcharts-tracker tspan {
	font-size:11px;
	color:black;
	fill:#444;
	font-weight:bold;
}

.highcharts-tracker tspan:nth-child(2) {
	font-weight: normal;
}

.highcharts-tooltip text tspan:nth-child(2) {
	display: none;
}

/*.highcharts-tooltip text tspan:nth-child(3) {
	display: none;
}*/

.linea-tiempo {
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	background-color: rgba(210, 210, 210, 0.8);
	width: 2px;
}

.proyecto {
	white-space: nowrap;
  	overflow: hidden;
	text-overflow: ellipsis !important;
}

.notas {
	font-size:12px;
	font-style: italic;
}

.content {
	overflow: visible;
}

.marca-interv {
	position: absolute;
	top:-22px;
	right:-30px;
	z-index: 10;
	width:70px;
	text-align: center;
	padding:30px 0px 5px 0px;
	font-size: 12px;
	font-weight: bold;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    color:#FFFFFF;
}

.marca-interv-bottom {
	position: absolute;
	bottom: -10px;
	right: -26px;
	z-index: 9999;
	width: 70px;
	text-align: center;
	padding: 2px 0px 17px 0px;
	font-size: 12px;
	font-weight: bold;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #FFFFFF;
}

.no-sobresalir {
	overflow: hidden !important;
	position: relative;
}

#lista-interv {
	display: block;
	padding:7px 5%;
}

#lista-interv span {
	display: inline-block;
	padding:5px 10px;
	cursor: pointer;
	color:white;
	font-weight: bold;
	box-shadow: inset -2px -2px 2px rgba(0,0,0,0.4);
}

#lista-interv span:first-child {
	border-radius: 6px 0px 0px 6px;
}

#lista-interv span:last-child {
	border-radius: 0px 6px 6px 0px;
}

#lista-interv span:hover {
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.4);
}

#lista-interv span.activo {
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.4);
}

.tooltip {
	z-index: 99999 !important;
}

/*TIMELINE*/
.logo-importante {
	position: absolute; !important;
	top: 32px !important;
	background: none !important;
	box-shadow: none !important;
	color: #f56954 !important;
	font-size: 1.5em !important;
}

.btn-timeline {
	margin: 0px -2px !important;
}

.btn-group .selected {
	background: #E9E9E9;
	box-shadow: inset 1px 1px 3px rgba(211, 211, 211, 0.8);
}

.timeline-header span {
	font-size: 14px;
	color: #999;
	padding-left: 15px;
}

/*LISTA-BOTONES*/
#pantalla {
	margin-top:15px;
}

#lista-indicadores {
	display: block;
}

#lista-indicadores span {
	display: inline-block;
	margin-right: -3px;
	padding:5px 10px;
	cursor: pointer;
	color:#000000;
	font-weight: bold;
	box-shadow: inset -2px -2px 2px rgba(0,0,0,0.4);
	background-color:#EAEAEA; 
}

#lista-indicadores span:first-child {
	border-radius: 6px 0px 0px 6px;
}

#lista-indicadores span:last-child {
	border-radius: 0px 6px 6px 0px;
}

#lista-indicadores span:hover {
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.4);
	background-color:#E2E2E2;
}

#lista-indicadores span.activo {
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.4);
	background-color:#E2E2E2;
}

#lista-indicadores.enlaces span {
	border-radius: 0px;
}

#lista-indicadores.enlaces a:first-child span {
	border-radius: 6px 0px 0px 6px;
}

#lista-indicadores.enlaces a:last-child span {
	border-radius: 0px 6px 6px 0px;
}

#botones-horas {
	display: block;
}

#botones-horas span {
	display: inline-block;
	margin-right: -3px;
	padding:5px 10px;
	cursor: pointer;
	color:#000000;
	font-weight: bold;
	box-shadow: inset -2px -2px 2px rgba(0,0,0,0.4);
	background-color:#EAEAEA; 
}

#botones-horas span:first-child {
	border-radius: 6px 0px 0px 6px;
}

#botones-horas span:last-child {
	border-radius: 0px 6px 6px 0px;
}

#botones-horas span:hover {
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.4);
	background-color:#E2E2E2;
}

#botones-horas span.activo {
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.4);
	background-color:#E2E2E2;
}

#btn-exportar span {
	display: inline-block;
	margin-right: -3px;
	padding:5px 10px;
	cursor: pointer;
	color:#000000;
	font-weight: bold;
	box-shadow: inset -2px -2px 2px rgba(0,0,0,0.4);
	background-color:rgba(161, 228, 89, 0.7);
	border-radius: 6px;
}

#btn-exportar span:hover {
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.4);
	background-color:rgba(135, 203, 61, 0.7);
}

#btn-exportar span.activo {
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.4);
	background-color:rgba(135, 203, 61, 0.7);
}

.zona-horaria #btn-zona {
	display: inline-block;
	font-size: 18px;
	padding:3px 8px;
	border-radius: 6px;
	color:#000000;
	font-weight: bold;
	cursor:pointer;
	box-shadow: inset -2px -2px 2px rgba(0,0,0,0.4);
	text-align: center;
	background-color: rgba(161, 228, 89, 0.7);
	background-image: url(img/world.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 75%;
}

.zona-horaria #btn-zona:hover {
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.4);
	background-color:rgba(135, 203, 61, 0.7);
}

.btn-ver-mas {
	float: right;
	margin: 15px;
	color: #00c0ef;
	cursor: pointer;
}

/*A la hora de imprimir una página con cogerá los href*/
@media print {
  a[href]:after {
    content: none !important;
  }
}

.inline {
	display: inline-block;
}

.rotar:hover {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}


/*COMPROBADO*/
.no-padding {
	padding: 0 !important;
}

.no-padding-left {
	padding-left: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.enlace {
	cursor: pointer;
}

.enlace:hover {
	color: #72afd2;
}

.negrita {
	font-weight: bold;
}

.tapar {
	visibility: hidden;
}

.right {
	display: inline-block;
	float: right;
}

.enl-interno {
	float:right;
	margin-right: 15px;
	font-size: 14px;
}

.enl-interno i {
	font-size: 11px
}

#fecha-seleccion {
    display: inline-block;
    text-align: center;
    width:100px;
    position: relative;
}

#fecha-input {
    display: block;
    position: absolute;
    top:-3px;
    z-index: 2;
    border:0px;
    width:0px;
    height: 0px;
}
#fecha-hoy {
	padding-left: 5px;
}
.padding-0-5 {
	padding: 0px 5px !important;
}

.padding-5 {
	padding: 5px !important;
}

.ocultar-inicio {
    display: none;
}
.data-ok {
	color: #53A94B !important;
}
#actual {
    position: absolute;
    height:100%;
    border-left: 1px dotted #00C0EF;
    z-index: 1;
}

#actual span {
    position: absolute;
    bottom: -18px;
    left: -19px;
    color: #00c0EF;
    /*border: 2px solid #00C0EF;*/
    padding: 0px 3px;
}

select.select {
	display: block;
	width: 100%;
	padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    border: 1px solid #ccc;
}

#num-recursos-activos {
	background-color: #A93550;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
    vertical-align: middle;
}

input[name="buscar-timeline"] {
	padding: 6px 8px;
}
#limpiarbusqueda {
	display: inline-block;
	margin-left: -3px;
	margin-right: 15px;
	padding: 11px;
	background: #c1c1c1;
	color: #fff;
}
#limpiarbusqueda.on {
	cursor: pointer;
	background: #367fa9;
}
.btn-extra-mini {
	display: inline-block;
    float: right;
    margin-right: 15px;
    margin-left: 6px;
    padding: 7px;
    background: #367fa9;
    color: #fff;
    border-bottom: 1px solid #367fa9;
    cursor: pointer;
}
.table-embed {
	overflow-x: scroll;
}
.table-embed table td{
	min-width: 60px;
	border: 1px solid #c4c4c4;
}
.table-embed tr td:first-child{
	min-width: 20px;
}
.table-embed table td input{
	margin-bottom: 0px;
	background: transparent;
}

#form_nuevo_protocolo ul:not(.note-editor ul), .lista-fases  ul:not(.note-editor ul){
    list-style: none!important;
    display: flex;
}

.lista-fases .bloque-fase > ul, .lista-fases .fila-opciones > ul{
    list-style: none!important;
    justify-content: space-between;
}

.lista-fases .bloque-tarea{
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 5px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.lista-fases .bloque-checklist{
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 5px;
}
.verde {
	color:green;
}
.naranja {
	background-color: orange !important;
	border-color: #ff8645 !important;
}

#aviso {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff!important;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	padding: 15px 20px;
	position: fixed;
	z-index: 9999;
	top: 100vh;
	background: rgba(0, 0, 0, 0.95);
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#aviso p {
	padding-left: 36px;
	position: relative;
}
#aviso p i {
	font-size: 26px;
	position: absolute;
	left: 0;
}
#aviso *:last-of-type {
	margin-bottom: 0px;
}
#aviso.rojo {
	background: rgba(220, 53, 69, 0.9);
}
#aviso.verde {
	background: rgba(40, 167, 69, 0.9);
}
#aviso.visible {
	opacity: 1;
	top: calc(100vh - 100px);
}


/* NUEVOS ESTILOS
=================================================================================== */

/* MARGINS
=========================================================== */
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

/* GENERALES
=========================================================== */
html,
body {
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
	overflow-x: hidden !important;
}
body {
	font-size: 14px;
	color: #333333;
	min-height: 100%;
	background: #f5f5f5;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #000000;
	margin-bottom: 20px;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 600;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.15em;
  font-weight: 500;
}
h4.modal-title {
  font-size: 1.7em;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
}
p {
  margin-bottom: 15px;
}
a {
  color: #333333;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:hover,
a:active,
a:focus {
  color: #000000;
  text-decoration: none;
  outline: none;
}
.fw-500 {
  font-weight: 500;
}
strong,
.fw-600 {
  font-weight: 600;
}
strong small,
.fw-600 small {
  font-weight: 700;
}
.fw-700,
.negrita {
  font-weight: 700;
}
small {
  font-size: 85%;
}

/* FLEX ROW
=========================================================== */
.flex-row {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: flex-start;
  padding: 0px;
  margin-bottom: 15px;
}
.flex-row.left {
  justify-content: flex-start;
  float: none;
}
.flex-row.right {
  justify-content: flex-end;
  float: none;
}
.flex-row > li {
  margin-bottom: 15px;
}
.flex-row > li.width-100 {
  width: 100%;
}
.flex-row .flex-row {
  margin-bottom: 0px;
}
.flex-row .flex-row > li {
  margin-bottom: 5px;
}
.flex-row .flex-row.btn-list > li {
  margin-bottom: 0px;
}
.flex-row h1,
.flex-row h2,
.flex-row h3,
.flex-row h4,
.flex-row h5,
.flex-row h6 {
  margin-bottom: 0px;
}
.flex-row.mb-10 {
  margin-bottom: 10px;
}
.flex-row.li-mb-0 > li {
  margin-bottom: 0px;
}
.flex-row.li-mb-5 > li {
  margin-bottom: 5px;
}
.flex-row.li-mb-10 > li {
  margin-bottom: 10px;
}
.flex-row.nowrap {
  flex-wrap: nowrap;
}
.flex-row.width-100 {
  width: 100%;
}
.flex-row.border {
  border: 1px solid #d4d4d4 !important;
}
.flex-row.li-spacing-xs {
  margin-left: -3px;
  margin-right: -3px;
}
.flex-row.li-spacing-xs > li {
  padding-left: 3px;
  padding-right: 3px;
}
.flex-row.li-spacing {
  margin-left: -5px;
  margin-right: -5px;
}
.flex-row.li-spacing > li {
  padding-left: 5px;
  padding-right: 5px;
}
.flex-row.li-spacing-md {
  margin-left: -10px;
  margin-right: -10px;
}
.flex-row.li-spacing-md > li {
  padding-left: 10px;
  padding-right: 10px;
}
.flex-row.li-spacing-xl {
  margin-left: -15px;
  margin-right: -15px;
}
.flex-row.li-spacing-xl > li {
  padding-left: 15px;
  padding-right: 15px;
}
.flex-row.justify-center {
  justify-content: center;
}
.flex-row.justify-end {
  justify-content: flex-end;
}
.flex-row.space-between {
  display: flex;
  justify-content: space-between;
}
.flex-row.last-right {
  display: flex;
}
.flex-row.last-right > div:last-of-type,
.flex-row.last-right > li:last-of-type,
.flex-row.last-right > span:last-of-type {
  margin-left: auto;
}
.flex-row.ml-auto {
  margin-left: auto;
}
.flex-row.va-start {
  align-items: flex-start;
}
.flex-row.va-center {
  align-items: center;
}
.flex-row.va-center input,
.flex-row.va-center select {
  margin-bottom: 0px;
}
.flex-row.va-end {
  align-items: flex-end;
}
.flex-row.rotate .fa-chevron-down.r-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* FORM
=========================================================== */
.form-group {
  margin-bottom: 25px;
}
.form-group.notificacion {
  padding: 16px;
  margin-bottom: 16px;
  border: solid 1px #d4d4d4;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.form-group.radio-group > div.flex-row {
  height: 2em;
  margin-bottom: 5px;
}
.form-control {
  font-size: inherit;
  line-height: 1;
  display: block;
  width: 100%;
  height: 34px;
  padding: 4px 10px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative;
}
.form-control:focus,
.form-control:active {
  color: #000000;
  background-color: #ececec;
  border-color: #999999 !important;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-control.error {
  border: none;
  background-color: rgba(255, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 0px 2px 1px #ff0000;
  -moz-box-shadow: inset 0px 0px 2px 1px #ff0000;
  -ms-box-shadow: inset 0px 0px 2px 1px #ff0000;
  -o-box-shadow: inset 0px 0px 2px 1px #ff0000;
  box-shadow: inset 0px 0px 2px 1px #ff0000;
}
.form-control input#color {
  width: 38px;
  padding: 2px;
}
.toggle {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
  margin: 0px;
}
.toggle:before {
  content: "";
  position: relative;
  top: 50%;
  left: 3px;
  width: 34px;
  height: 14px;
  display: block;
  background: #9A9999;
  border-radius: 8px;
  transition: background .2s ease;
  transform: translateY(-50%);
}
.toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: #333333;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
  transition: all .2s ease;
  transform: translateY(-50%);
}
.toggle span:before {
  content: "";
  position: absolute;
  display: block;
  margin: -18px;
  width: 56px;
  height: 56px;
  background: rgba(244, 124, 0, 0.5);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
}
.check-button {
  display: none;
}
.check-button:checked + .toggle:before {
  background: #00C0EF66;
}
.check-button:checked + .toggle span {
  background: #00C0EF;
  transform: translate(20px, -50%);
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  box-shadow: 0 3px 8px rgba(40, 167, 69, 0.2);
}
.check-button:checked + .toggle span:before {
  transform: scale(1);
  opacity: 0;
  transition: all .4s ease;
  background: rgba(40, 167, 69, 0.5);
}

/* BOTONES
=========================================================== */
.btn {
  font-size: 1em;
  font-weight: 500;
  color: #ffffff;
  display: flex !important;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  flex: 1 0 60px;
  min-width: 60px;
  width: fit-content;
  height: 42px;
  border-radius: 5px;
  border: 1px solid transparent;
  background: transparent;
  padding: 0px 10px;
  box-shadow: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.btn i {
  font-size: 1.2em;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.btn.round {
  font-size: 0.9em;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0px;
  min-width: auto;
  width: 28px;
  height: 28px;
  background-color: #999999;
  border: none;
  border-radius: 50%;
}
.btn.round i {
  font-size: 1.1em;
  margin-right: 0px !important;
}
.btn.round.mini {
  flex: 1 0 32px;
  min-width: 32px;
  width: 32px;
  height: 32px;
  background: #d4d4d4;
  border: none;
  border-radius: 50%;
}
.btn.round.mini i {
  font-size: 1em;
  color: #333333;
  margin: 0px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.btn.round.mini i.fa-long-arrow-up,
.btn.round.mini i.fa-long-arrow-down,
.btn.round.mini i.fa-plus {
  font-size: 1.4em;
}
.btn.round.mini:hover,
.btn.round.mini:focus,
.btn.round.mini:active,
.btn.round.mini.active {
  background: #999999;
}
.btn.round.mini:hover i,
.btn.round.mini:focus i,
.btn.round.mini:active i,
.btn.round.mini.active i {
  color: #ffffff;
}
.btn.round.mini.rojo i,
.btn.round.mini.verde i,
.btn.round.mini.amarillo i {
  color: #ffffff;
}
.btn.round.micro {
  width: 24px;
  min-width: 24px;
  height: 24px;
  position: relative;
}
.btn.round.micro i {
  font-size: 0.8em;
  margin-right: 0px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn.round.color {
  width: 17px;
  min-width: 17px;
  height: 17px;
}
.btn.round.color-xl {
  margin: 0px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: solid 1px #a6a6a6;
}
.btn.top-radius-0 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.btn.bottom-radius-0 {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.btn.padding-0 {
  padding: 0px;
}
.btn.mini {
  font-size: 0.9em;
  letter-spacing: 0.5px;
  font-weight: 600;
  height: 32px;
  min-width: 42px;
  padding: 0 8px;
}
.btn.mini i {
  font-size: 1em;
  top: 0px;
  margin-right: 5px;
}
.btn.mini i.fa-times-circle,
.btn.mini i.fa-plus-circle {
  font-size: 1.1em;
}
.btn.mini.icon {
  min-width: 40px;
  height: 32px;
}
.btn.mini.icon i {
  font-size: 1.3em;
  margin-right: 0px;
  top: 0;
}
.btn.micro {
  font-size: 0.8em;
  font-weight: 500;
  height: 24px;
  min-width: 32px;
  padding: 0px 7px;
}
.btn.micro i {
  font-size: 1em;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.btn.micro i.fa-exclamation-circle,
.btn.micro i.fa-stop {
  top: 0px;
}
.btn.micro.icon {
  min-width: 32px;
  flex: 1 0 32px;
}
.btn.micro.icon i {
  font-size: 0.8em;
  margin-right: 0px;
  top: 0;
}
.btn.btn-extra-mini {
  display: inline-block;
  float: right;
  margin-right: 15px;
  margin-left: 6px;
  padding: 7px;
  background: #367fa9;
  color: #fff;
  border-bottom: 1px solid #367fa9;
  cursor: pointer;
}
.btn.w-100 {
  width: 100%;
}
.btn.icon {
  min-width: 60px;
}
.btn.icon i {
  margin-right: 0px;
}
.btn.outline {
  color: #333333 !important;
  background: #ffffff !important;
  border-color: #999999 !important;
}
.btn.outline:hover {
  color: #ffffff !important;
  background: #666666 !important;
  border-color: #666666 !important;
}
.btn.outline.rojo {
  color: #e74a25 !important;
  background: #ffffff !important;
  border-color: #e74a25 !important;
}
.btn.outline.rojo:hover {
  color: #ffffff !important;
  background: #e74a25 !important;
  border-color: #e74a25 !important;
}
.btn.verde {
  color: #ffffff !important;
  background: #10c38e !important;
  border-color: #10c38e !important;
}
.btn.verde:hover {
  background: #00a775 !important;
  border-color: #00a775 !important;
}
.btn.rojo {
  color: #ffffff !important;
  background: #e74a25 !important;
  border-color: #e74a25 !important;
}
.btn.rojo:hover {
  background: #d4320c !important;
  border-color: #d4320c !important;
}
.btn.amarillo {
  color: #ffffff !important;
  background: #f3b704 !important;
  border-color: #f3b704 !important;
}
.btn.amarillo:hover,
.btn.amarillo:focus,
.btn.amarillo:active,
.btn.amarillo.activo {
  color: #ffffff !important;
  background: #e8af04 !important;
  border-color: #e8af04 !important;
}
.btn.azul {
  color: #ffffff !important;
  background: #00c0ef !important;
  border-color: #00c0ef !important;
}
.btn.azul:hover {
  background: #009dc3 !important;
  border-color: #009dc3 !important;
}
.btn.morado {
  color: #ffffff !important;
  background: #8e44ad !important;
  border-color: #8e44ad !important;
}
.btn.morado:hover {
  background: #9b59b6 !important;
  border-color: #9b59b6 !important;
}
.btn.blanco {
  color: #333333 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}
.btn.blanco:hover {
  color: #ffffff !important;
  background: #666666 !important;
  border-color: #666666 !important;
}
.btn.corporativo {
  color: #ffffff !important;
  background: #f57b20 !important;
  border-color: #f57b20 !important;
}
.btn.corporativo:hover {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333 !important;
}
.btn.transparente {
  color: #444444 !important;
  background: transparent !important;
  border-color: transparent !important;
}
.btn.transparente:hover {
  color: #000000 !important;
  background: transparent !important;
  border-color: transparent !important;
}
.btn.g {
  color: #333333 !important;
  background: #dddddd !important;
  border-color: #bbbbbb !important;
}
.btn.g:hover {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333 !important;
}
.btn.g3 {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333 !important;
}
.btn.g3:hover {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000 !important;
}
.btn.g6 {
  color: #ffffff !important;
  background: #666666 !important;
  border-color: #666666 !important;
}
.btn.g6:hover {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333 !important;
}
.btn.g9 {
  color: #ffffff !important;
  background: #999999 !important;
  border-color: #999999 !important;
}
.btn.g9:hover {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333 !important;
}
.btn.e6 {
  color: #333333 !important;
  background: #e6e6e6 !important;
  border-color: #d4d4d4 !important;
}
.btn.e6:hover {
  color: #000000 !important;
  background: #d6d6d6 !important;
  border-color: #d6d6d6 !important;
}
.btn.animated {
  min-width: 32px;
  width: 32px;
  overflow: hidden;
  justify-content: flex-start;
  border-radius: 16px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.btn.animated i {
  font-size: 1.2em;
  margin-right: 7px;
}
.btn.animated:hover {
  width: 132px;
}
.btn.animated:hover i {
  font-size: 1em;
}
.btn.oculto {
  display: none !important;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.activo {
  color: #ffffff;
  border-color: #333333;
  background: #333333;
  outline: none;
  box-shadow: none;
}
.btn.round-icon {
  flex: 1 0 32px;
  min-width: 32px;
  width: 32px;
  height: 32px;
  background: #d4d4d4;
  border: none;
  border-radius: 50%;
}
.btn.round-icon:hover,
.btn.round-icon:focus,
.btn.round-icon:active,
.btn.round-icon.active {
  background: #999999;
}
.btn.round-icon:hover i,
.btn.round-icon:focus i,
.btn.round-icon:active i,
.btn.round-icon.active i {
  color: #ffffff;
}
.btn.round-icon i {
  font-size: 1rem;
  color: #333333;
  margin: 0px;
  position: relative;
  top: -1px;
}
.btn.full {
  position: relative;
}
.btn.full::before {
  content: '\f31d';
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.4em;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn.full.active::before {
  content: '\f78c';
}
.btn.filtros {
  /*
		padding: 0px;
	    flex: 1 0 42px;
	    min-width: 42px;
	    height: 42px;
	    border: none;	    
	    */

  position: relative;
}
.btn.filtros::before {
  content: '\f884';
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.4em;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn.filtros.active::before {
  content: '\f161';
}
.btn.filtros:hover,
.btn.filtros:focus,
.btn.filtros:active,
.btn.filtros.activo {
  color: #333333;
  background: transparent;
}

/* BOX
=========================================================== */
.box {
  margin-bottom: 15px;
  padding: 20px;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  border-radius: 5px;
  border: solid 1px #e6e6e6;
}
.box .box-header {
  margin-bottom: 25px;
}
.box .box-header h1,
.box .box-header h2,
.box .box-header h3,
.box .box-header h4,
.box .box-header h5,
.box .box-header h6 {
  line-height: 32px;
  margin-bottom: 0px;
}
.box .box-header h3 i {
  font-size: 21px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.box .box-header > .box-tools {
  margin-left: auto;
  width: 18px;
  height: 18px;
}
.box .box-header > .box-tools button {
  font-size: 24px;
  line-height: 20px;
  width: 20px;
  padding: 0px;
  border: none;
  background: none;
  cursor: pointer;
}
.box .box-header > .box-tools button:hover,
.box .box-header > .box-tools button:focus,
.box .box-header > .box-tools button:active {
  box-shadow: none;
  outline: none;
}
.box .box-body {

}
.box .box-body .box-inner {
  margin-top: 25px;
}
.box .box-body .wrapper_tabla .criterio {
  margin-left: 0px;
}
.box .box-footer {
  padding: 25px 0px 0px;
}
.box .inner-box {
  padding: 16px;
  margin-bottom: 16px;
  border: solid 1px #e0e0e0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.box .inner-box.tabs.nav-tabs-custom .box-header .nav-tabs li a.active,
.box .inner-box.tabs.nav-tabs-custom .box-header .nav-tabs li a:active,
.box .inner-box.tabs.nav-tabs-custom .box-header .nav-tabs li a:hover,
.box .inner-box.tabs.nav-tabs-custom .box-header .nav-tabs li a:focus {
  background: #efefef;
}
.box .inner-box .flex-row.btn-list > li .btn {
  background: #ffffff;
}
.box .inner-box .flex-row.btn-list > li .btn:hover,
.box .inner-box .flex-row.btn-list > li .btn.activo,
.box .inner-box .flex-row.btn-list > li .btn.active,
.box .inner-box .flex-row.btn-list > li .btn.selected {
  background: #666666;
}
.box .inner-box .flex-row.seleccion.bg {
  background: #ffffff;
}
.box .inner-box input,
.box .inner-box textarea,
.box .inner-box select {
  background: #ffffff;
}
.box .inner-box input[type="file"] {
  background: transparent;
}
.box .inner-box table tr {
  background: transparent;
}
.box .inner-box table tr.filaimpar {
  background: #fff;
}
.box .inner-box table tbody tr:nth-child(odd) {
  background: #ffffff;
}
.box .inner-box#calendario {
  background: #f1f1f1;
}
.box .inner-box#calendario table:not(.fc-header) tr {
  background: #ffffff;
}
.box.transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.box.lista_recursos {
  margin-bottom: 0px;
}
.box:not(.no-padding) table.table {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.box.detalle ul.flex-row > li > ul.flex-row.li-spacing > li {
  padding-left: 0px;
  padding-right: 0px;
}
.box.detalle ul.flex-row > li > ul.flex-row.li-spacing > li button {
  margin-left: 5px;
  margin-right: 5px;
}
.box.tabs {
  padding: 0px 15px 20px;
}
.box.info-panel {
  border-width: 2px;
}
.box.info-panel h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 0.8;
  color: #ffffff;
  margin-bottom: 5px;
}
.box.info-panel p {
  font-weight: 500;
}
.box.info-panel > i {
  font-size: 2rem;
  position: absolute;
  top: 20px;
  right: 20px;
}
.box-timeline {
  width: 100%;
}

/* TAREAS FASE
=========================================================== */
.tareas-fase {
  padding-top: 20px;
  padding-left: 50px;
  position: relative;
}
.tareas-fase:before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 0px;
  width: 2px;
  background: #e0e0e0;
  left: 24px;
  margin: 0;
  border-radius: 2px;
}
.tareas-fase .bloque-tarea {
  overflow: visible !important;
}
.tareas-fase .bloque-tarea .tags {
  position: absolute;
  top: 10px;
  left: -40px;
  width: 40px;
  align-items: center;
}
.tareas-fase .bloque-tarea .tags i {
  font-size: 0.8em;
  line-height: 26px;
  color: #666666;
  text-align: center;
  width: 26px;
  height: 26px;
  background: #efefef;
  border-radius: 50%;
  margin: 4px 0px 6px;
  -webkit-box-shadow: 0 0 0 4px #FFFFFF;
  -moz-box-shadow: 0 0 0 4px #FFFFFF;
  -ms-box-shadow: 0 0 0 4px #FFFFFF;
  -o-box-shadow: 0 0 0 4px #FFFFFF;
  box-shadow: 0 0 0 4px #FFFFFF;
}
.tareas-fase .bloque-tarea .checklist-lista {
  overflow: hidden;
  position: relative;
}
.tareas-fase .bloque-tarea .checklist-lista:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 2px;
  background: #e0e0e0;
  left: 12px;
  margin: 0;
  border-radius: 2px;
}
.tareas-fase .bloque-tarea .checklist-lista .tags {
  position: relative;
  top: 0px;
  left: 0px;
}
.tareas-fase .bloque-tarea .checklist-lista .tags i {
  background-color: #00c0ef;
  color: #fff;
}
.bloque-fase {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.bloque-fase:last-of-type {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.mensaje-proposal .box-header{
    background-color: #f57b20;
    color: white !important;
    padding: 10px !important;
    border-radius: 4px;
}

.mensaje-proposal .box-header h2{
    color: white !important;
}

.mensaje-proposal .meta-info{
    display: flex;
    justify-content: space-between;
}

.lista-instalaciones .box-header{
    display: flex;
    justify-content: space-between;    
}

#caja-bloques .box-header, #modal-formulario-categorias .box-header{
    background-color: black;
    margin-bottom: 0px;
}

#caja-bloques .box-header button, #modal-formulario-categorias .box-header button{
    opacity: 0.8;
    margin-top: -25px;
}

#caja-bloques .box-header .fa-times, #modal-formulario-categorias .box-header .fa-times{
    color: white!important;
}

#archivos-myassembly{
    width: 100%;
    height:  600px;
    border: 0px;
}

p.notas{
    display: inline-block;
    background-color: white;
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.mensaje-proposal .box-footer{
    display: flex;
    justify-content: flex-start;
}

.control-checklist{
    background-color: #f4f4f4;
}


#modal-formulario-categorias .botones-formulario{
	color: black;
}

#modal-formulario-articulo-envio .modal-header, .modal-myassembly .modal-header{
	background-color: black;
}

#modal-formulario-articulo-envio .modal-header #boton-cerrar-modal, .modal-myassembly .modal-header #boton-cerrar-modal,
#boton-cerrar-modal-armario, #boton-cerrar-modal-articulo, #boton-cerrar-modal-completar, #boton-cerrar-modal-elemento{
	color: white!important;
	opacity: 1;
}

#modal-formulario-articulo-envio #boton-cerrar-modal, .modal-myassembly #boton-cerrar-modal, #boton-cerrar-modal-armario,
#boton-cerrar-modal-articulo, #boton-cerrar-modal-completar, #boton-cerrar-modal-elemento{
	margin-top: -25px;
}

#modal-formulario-articulo-envio input[type="submit"], .modal-myassembly input[type="submit"]{
	background-color: #00c0ef;
}

.excel-subido-1{
	color: #FFFFFF;
}

.tabla-articulos-envio .tabla_datos{
	width: 100%;
}

.tabla-articulos-envio .tabla_datos tr:nth-child(odd) td{
	background-color: #F5c294;
	padding: 20px 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.tabla-articulos-envio .tabla_datos tr.filapar td, .tabla-articulos-envio .tabla_datos tr:nth-child(even) td{
	background-color: #F9dcbe;
	padding: 20px 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.tabla-articulos-envio .tabla_datos th{
	background-color: #ED7D31;
	padding: 20px 10px;
}

.tabla-articulos-envio .tabla_datos th span{
	color: white!important;
	font-size: 20px;
}

.checkbox-simple{
	width: 20px!important;
	height: 20px!important;
	margin-top: 10px!important;
}

.botonera-tipo-elemento{
	display: flex;
	justify-content: space-around;
}

.bloque-elemento > div{
	height: 80px;
	background-color: #bbbbbb;
	border-radius: 8px;
}

.fila-info-extra-contenedor, .fila-info-extra-subconjunto{
	display: none;
}

#fila-cantidad-articulos input{
	display: inline-block!important;
}

.icono-flotante{
	position: absolute;
	top: 20px;
	right: 40px;
	background-color: rgba(255, 255, 255, 0.75);
	padding: 10px;
	border-radius: 4px;
}

.icono-flotante i{
	color: red;
}

.img-fluid{
	width: 100%;
}

.oculto{
	display: none;
}

.completado{
	display: none;
}

@media print{
	.ocultar-imprimir{
		display: none!important;
	}

	.imagen-qr-print{
		width:33% !important;
	}

	.info-qr-print{
		width: 66% !important;
	}
}

#ajax_lista_completa_mensajes_tabladatos th{
	text-align: left;
}

.bloque-elemento-disponible{
	display: inline-block;
	border: 1px solid #888888;
	border-radius: 4px;
	background-color: #ED7D31;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
}

.contenedor-imagen-elemento{
	position: relative;
	margin-bottom: 15px;
}