
.login {
  position:relative;
  top:50%;
  width:300px;
  display: table;
  margin: -150px auto 0 auto;
  background:#fff;
  border-radius: 4px;
}
.legend {
  position: relative;
  top:-15px;
  width: 100%;
  display:inline-block;
  background: #FF7052;
  padding: 10px;
  color: #fff;
  font-size: 20px;
}
.legend:after {
  content: "";
 /* background-image: url(../img/moneda.png);*/
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: 152px -16px;
  opacity: 0.06;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.input {
  position: relative;
  width: 90%;
  margin: 15px auto;
    
}
.input span {
  position: absolute;
  display: block;
  color:  #FF7052;
  left: 10px;
  top: 8px;
  font-size:25px;
}
.input input {
  width: 100%;
  padding: 10px 5px 10px 40px;
  display: block;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  transition: 0.2s ease-out;
  color: #a1a1a1;
    font-size:18px;
}
.input input:focus {
  padding: 10px 5px 10px 10px;
  outline: 0;
  border-color: #FF7052;
}
.submit {
  width:80px;
  height: 80px;
  display: block;
  margin: 0 auto -15px auto;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #FF7052;
  color: #FF7052;
  font-size:28px;
  cursor: pointer;
  box-shadow: 0px 0px 0px 7px #fff;
  transition: 0.2s ease-out;
}
.submit:hover,
.submit:focus {
  background: #FF7052;
  color: #fff;
  outline: 0;
}
.feedback {
  position: absolute;
  bottom: -100px;
  width: 100%;
  text-align:center;
  font-weight:500;
  color: #fff;
  background: #2ecc71;
  padding: 10px 5px;
  font-size: 12px;
  display: none;
  opacity: .8;
}
.feedback:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(46, 204, 113, 0);
  border-bottom-color: #2ecc71;
  border-width: 10px;
  margin-left: -10px;
}
.feedbacktxt {
  position:absolute;
  bottom:80px;
  left: 30%;
  width: 60%;
  text-align: center;
  color: #fff;
  font-weight:600;
  background: #428BCA;
  padding: 10px 0;
  font-size: 12px;
  display: none;
  opacity: 0;
 z-index: 100;
}
.feedbacktxt:after{
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(46, 204, 113, 0);
  border-bottom-color: #428BCA;
  border-width: 10px;
  margin-left: 86px; 

}
.txtp{
font-size:14px;  
}
img.aTIC{
        vertical-align: middle;
        align-content:flex-end
     }
img.uTIC{
      vertical-align: middle;
      align-content:flex-end;
      width: 25%;
      height: 25%;
    }
 img.user{
    margin: -4px 1px 0 0;
     border-radius: 100%;
     border: 1px solid #FFF;
     max-width: 30px;
             }
img.mvnde{
    margin: -4px 1px 0 0;
     border-radius: 100%;
     border: 1px solid #FFF;
     max-width:31px;
    max-height:31px
   }
img.avnde{
    margin: -4px 1px 0 0;
     border-radius: 100%;
     border: 0px solid #FFF;
     max-width:31px;
    max-height:31px
   }
table.table-bordered > tbody > tr > td.bordetd{
                            border-left:3px solid brown;
                            border-right:1px solid brown;
                            cursor: pointer;
    
                   }
table.table-bordered > tbody > tr > td.bordetdS{
                            border-left:3px solid darkgreen;
                            border-right:1px solid darkgreen;
                            cursor: pointer;
                   }

table.table-bordered > tbody > tr > th.size{
                    font-size:12px;
             }
table.table-norelleno > tbody > tr > td.norllenotd{
                 padding: 0px;
                line-height: 1.42857143;
                vertical-align: top;
                border-top: 0px solid #ddd;
                   }


div.profile-users.memberdiv{
    margin: 0 1px 2px;
}

 .stylcampo{
            padding:10px;
            border: 0px solid rgb(172, 172, 253); 
            background: none;
            text-align: start; 
            font-style: normal; 
            font-variant: normal; 
            font-stretch: normal; 
            font-size: 14px; 
            line-height: 22px; 
            font-family: Roboto, Arial, Tahoma, sans-serif; 
            width: 100%;
            height: 99.90%; 
        }
        .stiltxt{
        padding: 10px; 
        text-align: start; 
        font-style: normal; 
        font-variant: normal; 
        font-weight: 400; 
        font-stretch: normal; 
        font-size: 14px; 
        line-height: 22px; 
        font-family: Roboto, Arial, Tahoma, sans-serif; 
        width:100%; 
        height:100%; 
        display: block; 
        border-width: 1px 1px; 
        border-style: solid none; 
        border-color: rgb(238, 238, 238) rgb(85, 85, 85);
        }
table.table-bordered > tbody > tr > td.tcondensed{
              padding:1px;
        }

.scrolltrack{
	      position: relative; 
          overflow:scroll; 
          width: auto; 
	      max-height: 282px;
	      overflow-x:hidden
	  }


