/* Fonts Definition */
@font-face {
  font-family: 'SEAT Meta Normal';
  src: url('../fonts/seatmnr.eot');
  src: url('../fonts/seatmnr.eot?#iefix') format('embedded-opentype'),
      url('../fonts/seatmnr.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SEAT Meta Bold Normal';
  src: url('../fonts/seatmbr.eot');
  src: url('../fonts/seatmbr.eot?#iefix') format('embedded-opentype'),
      url('../fonts/seatmbr.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
	font-family: 'SEAT BCN';
	src: url('../fonts/front_2022/SeatBcn-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
  }

  @font-face {
    font-family: 'SEAT BCN Bold';
    font-weight: bold;
    src: url("../fonts/front_2022/SeatBcn-Bold.otf") format("opentype");
}

html, html *, body, body *, h1,h2,h3,h4,h5,h6,input,label,div,a,button,i,p {
	font-family: 'SEAT BCN';
}

div#curtain {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.85);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
}

div#curtain img {
	position: absolute;
	margin: 0 auto;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
}

.error-border-highlight {
	border-color: red;
	background: rgb(255,240,240);
}


/* Design for Header */

.title-header {
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 20px;
    display: block;
    position: relative;
    width:580px;
    margin-left: 20%;
    font-weight:bold;
    font-size:20px;
}

@media (max-width: 1400px) {
	.title-header {
		margin-left: 0px !important;
	}
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.top{
    width: 100%;
    top: 0;
    z-index: 1000;
    background-color: white;
}

.breadcrumb{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: #B3A097;
}

.navbar-logo-seat {
	background-image: url(../images/seat_logo1.svg);
	background-repeat: no-repeat;
	width: 159px;
	height: 56px;
	cursor: pointer;
}

.navbar-logo-seat:hover {
	cursor: pointer;
}

@media screen and (max-width:767px) {
	.navbar-static-top .container-fluid {
		margin-left: 0px;
		padding-left: 0px;
	}
	.navbar-logo-seat {
		background-image: url(../images/seat_logo1.svg);
		width: 110px;
	}
}

.navbar-static-top {
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border-color: #C0C0C0;
}

.navbar-static-top button {
	color: #FFFFFF;
}

.navbar-static-top button:hover {
	color: #B3A097;
}

.navbar-static-top button:focus {
	background-color: #B3A097;
}

.navbar-inverse .navbar-nav>li>a {
	color: #000000;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: #000000;
}

.navbar-inverse .navbar-nav > li > a:focus {
	color: #000000;
}

.navbar-toggle {
	margin-top: 5px;
	margin-bottom: 0px;
}

.navbar-inverse .navbar-toggle {
	border-color: #000000;
	border-width: 2px;
}

.navbar-inverse .nav-header .navbar-brand:hover {
	background-color: #FFFFFF;
}

.navbar-inverse .navbar-toggle:hover {
	background-color: #000000;
}

.navbar-inverse .btn-link {
	color: #000000;
	opacity: 1;
	border: none;
}

.navbar-brand {
	background-color: #FFFFFF;
	line-height: normal;
	height: auto;
	padding: 8px;
	cursor: pointer;
}

/* Design for Sidebar */
.nav-header a {
	color: #C0C0C0;
	text-decoration: none;
}

.nav-header a:hover {
	color: #CC0000;
	text-decoration: none;
}

/* Design for Popup Messages*/

.error-messages {
	color: #d9534f;
	font-size: 1em;
}

.warning-messages {
	color: #f0ad4e;
	font-size: 1em;
}

.info-messages {
	color: #428bca;
	font-size: 1em;
}

.success-messages {
	color: #5cb85c;
	font-size: 1em;
}

.bs-callout {
    padding: 5px;
    margin: 15px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h5 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h5 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h5 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h5 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h5 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h5 {
    color: #5bc0de;
}


/* Design for Footer */
footer {
	height: 5px;
	background-color: #FFFFFF;
}


/* count indicator near icons */
.nav>li .count {
	position: absolute;
	bottom: 12px;
	right: 6px;
	font-size: 0.7em;
	background: rgba(51, 200, 51, 0.55);
	color: rgba(255, 255, 255, 0.9);
	line-height: 1em;
	padding: 2px 4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}


/* indent 2nd level */
.list-unstyled li>ul>li {
	margin-left: 10px;
	padding: 8px;
}


/* General Styles */
i {
	font-size: 1em;
}

.btn, .btn:hover, .btn:focus {
	font-family: 'SEAT BCN Bold' !important;
    background-color: #B3A097;
    border-color: #B3A097;
    color: #FFFFFF;
    text-decoration: none;
    background-position: 0;
    transition: none;
}

.btn:disabled{
	font-family: 'SEAT BCN Bold' !important;
    background-color: #D3D3D3;
    border-color: #000000;
    color: #A3A3A3;
    text-decoration: none;
    background-position: 0;
    transition: none;
}

thead td, .panel-heading {
	font-family: 'SEAT BCN Bold' !important;
}

.fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.logo-seat-news-frame {
	display: block;
}

.seat-label-maxLength {
	color:#A0A0A0 !important;
	text-align:right;
	position:absolute;
	top:5px;
	right:15px
}

.seat-label {
	color:#2C2A29;
	font-weight: 700;
}

.seat-label.font-big {
	font-size: 1.3em;
}

.seat-bold{
	font-family: 'SEAT BCN Bold' !important;
	font-weight: bold;
	
}	

.defaultButton{
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}	
	
.botonSubida {
	
	background-color: #FFFFFF;
	border: none;
	color: #000000;
	font-size: 2.0em;
	padding-left:20px;
	
}

.botonNegro {

	background-color: #FFFFFF;
	border: none;
	color: #000000;
	font-size: 2.0em;
	
}

.botonHeader {
	background-color: 1px solid #bbbbbb;
	border: 1px solid #bbbbbb;
	color: #2C2A29;
	font-size: 0.72em;
	font-weight: bold;
	padding: 4px 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 10px;
	border-radius: 6px;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbbbbb;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

#anadirBoton:disabled, #m_anadirCriterio:disabled, #m_anadirValoracion:disabled{
    color: #A3A3A3;
}

.botonIcono {
	
	background-color: #B3A097;
	border: none;
	color: #2C2A29;
	font-size: 0.8em;
	font-weight: bold;
	
}


.botonNotificacion {
	
	background-color: #F5F5F5;
	border: none;
	color: #2C2A29;
	font-size: 0.8em;
	font-weight: bold;
	
}

.botonResponderMensaje {
	
	background-color: #F5F5F5;
	border-radius:1px;
    padding: 7px 16px;
	color: #2C2A29;
	font-size: 0.8em;
	font-weight: bold;
	
}

.botonOrdenar, .botonOrdenarMedicion, .botonOrdenarEstado, .botonOrdenarBajas, .botonOrdenarNoObligatorios, .botonOrdenarObligatorios, .botonOrdenarVehiculosCortesia, .botonOrdenarContratosEmpresa, .botonOrdenarOpcionesMovilidad, .botonTransparente   {
	
	background-color: transparent;
	border: none;
	color:#2C2A29;	
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
	padding: 0 !important;
}

.buttonTable {
	background-color: transparent;
	border: none;
	color: #000000;
	font-size: 1.0em;
}

.btn-group > .multiselect.dropdown-toggle.btn.btn-default{
	
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	color: #000000;
	
}

.btn-group.bootstrap-select.form-control > .btn.btn-default{
	
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	color: #000000;
	
}

.black{
	color: #000000;
}

.red{
	color: #FF0000;
}

.orange{
	color: #FFA500;
}

.yellow{
	color: #FFD000;
}

.green{	
	color: green;
}

.cyan{
	color:#00CCFF;
}

textarea {
    width:900px;
    padding: 3px;
    resize:none;
    border-radius:5px;
}



.modal{
	
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-center.in{
	
	text-align:center;
	
}

.modal-center{
	
	text-align:center;
	
}

.mailFields{
	
	font-weight:bold !important;
	font-size: 1em !important;
	color: #000000 !important;
	padding: 10px !important;
	margin: 0 !important;
}

.grayButton {
	background-color: #B3A097;
	border: none;
	color: #000000;
	font-size: 1.3em;
}

.grayButton-small {
	background-color: #F5F5F5;
	border: none;
	color: #000000;
	font-size: 1.0em;
}


.grayButton-table {
	background-color: transparent;
	border: none;
	color: #000000;
	font-size: 1.0em;
}

.whiteButton {
    border: 1px solid #bbbbbb;
    background-color: 1px solid #bbbbbb;
	border: 1px solid #bbbbbb;
	color: #2C2A29;
	font-size: 1em;
	font-weight: bold;
	padding: 4px 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 10px;
	border-radius: 6px;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbbbbb;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.botonesGaleria{
	background-color: #FFFFFF;
	border: none;
	color: #2C2A29;
	font-size: 1.3em;
}

.menuButton {

	background-color: #FFFFFF;
	border: 2px;
	border-radius: 4px;
	border-style: solid;
	border-color: #C0C0C0;
	font-family: 'SEAT BCN';
	font-weight: bold;
	font-size: 14px;
	color: black;
  	height: 35%;
  	padding: 0.3cm 0.3cm;
  	margin: 0 auto;
  	display: block;
  	max-width: 33%;
  	width: 100%;

}

#saveButton, #cancelButton, #deleteButton, #saveButtonInstalacionPrinciap {
    background-color: #f5f5f5;
    border: none;
    color: #2C2A29;
    font-size: 1em;
    padding: 4px 12px;
    border: 1px solid #bbbbbb;
}

#saveIcon, #cancelIcon, #newIcon {
	color: #2C2A29;
}

.btn.btn-primary.btn-xs.add-button {
	color: #000000;
	background-color: transparent;
	border: 0;
	font-size: 1.5em;
}
.btn-space{
	margin-right: 5px;
}

.seat-text {
	color:#C0C0C0;
}

.columnField-text {
	color: #000000;
	font-weight: bold;
	text-align: center;
	font-size: 1.0em;
}

/* Auditorias - ateresa */
.comentariosAuditorias-text {
	background-color: transparent;
	color: #000000;
}

#cancelarBoton, #guardarBoton, #guardarNotificarBoton, #anadirBoton, #m_anadirCriterio, #m_anadirValoracion, #enviarBtn, #responderBtn, #cancelarFotografiasBoton, #guardarFotografiasBoton {
    background-color: #f5f5f5;
    border: none;
    color: #2C2A29;
    font-size: 1em;
    padding: 4px 12px;
    border: 1px solid #bbbbbb;
}

.subirFotoBoton, .buscarFotoBoton, .infoBoton {
	background-color: transparent;
	border: none;
	color: #000000;
	font-size: 1.5em;
	position: absolute;
	top: 5px;
}
#numeroCaracteres, #genericoIcono {
	color: #000000;
}

#nuevaSugerenciaBoton, #recuSugerenciaBoton {
	color: #000000;
	font-size: 1.5em;
}

.rating {
	display: inline-block;
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 50px;
  }
  
  .rating label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
	font-weight: 500;
	font-family: 'Times New Roman', Times, serif !important;
  }
  
  .rating label:last-child {
	position: static;
  }
  
  .rating label:nth-child(1) {
	z-index: 5;
  }
  
  .rating label:nth-child(2) {
	z-index: 4;
  }
  
  .rating label:nth-child(3) {
	z-index: 3;
  }
  
  .rating label:nth-child(4) {
	z-index: 2;
  }
  
  .rating label:nth-child(5) {
	z-index: 1;
  }
  
  .rating label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
  }
  
  .rating label .icon {
	float: left;
	color: transparent;
  }
  
  .rating label:last-child .icon {
	color: #000;
  }
  
  .rating:not(:hover) label input:checked ~ .icon,
  .rating:hover label:hover input ~ .icon {
	color: #B3A097;
  }
  
  .rating label input:focus:not(:checked) ~ .icon:last-child {
	color: #000;
	text-shadow: 0 0 5px #B3A097;
  }

.eliminarDoc, .descargarDoc, .eliminarCarta, .descargarCarta, .eliminarEvi, .descargarEvi, .eliminarArchivo, .eliminarCriterio, .eliminarValoracion, .eliminarNotificacion, .descargarArchivo, .eliminarCalibracion, .descargarCalibracion, .eliminarAdjunto, .descargarAdjunto {
	color: #000000;
	text-decoration: none;
}

/* FIN - Auditorias - ateresa */

.scrollable-tbody {
	overflow-y: scroll;
  	height: 140%;
  	width: 92%;
  	position: absolute;
}

.scrollable-tr {
	width: 100%;
	display: inline-table;
}

.list-column {
	color: #2C2A29;
	font-weight: 700;
}

.list-link-button, .list-link-button:hover, .list-link-button:focus {
	color: #000000;
	text-decoration: none;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 0px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.disabledButton, .disabledButton:hover  {
	background-color: #CCCCCC;
	border-color: #CCCCCC;
}
.panel .panel {
	margin-top:10px;
}

.row .btn {
	margin-bottom:10px;
}

.cabinStatus-free {
	color:#00AA00;
	font-weight:bold;
}

.cabinStatus-busy {
	color:#CC0000;
	font-weight:bold;
}

.errorField {
	border-style: solid;
	border-color:#CC0000 !important;
}

/* css de errorField para los bootstrap select cuando están sin rellenar. De caracter retroactivo, se aplica al añadirse el errorfield sobre el elemento 
padre del botón generado de forma automática por el componente (que inicialmente es un select con class "selectpicker" */

.errorField > .btn.dropdown-toggle.bs-placeholder.btn-default {
	
	border-color:#CC0000 !important;
	
}

/* css para los bootstrap select en información del servicio */
.btn-group > .form-control.errorField .child
{
	border-color:#CC0000 !important;
	
}

/* css bootstrap select disabled en la ficha de útiles*/
.disabled > .btn.dropdown-toggle.disabled {

	background-color: #ccc !important;

}

.errorLabel {
	border:1px solid #CC0000;
}

.errorTableCell {
	border-top:1px solid #CC0000 !important;
	border:1px solid #CC0000;
}

.redSeat, .redSeat:link, .redSeat:hover, .redSeat:focus, .redSeat:visited {
	color:#B3A097;
}

.alertComment {
	color:#CC0000;
	font-size:15px !important;
}

.summaryInvoice {
	background-color:#eee;
	color:#cc0000;
	height:30px;
	line-height:30px;
	margin-top:0px;
	padding-top:0px;
}

.dialog-content {
	margin-bottom:10px;
	margin-left:10px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	color:#FFF;
	background-color:#B3A097;
	border-color:#B3A097;
}

.pagination > li > a, .pagination > li > span {
	color:#2C2A29;
}

.pagination > li > a:hover {
	color:#2C2A29;
}

.image-black {
	color:#000;
}

.glyphicon.small-size
{
	font-size: 15px;	
}

.glyphicon.medium-size
{
	font-size: 21px;	
}

.glyphicon.medium-big-size
{
	font-size: 25px;	
}

.glyphicon.big-size
{
	font-size: 30px;	
}

.fa.small-size
{
	font-size: 15px;
}

.fa.medium-size
{
	font-size: 18px;
}

.fa.big-size
{
	font-size: 22px;
}


.modal-body > .modal-footer > .row > .text-center >.pagination > .active > a
{
	color:#FFFFFF;
}


/* menu icons */
.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0px 1px rgba(0,0,0,0.4);
    border-radius: 2px;
    margin-bottom: 15px;
    border-bottom: 3px solid #C8F546
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}
.info-box-text {
	color:#2C2A29;
	padding-top: 8px;
	font-weight: bold;
	font-size: 110%;
	padding-left: 6px;
	-webkit-box-decoration-break: clone;
  	box-decoration-break: clone;
  	display: table-cell;
  	padding-right: 6px;
  	display: flex;
  	flex-direction: column;
  	word-break: break-word; /* Chrome, Safari */
  	word-wrap: break-word; /* IE11, Firefox */
}

.bg-orange {
	background-color: rgb(232,84,18) !important;
}

.bg-sand {
	background: rgba(179,160,151,1) !important;
}

.menu-flotante{
	max-height: 475.014px;
	height: 496px;
	min-height: 196px;
    overflow-y: auto;
    width: 360px;
    background: #fff;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    color: #000;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    outline: none;
    overflow: auto;
    display:none;
    position: absolute;
    right: 1%;
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: text;
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
    z-index: 1000;
}

.barraNavegacion-flotante{
    overflow-y: auto;
    width: 22.5em;
    background: #fff;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    color: #000;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    outline: none;
    overflow: auto;
    display:none;
    position: absolute;
    right: 1.5em;
    top: 4.7em;
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: text;
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
    z-index: 1000;
}

.barraFlotante {
	overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    color: #000;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    outline: none;
    overflow: auto;
    display:none;
    position: absolute;
    right: 21em;
    top: 4.7em;
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: text;
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
    z-index: 1000;
}

.barraIdioma-flotante-left {
    right: 21em;
}

.barraIdioma-flotante-right {
    right: 12em;
}

.barraInstalaciones-flotante {
    right: 12em;
}

.menu-pestana1 {
    border-color: transparent;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: none;
    position: absolute;
    height: 0;
    width: 0;
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(0,0,0,.9);
    z-index: 2000;
    right: 4%;;
  	top:94%
}
.menu-pestana2 {
    border-color: transparent;
    border-bottom-color: #fff;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: none;
    position: absolute;
    height: 0;
    width: 0;
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
    z-index: 2000;
    right: 4%;;
    top:94%
}

.glyphicon-star.highlight, .validacion-evidencia.highlight
{
	 border-style: dotted dotted;
	 border-color: red;
}

/* Estilos de galeria de imagenes*/

.ignoreMargins{
	padding-left:5px;
	padding-right:5px;
}

.desenfocar{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
   	cursor: pointer;
}

.border { 
	border-width: 3px; 
	border-color: red; 
	border-style: solid; 
}

.crossed:before, .crossed:after {
    position: absolute;
    content: '';
    background: red;
    display: block;
    width: 100%;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.crossed:after {
    -webkit-transform: rotate(45deg);  
    transform: rotate(45deg);
}

.botonFlecha:hover  {
    cursor: pointer !important;​
}

.botonFlecha{
	position: absolute !important;
	left: 0px !important;
   	right: 0px !important;
   	text-align: center !important;
}

.imgPerfil {
	height: 12em !important;
}

.imgBarraNavegacion {
	height: 2em !important;
	width: 2em !important;
}

.tamano1em {
	font-size: 1em;
}

.textoEstrella {
	position: absolute !important;
	left: 0em !important;
	right: 0.2em !important;
	top: 0.55em !important;
	bottom: 0em !important;
	font-size: 0.5em !important;
	font-weight: 900 !important;
	color: white !important;
	text-shadow: 0em 0em 0.5em black !important;
}

.textoCampana {
	position: static !important;
	font-size: 0.6em !important;
	font-weight: 900 !important;
	color: white !important;
	background-color: #CC0000 !important;
	border-color: #000000 !important;
	text-align: center !important;
	vertical-align: top !important;
	border-radius: 2px;
	padding: 0.5px 2px 0.75px 2px;
}

.subtitle-table {
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 20px;
    display: block;
    position: relative;
    width:40%;
    font-weight:bold;
    font-size:16px; 
}


.tamano1em {
	font-size: 1em;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}


@media (min-width: 768px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 13.285714285714285714285714285714%;
  }
}

@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 13.285714285714285714285714285714%;
  }
}

.imgLoader {
    margin: auto;
    position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
}

/* css verde para carta 

.fa-envelope-open.green{	
	color: #00FF00!important;
}
*/

/*Versión reducida del tick de leído*/

.glyphicon-ok.small {
	
	font-size: 1.0em;
}
/*Css multiselect que hace override del estilo de .btn en su interior*/

.input.input-group-btn > .btn.btn-default.multiselect-clear-filter {
	
	background-color: #CCOOOO !important;
	color: #FFFFFF !important;
	
}


/* Marcado asociado al componente multi-select */

/*
.multiselect-container.dropdown-menu{

	min-width: 280px;
}*/

.multiselect-item.filter > .input-group{
	
	display:inline-flex;
	margin-bottom:5px;
	width:100% !important;
	max-width:inherit;
	
}

.multiselect-item.filter > .input-group > .input-group-addon {
	
	display:inline-table;
	max-height:fit-content;
	
}

.multiselect-item.filter .input-group > input.form-control.multiselect-search {
	
	display:inline;
	max-width:fit-content;
	height:30px;
	
}

.multiselect-item.filter .input-group > .input-group-btn {

	display:inline-table;
	width:100%;
	height:100%;
	max-height:fit-content;
}

button.btn.btn-default.multiselect-clear-filter {
	
	height:30px;	
}

/* Fin del marcado del multi-select */


/* Css mensajes del chat, en notificaciones */

.mensajeChat {

	padding:10px;
	padding-bottom:0px !important;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:2px;
	border-radius:8px;
}

/* Css genérico para permitir seleccionar texto en campos disabled*/
:disabled {
   -ms-user-select: element;
   user-select:text;
}

input[readonly], textarea[readonly], div[readonly], select[readonly]{
	
	background-color: #dedede !important;
	opacity: 1;
	
}

/* Css multiselect bloqueado */

button.multiselect.dropdown-toggle.btn.btn-default.disabled{
	
	background-color: #eee !important;
	opacity: 1;
	
	
}

select[multiple=multiple]:disabled + div.btn-group{
	cursor: not-allowed;
}

/* Separador linea*/

.line-separator{

	height:1px;
	background:#717171;
	border-bottom:1px solid #313030;

}

label#subirDocumentacion[disabled]{
	
	background-color: #D3D3D3 !important;
	border-color: #000000;
	color: #A3A3A3;
	opacity: 0.65;
	
}

/* Quitar flechas input number */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

/* Texto grís para placeholders en selectpickers (title en el componente btn generado tras el procesado de javascript de bootstrap) 
Ejemplo: Desplegables en el Modal CambioEstado - Mantenimiento Vehículos - */

.btn.dropdown-toggle.bs-placeholder.btn-default[title]{
	color:gray;
}

/* Truncate td */
.truncate{
	white-space: nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
	max-width:1px;
}


/* Shift hacia arriba de los checkboxs de permisos, en personal del servicio */

.permLectura, .permEscritura, .permEmail
{
	margin-top: -9px;
}

/*Css listado equivalencias en ficha de útil Seat*/

#f_equivalencias{
	
	padding:0px !Important;
	border-radius: 5px;
	border: 2px solid #d6d6d6;
}

#f_equivalencias li {
  border: 1px solid transparent;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 16px;
  color: black;
  display: block
}

.breadcrumb-item > a{
    color: #2C2A29;
}

.breadcrumb>.active {
    color: #2C2A29;
}

.botonHeader1 {
    background-color: #f5f5f5;
    border: none;
    color: #2C2A29;
    font-size: 1em;
    padding: 4px 12px;
    border: 1px solid #bbbbbb;
}

.check-est {
	color: 2C2A29; 
	float:right;
}
.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

/* Deshabilita el cursor pointer (mano) de los tooltips que son meramente informativos. Se pone el cursor a la flecha por defecto */

/* En servicio: Deshabilita la mano: */
a[data-toggle=tooltip] > button, .buttonTable{
	cursor:default;
}

/* Progress bar */
.progress {
  width: 150px;
  height: 150px;
  background: none;
  position: relative;
  box-shadow: none;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  color: #000;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  color: #B3A097;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  color: #B3A097;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  font-size: 24px;
  color: #000;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
  background-color: #fff;
  z-index: 1;
}
