/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 20 sept. 2016, 12:20:23
    Author     : AJE
*/
body {
  font-family: "Roboto", sans-serif;
  background-color: #dadada;
  font-weight: 300;
}

body #header {
  background-color: #FFF;
  text-align: center;
}

body #header #logoAgena {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 70px;
}

body #contentLogin {
  text-align: center;
  background: url(../../images/security/fond.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 610px;
  padding: 15px;
}

body #contentLogin #headerForm {
  margin-bottom: 15px;
  margin-top: 15px;
}

body #contentLogin #headerForm h2.title, body #contentLogin #headerForm h2.alert {
  color: #fff;
  letter-spacing: 2px;
}

body #contentLogin #headerForm h2.title span#nameApp, body #contentLogin #headerForm h2.alert span#nameApp {
  text-transform: uppercase;
}

body #contentLogin #cardLogin {
  display: flex;
  justify-content: center;
  align-items: top;
}

body #contentLogin #cardLogin #form {
  padding: 15px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 0;
  height: auto;
  min-height: 345px;
  width: 400px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: 10px;
}

body #contentLogin #cardLogin #form .input-group {
  padding-top: 30px;
}

body #contentLogin #cardLogin #form .input-group .input-group-addon {
  background-color: #cfcfcf;
  border: none;
}

body #contentLogin #cardLogin #form .input-group .input-group-addon i.material-icons {
  color: #fff;
}

body #contentLogin #cardLogin #form .iconInput {
  display: inline-block;
  background-color: #cfcfcf;
}

body #contentLogin #cardLogin #form .iconInput i.material-icons {
  color: #fff;
}

body #contentLogin #cardLogin #form .form-control {
  display: inline-block;
  padding: 1rem 0.75rem;
  background-color: #ededed;
  font-size: 1rem;
  color: #464a4c;
  border: none;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

body #contentLogin #cardLogin #form #_submit {
  margin-top: 30px;
  margin-bottom: 15px;
  outline: 0;
  border: 0;
  padding: 10px 15px;
  color: #fff;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  transition-duration: 0.25s;
  background-color: #c7c7c7;
}

body #contentLogin #cardLogin #form #_submit:hover {
  background-color: #fff;
  color: #c7c7c7;
  border: 1px solid #c7c7c7;
}

body #contentLogin #cardLogin #form #_submit:disabled {
  cursor: not-allowed;
}

body #contentLogin #cardLogin #form #mdpOublie {
  color: #9c9c9c;
}

body #footer {
  text-align: center;
}

body #footer p {
  color: #000;
}

body #modal-news .modal-dialog {
  max-width: 55%;
}

body #modal-news .modal-header {
  margin-top: -15px;
  color: #fff;
  background-color: #455a64;
}

body #modal-news .modal-header i.material-icons.header {
  font-size: 48px;
}

body #modal-news .modal-header #cancel-modal-news {
  font-size: 1rem;
  padding: 0.5rem 0.5rem;
  border-radius: 2px;
  border: 0;
  margin: 6px;
  white-space: normal !important;
  text-transform: uppercase;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: 0.2s ease-out;
  display: inline-flex;
  vertical-align: middle;
}

body #modal-news .modal-body {
  text-align: center;
}

body #modal-news .modal-body p {
  color: black;
}

body i#accesdenied {
  color: white;
  font-size: 100px;
  padding: 10px;
}

body i#acceswarning {
  margin-left: 5px;
  margin-top: -17px;
  left: 0;
  padding: 0.65rem 1.25rem;
  color: inherit;
  font-size: 50px;
  position: absolute;
}

body h1.denied-text {
  color: white;
}

body .titleWarning {
  font-size: 1.7rem;
}

body {
  margin: 0;
}

body #eventContainer {
  display: none;
}

body .loading-login-new {
  margin: 100px 0;
}

body .login-space {
  min-height: 25px;
}

@media (min-height: 890px), (min-width: 1290px) {
  body #eventContainer {
    display: block;
    height: 162px;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 999;
    -webkit-transition: height 1s ease;
    transition: height 1s ease;
  }
  body #eventContainer #event {
    width: 400px;
  }
  body #eventContainer #event img {
    width: 100%;
  }
  body #eventContainer:hover {
    height: 347px;
  }
}