.chave {
  width: 100%;
  height: 100px;
  text-align: center;
  font-size: 50px;
  line-height: 100px;
  border-radius: 5px;
  color: #31708f;
  background-color: #d9edf7;
  border: 2px dashed #31708f;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.mdl-grid {
  margin: 0;
}

.mdl-layout-title {
  margin-right: 20px;
  padding: 12px 0 12px 70px !important;
  color: #fff;
  text-decoration: none;
  background: url('/static/favicon.png') 12px 6px no-repeat rgb(96,125,139);
}

.mdl-layout-title span {
  display: block;
  line-height: 20px;
}

.mdl-layout-stitle {
  color: #FFF;
  font-size: 11px;
}

.mdl-layout__drawer {
  border-color: #fff;
}

.mdl-layout__header .mdl-layout__header-row {
  position: relative;
  padding: 0 40px 0 50px;
}

.mdl_label_intranet {
  position: absolute;
  top: 0;
  left: 50%;
  width: 140px;
  transform: translateX(-50%);
  line-height: 64px;
  text-align: center;
}

.mdl-data-table {
  width: 100%;
}

.mdl-data-table td {
  font-size: 14px;
  white-space: normal;
}

.page-content {
  max-width: 1380px;
  margin: 0 auto;
}

.log h1 {
  text-align: center;
}

.login, .password_reset {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  max-width: 400px;
  background: #f2f2f2;
}

.login label, .password_reset label{
  display: block;
  font-family: "Helvetica","Arial",sans-serif;
}

.login label:last-of-type {
  width: auto;
  display: inline-block;
}

.login input, .password_reset input {
  padding: 10px;
  width: 100%;
  font-family: "Helvetica","Arial",sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: none;
  border-bottom: #ccc 1px solid;
}

.login input#id_remember {
  width: auto;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #f2f2f2 inset;
}

.mdl-textfield.is-invalid .mdl-textfield__input.textarea {
  background: #f2f2f2;
}

.mdl-textfield__input.checkboxinput {
  width: auto;
  display: inline-block;
}

#hint_id_is_active {
  display: none;
}

.pagination {
  margin-bottom: 50px;
}

.form-upper .mdl-textfield__input {
  text-transform: uppercase;
}

.form-upper .mdl-textfield__input.emailinput {
  text-transform: lowercase;
}

#div_id_groups label.control-label {
  display: block;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #31708f;
}

.mdl-data-table th {
  text-align: left;
}

.mdl-data-table td {
  font-size: 12px;
  text-align: left;
  padding: 10px 18px;
}

.mdl-button {
  padding: 0 10px;
  font-size: 12px;
}

/* .mdl-layout--fixed-drawer>.mdl-layout__content {
  zoom: 0.9;
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  overflow-x: hidden;
} */
