body {
  font-family: Montserrat, sans-serif;
}

strong {
font-weight: 700;
}

a {
color:#000000;
text-decoration:none;
}

*:focus {
    outline: none;
}
.persona-contenedor-tm {
  border-bottom:3px solid #219ae2;
  padding-top:10px;
  padding-bottom:5x;
  margin-bottom:20px;
}
p.persona-contenedor-title-tm {
  font-size:20px;
  font-weight:400;
  padding-top:7px;
  color:#219ae2;
}
.persona-contenedor-tm i.material-icons {
  position:absolute;
  top:10px;
  right:15px;
  font-size:30px;
  color:#219ae2;
}
.persona-contenedor-input-container-tm {
  padding-top:5px;
}
 
input.persona-contenedor-input-tm {
  width:100%;
  border:none;
  font-size:20px;
  font-weight:300;
  color:#219ae2;
}
input.persona-contenedor-input-tm::-webkit-input-placeholder {
   color: #aaaaaa;
}
 
a.editable{
   color: #000000;
}

input.persona-contenedor-input-tm:-moz-placeholder { 
   color: #aaaaaa; 
}
 
input.persona-contenedor-input-tm::-moz-placeholder {  
   color: #aaaaaa; 
}
 
input.persona-contenedor-input-tm:-ms-input-placeholder {  
   color: #aaaaaa;
}
.persona-contenedor-resultados-tm {
  width:100%;
}
 
 
.persona-columnas-tm
{   
#   -moz-column-width: 11.5em; 
#    -webkit-column-width: 11.5em; 
#    column-width: 11.5em;
}
.persona-columnas-tm ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.persona-columnas-tm ul li {
  text-align:left;
}
.persona-columnas-tm ul li:first-child
{
    margin-top:0px;
}

.persona-contenedor-resultado-ul-tm table {
    margin: 1px;
    padding: 0px;
    width:100%;
     border-left: 1px solid grey;
     border-top: 1px solid grey;
     border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}

.persona-contenedor-resultado-ul-tm table td{
     border-left: 1px solid grey;
    width: 5%;
}

.persona-contenedor-resultado-ul-tm tr.tipo-0{
    background-color: #ff0000;
}

.persona-contenedor-resultado-ul-tm tr.tipo-0 a{
    color: #ffffff;
}

.persona-contenedor-resultado-ul-tm tr.tipo-1{
    background-color: #ffffff;
}

.persona-contenedor-resultado-ul-tm tr.tipo-1 a{
    color: #000000;
}



.persona-columnas-tm table {
    margin: 1px;
    padding: 0px;
    width:100%;
    font-weight:bold;
}

.persona-columnas-tm table td{
    width: 20%;
    min-width:200px;
}

.persona-columnas-tm table td#num{
    width: 3%;
    min-width:20px;
    text-align:center;

}


.persona-contenedor-resultado-ul-tm .persona-in-tm {
  animation-name: fadeIn;
  animation-duration: 1s;
 
}
.persona-contenedor-resultado-ul-tm .persona-out-tm {
  opacity:0;
  animation-name: fadeOut;
  animation-duration: 1s;
  height:0;
  overflow:hidden;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
 
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
     height:auto;
      overflow:hidden;
  }
 
  to {
    opacity: 0;
     
  }
}


.rounded {
  width: 100px;
}
.img-thumbnail {
  width: 80px !important;
}
.message {
  display: none;
}
#overlay {
  background: #ffffff;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: 0.8;
}

.has-search .form-control-feedback {
    right: initial;
        left: 0;
            color: #ccc;
top: 0px;
}
.has-search .form-control {
                padding-right: 12px;
                    padding-left: 34px;
}

.form-control {
font-size: 0.8rem;
line-height: 1.0;
 }


#pagination {
justify-content: center;
display: flex;
}

.modal-dialog .close{
position:absolute;
left:93%;
border: 0;
}


.botCerrar-ico {
  background: url(/girsu.riotercero/img/icon.png) no-repeat;
    background-image: url("/girsu.riotercero/img/icon.png");
}


.botCerrar-ico, .botCerrar-setPos a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.botCerrar-setPos a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
.botCerrar-setPos a:focus {
  outline: none;
}
.botCerrar-setPos a:focus, a:hover {
  color: #ffffff;
  text-decoration: none;
}

.botCerrar-setPos .botCerrar-close {
 background-image:url(/girsu.riotercero/img/close.png);
 position:absolute;
 right:-18px;
 top:-18px;
 width:30px;
 height:30px;
 margin-left:0;
 transition:All .4s ease-in-out;
}

.botCerrar-setPos .botCerrar-close:hover {
 background-image:url(/girsu.riotercero/img/close_hover.png);
 transform:rotate(180deg)
}

