/* DASHBOARD */
.nvbar{
    background: #c10d25 !important;
    -webkit-box-shadow: 0px 2px 23px 0px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 2px 23px 0px rgba(0,0,0,0.48);
    box-shadow: 0px 2px 23px 0px rgba(0,0,0,0.48);
}

.navbar-controles span{
  display: none;
}
.logo-multi{
    width: 150px;
}
.footer, .footer-dashboard {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  color: #85898c;
  text-align: center;
}

.footer-dashboard{
  width: 100% !important;
}


.container-metalus-logo{
  margin-top: 75px;
  width: 100%;
}

.content{
  padding: 0% 5% 0 5%;
}

/**
 * Circle Styles
 */

 .circle {
    position: relative;
    display: block;
    margin: 1em 0em;
    background-color: transparent;
    color: #fff;
    text-align: center;
  }
  
  .circle:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;    
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
    content: "";
  }

  .button-fiori:active, .button-gc:active, 
  .button-reporting:active, .button-bpc:active,
  .button-el:active, .login-button:active, .google-button:active{
    transform: translateY(1px);
  }

  .button-fiori:after{
    background-image: url(../images/logo-fiori.png);
  }
  .button-gc:after{
    background-image: url(../images/logo-gc.png);
  }
  .button-reporting:after{
    background-image: url(../images/logo-reporting.png);
  }
  
  .button-bpc:after{
    background-image: url(../images/logo-bpc.png);
  }
  
  .button-el:after{
    background-image: url(../images/logo-elearning.png);
  }
  
  .circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .circle__wrapper {
    display: table;
    width: 100%;
    height: 100%;
  }
  
  .circle__content {
    display: table-cell;
    font-size: 1.5em;
    padding: 1em;
    vertical-align: middle;
  }

  /* LOGIN */

  .box-login{
    color: #85898c;
    margin-top: 20%;
    text-align: center;
    padding: 0 10%;
  }
  .box-login input{
    border: 1px;
    border-radius: 10px;
    margin: 10px 0;
    outline: none;
    padding: 5px 20px;
    width: 100%;
  }

  .login-button{
    background: #85898c !important;
    margin: 10px 0 !important;
    width: 80% !important;
  }
  .google-button, .login-button{
    background: #c10d25;
    color: white;
    padding: 8px 20px;
    width: 100%;
    border-radius: 10px;
    border: none;
    margin: 50px 5px 0 0;
  }
  
  .google-button:focus, .login-button:focus{
    outline: none;
  }

  .login{
    background: #e5e2e2;
    height: 100vh;
  }

  .logo-metalus-login{
    width: 100%;
    margin: 0 auto;
  }

  .logo-portada{
    width: 350px;
    margin: 0 auto;
    margin-top: 50%;
  }

  .portada{
    display: none;
    background-image: url(../images/planta-multi.png);
    background-position: center;
    background-size: cover;
    height: 100vh;
  }

  .input-group{
    position: relative;
    width: 100%;
  }

  .input-group input { text-indent: 32px;}

  .input-group .fa-user, .fa-lock { 
    position: absolute;
    top: 18px;
    left: 10px;
  }


  /* MEDIA QUERYS */

  @media (min-width: 480px) {
    .circle__content {
      font-size: 2em;
    }
  }
  
  @media (min-width: 768px) {
    html{
      overflow: hidden;
    }
    .navbar-controles span{
      display: initial;
      color: #fff;
      font-size: 2em;
    }
    .navbar-controles a,span{
      text-decoration: none;
    }
    .circle {
        position: relative;
        display: block;
        margin: 2em 0;
        background-color: transparent;
        color: #fff;
        text-align: center;
      }
    .circle__content {
      font-size: 1.5em;
    }
    .portada{
      display: initial;
      background-image: url(../images/planta-multi.png);
      background-position: center;
      background-size: cover;
      height: 100vh;
    }
    .footer {
      position: fixed;
      right: 0;
      bottom: 0;
      width: 50%;
      color: #85898c;
      text-align: center;
    }
  }