/* General */
*{
    text-transform: uppercase;
}
.dataTable td {
    font-family: monospace;
}
input, textarea{
    text-transform: none;
}
label.required:after {
  content: "*";
  display: inline;
  color: #E6674A;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
  margin-left: 5%;
}

#nombreCliente{
    float: left;
    font-weight: bold;
    height: 100%;
    padding: 0.75em;
}

.tieneImagenes a:hover{ color: #01FF01; }
.tieneImagenes a{ color: #01DF01; }

.lang-menu{ padding-left: 0; list-style: none; }
.lang-menu li{ display: inline; }

.pointer{ cursor: pointer; }

th.rotate {
  /* Something you can count on */
  height: 100px;
  white-space: nowrap;
}

th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(10px, 31px)
    /* 45 is really 360 - 45 */
    rotate(315deg);
    width: 30px;
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

/* jQuery DataTable */
.dataTables_processing {
    background-color: #FFF;
    border: 1px solid #ddd;
    color: #999;
    font-size: 14px;
    height: 30px;
    left: 50%;
    margin-left: -150px;
    margin-top: 5px;
    padding: 30px 20px 50px 20px;
    position: relative;
    text-align: center;
    top: 50%;
    width: 300px;
}

/* Tasaciones */
#tasacion-tabladatos td{
    padding-left: 5px;
    padding-bottom: 5px;
}

.tablaOpcionesExpediente td{ padding: 5px; }

/*-----------------*/
/***** Icons *****/
/*-----------------*/
.icons-effect {
  position: relative;
}
.icons-effect .mask, .icons-effect .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.icons-effect img {
  display: block;
  position: relative;
}
.icons-effect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 0;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
}
.icons-effect .mask {
  opacity: 0;
  overflow: visible;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.icons-effect .icons-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.icons-effect .icons {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.icons-effect a.icon {
  display: inline-block;
  position: relative;
  top: -10px;
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  -webkit-transform: rotate(360deg);
  transform: rotate(-60deg);
}
.icons-effect:hover .mask {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.icons-effect:hover a.icon {
  opacity: 1;
  -webkit-transform: rotate(360deg);
  transform: rotate(0deg);
}
.icons-effect:hover a.icon:nth-child(2) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.icons-effect:hover a.icon:nth-child(3) {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.icons-effect:hover a.icon:nth-child(4) {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/* ---------------------------------------------------------------------- */
/*  Portfolio
/* ---------------------------------------------------------------------- */
#Grid {
  min-height: 500px;
}

#Grid .mix {
  display: none;
  margin-bottom: 20px;
  vertical-align: top;
}

.portfolio-item .thumb-overlay {
  position: relative;
}

div.portfolio-info {
  margin: 2px 0 10px;
}

.portfolio-info ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.portfolio-info ul li {
  border-right: 1px solid #e6e6e6;
  color: #b1b1b1;
  display: inline-block;
  font-size: 0.9em;
  margin-right: 8px;
  padding-right: 8px;
}

.portfolio-info ul li i.fa {
  margin-right: 4px;
}

.portfolio-item {
  position: relative;
}
.portfolio-item img {
  width: 100%;
}

.portfolio-item a.thumb-info span.thumb-info-title {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: 4px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  left: 4px;
  padding: 10px;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

.portfolio-page ul.nav li a:hover, .portfolio-page ul.nav li.active a {
  background: #357ebd none repeat scroll 0 0;
  color: #ffffff;
}

.portfolio-page ul.nav li a {
  background: #eeeeee none repeat scroll 0 0;
  color: #555555;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 6px 15px;
}

/* Vista de la tasacion */
.fondo-azul{ 
    background-color: #43AAFF; 
    color: #FFF;
    font-weight: bold;
    padding: 3px 0px 3px 5px;
}
.tablaDatos .nombre{
    font-weight: bold;
    padding-right: 10px;
}
#tblElementosTasados thead td{
    border: 1px solid #43AAFF;
    padding: 3px 4px;
    font-weight: bold;
}
#tblElementosTasados thead tr{
    border: 3px solid #43AAFF;
}
#tblElementosTasados tbody td{
    border: 1px solid #ccc;
    padding: 2px 4px;
}
#tblElementosTasados tbody td{
    border: 1px solid #ccc;
}
#tblElementosTasados tbody td.celdaElemento{
    font-weight: bold;
}
#tblElementosTasados #totalTasacion, #tblElementosTasados #importeTasacion{
    font-weight: bold;
}
#tblElementosTasados tbody td.celdaObservaciones{
    padding-left: 2em;
    font-style: italic;
    font-size: 12px;
}
#frmRepararTasacion a.tooltips[tooltip="Quitar"]{
    margin-right: 20px;
} 

/** Vista de expedientes */
#tabla-expedientes{ width: 100%; }
#tabla-expedientes td{ white-space: nowrap; }
/* El tooltip */
.cssToolTip span {
    border: 1px solid #EFEFF0;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #333;
    color: #FFF;
    font-weight: bold;
    display: none; /* El tooltip por defecto estara oculto */
    font-size: 0.8em;
    margin-left: 10px;
    padding: 10px 10px 10px 12px;
    max-width: 6000px;
    z-index: 100; /* Poner un z-index alto para que aparezca por encima del resto de elementos */
}
 
/* El tooltip cuando se muestra */
.cssToolTip:hover span {
    display: inline; /* Para mostrarlo simplemente usamos display block por ejemplo */
}
.suwala-doubleScroll-scroll-wrapper {
    position: fixed;
    top: 70px;
}
div.dataTables_info {
    padding-top: 0;
    position: absolute;
    top: 30px
}
.rojoNegrita{
    font-weight: bold;
    color: #FF0000;
}

#cookie-bar {background:#aaa; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#dddddd; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007AFF;}
#cookie-bar .cb-enable:hover {background:#008BFF;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

/* Aviso legal */
body.aviso-legal p {
    text-transform: none;
}
.logo-aviso-legal{
    display: inline;
    margin-bottom: 50px;
    background: #fff;
    float: left;
    width: 100%;
}
.logo-aviso-legal img{
    margin: 0 auto;
}

.aviso-legal.footer-inner{
    padding: 25px 0 25px;
    float: left;
    border-top: 1px solid #CCC;
    width: 100%;
    margin-top: 15px;
}