.opaci-ifrm{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.41);
    z-index: 2000;
    position: absolute;
}

.closeIF
{
   position: absolute;
   right: 25%;
   top: 1%;
   z-index: 1000;
}

.LFviewer
{
  border: none;
  height: 90%;
  width: 50%;
  top: 8%;
  left:calc(50% / 2);
  position: absolute;
  z-index: 1000;
}
.LFviewer img
{
    width: 100%;
    height: 100%;
}
.visualFile{

  display: none;
  cursor: pointer;
}

.msnError{
    color: #B71C1C;
    font-size: 12px;
}

.msnError span{
    vertical-align: middle;
}

.msnError i{
    vertical-align: middle;
}

.msnSucces{
    color: #1B5E20;
    font-size: 12px;
}

.msnSucces span{
    vertical-align: middle;
}

.msnSucces i{
    vertical-align: middle;
}



.LFbtn{

  align-items: center;
  justify-content: center;

}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.blue.darken-4 {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.blue.darken-4:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  -webkit-transition: width .3s linear;
  transition: width .3s linear;
}
.light-blue {
  background-color: #03a9f4 !important;
}
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}
.light-blue.darken-4 {
  background-color: #01579b !important;
}

@media only screen and (max-width: 767px){
  .LFviewer{
    width: 90%;
    left: 5%;
  }

  .closeIF
  {
     right: 5%;
  }
  
}
