.app-header{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15pt;
}
.app-sidebar__user-avatar{
    width: 48px;
    background: white;
    padding: 6px;
}
.app-sidebar__toggle{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15pt;
}
.app-sidebar__toggle::before{
    display: none;
}

.app-sidebar__user-name {
    font-size: 9px;
    line-height: 1.3;
    font-weight: 800;
}
.app-sidebar__user-designation{
    font-size: 10px;
    line-height: 1.3;
    font-weight: 500;
    color: #009688; 
}

.headerRegister{
    background: #eaeaec;
    color: #000;    
}
.headerUpdate{
    background: #007BFF;
    color: #FFF;    
}
.notblock{
    display: none;
}
.moduloMenu{
    position: relative;
    top: 100px;
}

#moduloprincipal {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 30px;
    padding: 5px;
    width: 250px;
 }
 #moduloprincipal::after{
    content:"\025be";
    display:table-cell;
    text-align:center;
    padding-top:7px;
    width:30px;
    height:30px;
    background-color:#009688;
    position:absolute;
    top:0;
    right:0px;
    pointer-events: none;
 }
 /*para loading*/
.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
    opacity: .8;
}
.loader{
   padding: 0 10px;
}
.loader{
   width: 200px;
   text-indent: -99999;
   height: 200px;
   font-size: 0;
   position: absolute;
   left: 50%;
   top: 50%;
   background-image: url(../images/loading.gif);
   background-repeat: no-repeat;
   background-position: center;
   margin: -100px 0 0 -100px;
}
.valid-text{
    float: right;
    color: #555555;
    font-style: italic;
}

.user .profile .info {
    background-color: #fff;
    color: #555555;
    
    /* width: 100%; */
}
.user-img{
    width: 150px;
    background: white;
    padding: 6px;
    border: 2px solid #ccc;
    /* IMPORTANTE */
    
}
.company-img{
    width: 250px;
    background: white;
    padding: 6px;
    border: 2px solid #ccc;
    /* IMPORTANTE */
}
.userphoto{
   text-align: center;
}
/*subir foto*/
.btn-file {
    position: relative;
    overflow: hidden;
}/*
.form-group {
padding: 30px;
}*/
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.input-group {
margin-bottom: 30px;
}

#img-upload{
    width: 150px;
    height: 150px;
}

.as-console-wrapper {
display: none !important;
}

/*showpassword*/
.pass_show{
    position: relative
} 

.pass_show .ptxt { 
    position: absolute; 
    top: 50%; 
    right: 10px; 
    z-index: 1; 
    color: #0f1b8a; 
    margin-top: -10px; 
    cursor: pointer; 
    transition: .3s ease all; 
} 

.pass_show .ptxt:hover{
    color: #333333;
} 

/*validate password*/

#message p, #messageConfirm p{
    /* padding: 0px 15px; */
    margin: 0px 20px;
    font-size: 9px;
}
  /* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}
.valid:before {
    position: relative;
    left: -5px;
    content: "✔";
}
  /* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}
.invalid:before {
    position: relative;
    left: -5px;
    content: "✖";
}

.login-reset .login-box  {
    position: relative;
    min-width: 600px;
    min-height: 390px;
}

#WindowLoad
{
    position:fixed;
    top:0px;
    left:0px;
    z-index:3200;
    filter:alpha(opacity=65);
   -moz-opacity:65;
    opacity:0.65;
    background:#999;
}

@media (min-width: 768px) {
    .modal-xl {
      width: 90%;
     max-width:1200px;
    }
}
/* .modal{
    z-index:1060;
  } */

  #divButtons{

    background-color: #fafafa;
    margin: 1rem;
    padding: 1rem;
    /* IMPORTANTE */
    text-align: center;

  }
  .btn-sq-lg {
    width: 150px !important;
    height: 150px !important;
    background-color: #6074A5;
    border-color: #6074A5;
    margin-left: 10px
  }

  
  .btn-sq-lg:hover {
    width: 150px !important;
    height: 150px !important;
    background-color: #6074A5;
    border-color: #6074A5;
    font-size: 0pt;
    
  } 
  .btn-sq-lg img:hover {
    width: 100% !important;
    height: 100% !important;
    background-color: #6074A5;
    border-color: #6074A5;
    
  }


  .img-responsive {
    width: 100%;
    height: auto;
  }