@font-face {
  font-family: 'Acciona Font';
  src: url('../fonts/acciona-extralight.eot');
  src: url('../fonts/acciona-extralight.eot?#iefix') format('embedded-opentype'), url('../fonts/acciona-extralight.woff2') format('woff2'), url('../fonts/acciona-extralight.woff') format('woff'), url('../fonts/acciona-extralight.ttf') format('truetype'), url('../fonts/acciona-extralight.svg#accionaextralight') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Acciona Font';
  src: url('../fonts/acciona-light.eot');
  src: url('../fonts/acciona-light.eot?#iefix') format('embedded-opentype'), url('../fonts/acciona-light.woff2') format('woff2'), url('../fonts/acciona-light.woff') format('woff'), url('../fonts/acciona-light.ttf') format('truetype'), url('../fonts/acciona-light.svg#accionalight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Acciona Font';
  src: url('../fonts/acciona-font.eot');
  src: url('../fonts/acciona-font.eot?#iefix') format('embedded-opentype'), url('../fonts/acciona-font.woff2') format('woff2'), url('../fonts/acciona-font.woff') format('woff'), url('../fonts/acciona-font.ttf') format('truetype'), url('../fonts/acciona-font.svg#acciona-fontfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Acciona Font';
  src: url('../fonts/acciona-regular.eot');
  src: url('../fonts/acciona-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/acciona-regular.woff2') format('woff2'), url('../fonts/acciona-regular.woff') format('woff'), url('../fonts/acciona-regular.ttf') format('truetype'), url('../fonts/acciona-regular.svg#accionaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Acciona Font';
  src: url('../fonts/acciona-medium.eot');
  src: url('../fonts/acciona-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/acciona-medium.woff2') format('woff2'), url('../fonts/acciona-medium.woff') format('woff'), url('../fonts/acciona-medium.ttf') format('truetype'), url('../fonts/acciona-medium.svg#accionamedium') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Acciona Icons';
  src: url('../testnewicons.eot');
  src: url('../testnewicons.eot?#iefix') format('embedded-opentype'), url('../testnewicons.woff2') format('woff2'), url('../testnewicons.woff') format('woff'), url('../testnewicons.ttf') format('truetype'), url('../testnewicons.svg#icons2regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  outline: none;
  outline-offset: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: none;
  border: none;
  color: #232323;
}
body {
  font-size: 15px;
  background-color: #f1f1f1;
  padding: 0px;
  font-family: 'Acciona Font', sans-serif;
  font-weight: normal;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:focus,
a:hover {
  color: initial;
  text-decoration: none;
}
a,
a:visited,
a:active {
  color: white;
}
.btn,
.btn:active,
.btn:focus,
.btn:visited {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
button:active > *,
button:focus > * {
  position: relative;
  top: 0;
  left: 0;
}
/**/
.login {
  background-color: #232323;
  width: 100%;
  height: 100vh;
  text-align: center;
}
.login > div .card {
  max-width: 480px;
  margin: 0 auto;
}
.login .errors {
  padding: 5px 10px;
  margin: 20px auto;
  max-width: 350px;
  border: 1px solid #ff0000;
  background-color: #232323;
}
.login .errors span,
.login .errors .close {
  color: #f1f1f1;
  text-shadow: none;
  opacity: 1;
  line-height: .8;
  font-weight: 600;
}
.login #logo {
  width: 200px;
  margin-bottom: 50px;
}
.login .login-card {
  background-color: white;
  max-width: 350px;
  margin: auto;
}
.login .login-card .body {
  padding: 45px 25px 0px;
  display: block;
}
.login .footer {
  width: 100%;
}
.login .button {
  width: 100%;
  height: 55px;
  background-color: #ff0000;
  color: white;
  font-family: 'Acciona Font';
  font-size: 16px;
}
.wrapper {
  display: table;
  max-width: 1024px;
  width: 100%;
  height: 100vh;
  padding: 0px 32px;
  margin: auto;
}
.wrapper > div {
  display: table-row;
  vertical-align: middle;
}
.wrapper .body {
  display: table-cell;
  vertical-align: middle;
}
.wrapper .footer {
  height: 50px;
  text-align: right;
}
.wrapper .footer span {
  font-size: 14px;
  color: white;
}
.form-row {
  display: table;
  position: relative;
  width: 100%;
  padding: 0px;
  vertical-align: middle;
  margin-bottom: 20px;
}
.form-row.row-bottom {
  margin-bottom: 0px;
}
.form-row.input-user:after {
  background: #666666 url(../img/icon_user.png);
}
.form-row.input-pass:after {
  background: #666666 url(../img/icon_pass_white.png);
}
.form-row.input-mail:after {
  background: #666666 url(../img/icon_mail.png);
}
.form-row.input-phone:after {
  background: #666666 url(../img/icon_phone.png);
}
.form-row.input-user:after,
.form-row.input-pass:after,
.form-row.input-mail:after,
.form-row.input-phone:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 45px;
  background-position: center;
  background-size: 45px;
}
.form-row.input-btn {
  padding-right: 40px;
}
.form-row.input-btn a,
.form-row.input-btn button {
  position: absolute;
  right: 0;
  width: 40px;
  height: 45px;
  margin: 0px;
  padding: 12.5px;
}
.form-row input[type="text"],
.form-row input[type="password"],
.form-row input[type="number"] {
  display: table-cell;
  position: relative;
  background: white;
  padding: 11.5px 20px;
  vertical-align: middle;
  width: 100%;
  font-size: 16px;
  color: #666666;
}
.form-row input[type="chexbox"] {
  text-align: left;
}
.form-row > span {
  font-size: 12px;
  color: black;
}
.form-row .cb-container {
  display: block;
  position: relative;
  cursor: pointer;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Style the checkmark/indicator */
}
.form-row .cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-row .cb-container:nth-child(1) {
  padding-left: 25px;
}
.form-row .cb-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: white;
  border: 1px solid black;
}
.form-row .cb-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.form-row .cb-container input:checked ~ .checkmark {
  background-color: black;
}
.form-row .cb-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-row .cb-container input:checked ~ .checkmark:after {
  display: block;
}
.form-row .cb-container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-row .form-img {
  display: table-cell;
  background-color: #666666;
  width: 45px;
  height: 45px;
}
.form-row .form-img .img {
  margin: auto;
}
.form-row .forgot {
  font-size: 16px;
  color: white;
  margin-top: 18px;
  display: block;
}
.form-row .forgot:hover {
  color: #f1f1f1;
}
.form-row .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.form-row .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #232323;
  width: 100%;
  height: 45px;
}
.form-row .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 11px 15px;
  transform: transition(all 0.2s ease-in);
}
.form-row .select-styled:after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 4.5px 8px;
  min-width: 40px;
  color: white;
  border: 7px solid transparent;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  background-color: #666666;
}
.form-row .select-styled:hover {
  background-color: #fafafa;
}
.form-row .select-styled:hover:after {
  background-color: #ff0000;
}
.form-row .select-styled:active,
.form-row .select-styled.active {
  background-color: white;
}
.form-row .select-styled:active:after,
.form-row .select-styled.active:after {
  content: '\f106';
}
.form-row .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
  list-style: none;
  background-color: white;
}
.form-row .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  transform: transition(all 0.15s ease-in);
}
.form-row .select-options li:hover {
  color: white;
  background: #ff0000;
}
.form-row .select-options li[rel="hide"] {
  display: none;
}
    .form-row.input-gray input,
    .form-row.input-gray .select-styled {
        background: #f1f1f1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.form-row .btn {
  padding: 15px 30px;
  background-color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0px 5px;
  border-radius: 0px;
}
.form-row .btn.btn-indicator:after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  color: #ff0000;
  margin-left: 10px;
}
.form-row .btn .icon {
  color: #ff0000;
  margin-right: 20px;
}
.form-row .btn.btn-gray {
  background-color: #f1f1f1;
}
.form-row .btn.btn-red {
  background-color: #ff0000;
  color: white;
}
.form-row .btn.btn-red::after {
  color: white;
}
.form-row .btn.btn-red .icon {
  color: white;
}
.form-row .btn:hover,
.form-row .btn:hover.btn-gray {
  background-color: #ff0000;
}
.form-row .btn:hover.btn-indicator:after,
.form-row .btn:hover.btn-gray.btn-indicator:after,
.form-row .btn:hover i,
.form-row .btn:hover.btn-gray i,
.form-row .btn:hover,
.form-row .btn:hover.btn-gray {
  color: white;
}
.form-row .btn:hover.btn-red {
  background-color: #666666;
}
.form-row .btn.btn-small-edit,
.form-row .btn.btn-small-delete,
.form-row .btn.btn-small-save,
.form-row .btn.btn-small-undo {
  padding: 0px;
}
.form-row .btn.btn-small-edit:after,
.form-row .btn.btn-small-delete:after,
.form-row .btn.btn-small-save:after,
.form-row .btn.btn-small-undo:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  right: 0;
}
.form-row .btn.btn-small-edit:after {
  content: "\f044";
}
.form-row .btn.btn-small-delete:after {
  content: "\f2ed";
}
.form-row .btn.btn-small-save:after {
  content: "\f0c7";
}
.form-row .btn.btn-small-undo:after {
  content: "\f0e2";
  font-weight: 900;
}
.form-row.text-label label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  margin: 0px;
}
.form-row.text-label p {
  color: #666666;
  font-size: 16px;
}
.form-row.text-label .big-content {
  font-size: 36px;
}
.form-img {
  display: table-cell;
  background-color: #666666;
  width: 45px;
  height: 45px;
}
.form-img .img {
  margin: auto;
}
.forgot {
  font-size: 16px;
  color: white;
  margin-top: 18px;
  display: block;
}
.forgot:hover {
  color: #f1f1f1;
}
@media (max-width: 550px) {
  .wrapper {
    padding: 0px 10px;
  }
  .wrapper .footer {
    text-align: center;
  }
  .login .login-card {
    max-width: 500px;
    width: 90%;
  }
}
