/*! sassyjson - v1.1.8 - 2015-09-24 */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
/* Bourbon */
/* Material */
/*! sassyjson - v1.1.8 - 2015-09-24 */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
/* Bourbon */
/* Material */
html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
}

.main {
  overflow: visible;
  letter-spacing: 0.5px;
  font-family: "Muli", "Roboto", "Helvetica", "Arial", sans-serif !important;
  font-size: 12px;
  background-color: #FFF;
  cursor: default;
}

#signupForm #password-error {
  max-height: 23px;
}

/* header */
.header {
  background-color: #152F4E;
  margin-bottom: 0px;
  text-align: center;
}

.logo-mhp {
  width: 250px;
  height: auto;
  display: block;
  max-width: 78%;
  margin-top: 25px;
  margin-bottom: 20px;
  margin-left: 40%;
}

.logo-tia {
  width: 87px;
  height: auto;
  display: block;
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 12px;
  float: right;
  margin-right: 40%;
}

.bar {
  background-color: #F05F48;
  font-weight: bold;
  justify-content: center;
  display: flex;
  color: white;
  padding: 5px;
}

.row.bar {
  margin-bottom: 0 !important;
}

/* form Login*/
#loginLayout {
  height: 80%;
  background: url("../../../loginResources/orange/img/login-background-picture.jpg");
  background-position: center;
  background-size: 100% auto;
  background-attachment: fixed;
}

.login-component {
  position: relative;
  top: 30%;
  transform: translateY(-30%);
  height: 45%;
  float: right !important;
  margin-right: 13%;
  margin-top: 3%;
}

#changeuserForm ul.select-dropdown,
#signupForm ul.select-dropdown,
#loginForm ul.select-dropdown {
  top: 30px;
}

.field-selected {
  color: #DAE2E5;
}

.select-field {
  margin-bottom: 23px;
  font-size: 12px;
}

#loginForm {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px !important;
  padding-top: 40px !important;
}
#loginForm div.selectize-control {
  margin-left: 44px;
}
#loginForm label[for=selectLanguage-selectized] {
  margin-top: -24px;
}
#loginForm label[for=selectLocale-selectized] {
  margin-top: -24px;
}
#loginForm input[type=text], #loginForm input[type=password] {
  margin-bottom: 10px;
}

/* inputs */
input[type=text], input[type=password], input[type=checkbox] {
  height: 28px;
  font-size: inherit;
}
input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=checkbox]:focus:not([readonly]) {
  border-bottom: 1px solid #DAE2E5;
  box-shadow: 0 1px 0 0 #DAE2E5;
  color: #000;
  background-color: #FFF;
}
input:not([type]):valid, input[type=text]:valid, input[type=password]:valid, input[type=checkbox]:valid {
  border-bottom: 1px solid black;
  box-shadow: 0 0 0 0 #000;
}
input:focus + label {
  color: #DAE2E5 !important;
}

.selectize-dropdown {
  font-size: 12px;
  z-index: 9999;
}
.selectize-dropdown .active {
  background-color: #F05F48 !important;
}

.selectize-input {
  font-size: 12px;
  border-bottom: 1px solid black;
}
.selectize-input input {
  font-size: 12px;
  border: 1px solid #FFF;
}

.selectize-control.single .input-active:after {
  border-color: transparent transparent #DAE2E5 transparent;
}

/* check box */
[type="checkbox"]:checked + label:before {
  border-right: 2px solid #DAE2E5;
  border-bottom: 2px solid #DAE2E5;
}

::selection {
  background: #B3D4FC;
  text-shadow: none;
}

#signupForm {
  /*margin-left: 31% !important;*/
}
#signupForm .checkBoxError {
  margin-left: -33px;
  margin-top: 5px;
}
#signupForm div .error {
  margin: -15px 0 15px 0;
}
#signupForm div #password-error ul {
  margin: -13px 0 15px 0;
}
#signupForm .input-field {
  margin-bottom: 4px;
}
#signupForm .input-field label {
  font-weight: 500;
  font-size: 11px !important;
}
#signupForm .input-field input {
  color: #000;
}
#signupForm .signupRow {
  width: 100% !important;
}

.input-field .prefix.active {
  color: #DAE2E5;
}
.input-field label {
  font-size: inherit;
}
.input-field .prefix {
  font-size: 24px;
}

/* combobox */
.dropdown-content li {
  min-height: 20px;
}
.dropdown-content li > span {
  color: inherit;
  font-size: 12px;
  line-height: 18px;
  padding: 0px 8px;
}
.dropdown-content li:hover, .dropdown-content li.selected {
  background-color: #F05F48;
  color: #FFF;
}

.select-wrapper input.select-dropdown {
  font-size: inherit;
}

/* validations */
#selectLanguage-error {
  margin-top: 5px;
}

.error-groupTenant-select {
  margin-top: 5px;
}

div .message-title-field > label, div .conditions > label {
  font-size: 12px;
  color: #000;
}
div:not(.invalid):not(.message-title-field) > label {
  color: black;
  font-size: 11px !important;
  top: 0.5rem;
  font-weight: 500;
  letter-spacing: 1.6;
}
div.invalid label {
  color: #890819;
  font-size: 11px;
  top: 0.5rem;
}
div.invalid i, div.invalid label, div.invalid .error-groupTenant-select {
  color: #890819;
}
div.invalid .selectize-input, div.invalid input.validate {
  border-bottom: 1px solid #890819;
}
div.invalid .selectize-input:after {
  border-color: #890819 transparent transparent transparent;
}
div.error {
  margin-left: 45px;
  color: #890819;
}
div.g-recaptcha {
  margin-bottom: 12px;
}
div.checkboxError {
  padding-left: 45px;
  padding-top: 22px;
}

input.error {
  border-bottom: 1px solid #890819;
}

/* footer */
#footer {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer {
  height: 1.5rem;
  display: inline-block;
  justify-content: flex-end;
  align-items: center;
}
.footer a {
  color: #888;
  text-decoration: none;
}

/* modal error */
#errors {
  top: 113px;
  position: fixed;
  right: 0;
  z-index: 9999;
  width: 20%;
  min-width: 15%;
  max-width: 25%;
  min-height: 25px;
}
#errors.errorNotification {
  background: #890819;
}
#errors.successNotification {
  background: #4DBF85;
}
#errors .message {
  padding: 1rem 0rem;
  font-weight: bold;
  align-items: center;
  display: flex;
}
#errors .message .caption {
  color: #FFF;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-top: 1px;
}
#errors .message .icon {
  margin-left: auto;
  color: #FFF;
}

/* Cookie */
#cookie {
  bottom: 0%;
  background: #DAE2E5;
  position: fixed;
  height: 50px;
  left: 0;
  right: 0;
  z-index: 20;
}
#cookie .message {
  padding: 0.75rem 2rem;
  font-weight: bold;
  align-items: center;
  display: flex;
}
#cookie .message .caption {
  color: #FFF;
  text-align: center;
  width: auto;
  margin-left: auto;
}
#cookie .message .link {
  cursor: pointer;
  margin-left: 0.5em;
  font-style: italic;
}
#cookie .message .link a {
  color: #000;
}
#cookie .message .icon {
  margin-left: auto;
  opacity: 0.9;
  color: #FFF;
}
#cookie .message .icon:hover {
  opacity: 1;
}

.modal-fixed-header {
  padding: 0;
  height: 40%;
}
.modal-fixed-header .modal-header {
  padding: 4px 0px 4px 6px;
}
.modal-fixed-header .modal-content {
  position: absolute;
  top: 56px;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

#modalGroupAndTenants.modal {
  max-height: 90%;
  max-width: 90%;
  width: 500px;
  margin: auto;
  top: 15%;
}

#modalGroupAndTenants .modal-header .icon,
#modalChangeUser .modal-header .icon {
  color: #F05F48;
  margin-left: auto;
  margin-right: 8px;
  width: 32px;
  height: 32px;
  justify-content: center;
  margin-top: 3px;
}

#modalChangeUser .modal-header .icon:hover {
  background-color: rgba(17, 74, 160, 0.2);
  border-radius: 50%;
}

#modalGroupAndTenants i.right:hover {
  background-color: rgba(17, 74, 160, 0.2);
  border-radius: 50%;
}

.checkbox-text label {
  letter-spacing: 0.5 !important;
}

#modalGroupAndTenants .modal-header .icon .material-icons,
#modalChangeUser .modal-header .icon .material-icons {
  padding: 3px;
}

#modalGroupAndTenants .modal-header,
#modalChangeUser .modal-header {
  font-weight: bold;
  align-items: center;
  display: flex;
  padding-top: 5px;
  padding-left: 14px;
  padding-right: 13px;
  color: #F05F48;
  margin-bottom: 0px;
}

#modalGroupAndTenants .modal-header .caption,
#modalChangeUser .modal-header .caption {
  width: auto;
}

#modalGroupAndTenants .modal-content,
#modalChangeuser .modal-content {
  padding: 10px;
}

#modalGroupAndTenants .modal-footer,
#modalChangeuser .modal-footer {
  padding: 8px 16px;
}

#groupsTenantsSelectionForm .icon,
#changeUserForm .icon {
  margin-top: 14px;
}

#groupsTenantsSelectionForm p,
#changeUserForm p {
  margin-left: 6px;
}

#modalChangeUser {
  max-height: 90%;
  max-width: 90%;
  width: 400px;
  margin: auto;
  top: 30%;
}

/* progress bar */
.progress {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, #F05F48, #F05F48);
  margin: 0px;
}
.progress .indeterminate {
  background-color: #F05F48;
}

/* SIGNUP */
#signup {
  margin-bottom: 0px;
}

.form-signup {
  top: 24%;
  right: 0;
  left: 0;
  padding-left: 0.2rem;
  margin-bottom: 2rem;
}

#signupLayout {
  min-height: 80%;
  background: url("../../../loginResources/orange/img/signup-and-password-background-picture.jpg");
  position: relative !important;
  background-position: bottom !important;
  background-size: cover !important;
}
#signupLayout .signupRow {
  width: 50%;
}

.message-title-field {
  padding: 0.75rem;
}

.mandatory-fields label {
  font-size: 12px;
  color: #000;
  margin-left: 12px;
}

.reset-password-request-btn, .signup-btn, .code-reset-password-process-btn, .reset-password-btn {
  background-color: #F05F48;
  font-size: 12px;
}

.signup-btn:hover, .signup-btn:focus, .code-reset-password-process-btn:hover, .code-reset-password-process-btn:focus, .reset-password-btn:hover, .reset-password-btn:focus {
  background-color: #526066;
}

.reset-password-request-btn {
  margin-left: 20px;
  margin-bottom: 0rem;
}
.reset-password-request-btn:hover, .reset-password-request-btn:focus {
  background-color: #526066;
}

.home-btn {
  background-color: #FFF;
  color: black;
}
.home-btn:hover, .home-btn:focus {
  background-color: #CCCCCC;
}

.signupRow {
  margin-bottom: 0;
  background-color: #FFF;
}
.signupRow label {
  font-weight: 500;
}
.signupRow .checkbox-text {
  margin-top: 0;
}
.signupRow #select-field-language {
  margin-top: 3px;
}
.signupRow #select-field-locale {
  margin-top: 3px;
}
.signupRow .buttons-position {
  left: 63px;
  bottom: 10px;
}

.submit-btn {
  font-weight: 500;
  letter-spacing: 1.6;
  background-color: #F05F48;
  font-size: 12px;
  color: #FFF;
}
.submit-btn:hover, .submit-btn:active, .submit-btn:visited, .submit-btn:focus {
  background-color: #526066;
}

/* Reset password request form */
#resetPasswordRequestForm {
  top: 24%;
  margin-bottom: 0.4rem;
}
#resetPasswordRequestForm div.error {
  margin: -15px 0 15px 0;
}
#resetPasswordRequestForm div > label {
  font-weight: 500;
}

#resetPasswordRequestLayout {
  height: 80%;
  background: url("../../../loginResources/orange/img/signup-and-password-background-picture.jpg");
  position: relative !important;
  background-position: bottom !important;
  background-size: cover !important;
}

.reset-password-request-input-field {
  width: 322px;
}

.reset-password-request-component {
  position: relative;
  top: 16%;
}

/* Code for enter the code to reset the password form */
#codeResetPasswordProcessForm {
  top: 24%;
  margin-bottom: 0;
}
#codeResetPasswordProcessForm div.error {
  margin: -15px 0 15px 0;
}

#codeResetPasswordProcessLayout {
  height: 80%;
  background: url("../../../loginResources/orange/img/signup-and-password-background-picture.jpg");
  position: relative !important;
  background-position: bottom !important;
  background-size: cover !important;
}

.code-reset-password-process-input-field {
  width: 322px;
}

.code-reset-password-process-btn {
  margin-left: 20px;
}

.code-reset-password-process-component {
  position: relative;
  top: 16%;
}

/* Reset password form */
#resetPasswordForm {
  top: 24%;
  margin-bottom: 0;
}
#resetPasswordForm div.error {
  margin: -15px 0 15px 0;
}

#resetPasswordLayout {
  height: 80%;
  background: url("../../../loginResources/orange/img/signup-and-password-background-picture.jpg");
  position: relative !important;
  background-position: bottom !important;
  background-size: cover !important;
}

.reset-password-input-field {
  width: 322px;
}

.reset-password-btn {
  margin-left: 20px;
}

.reset-password-component {
  position: relative;
  top: 16%;
}

[type="checkbox"] + label {
  height: inherit;
}

.btn {
  text-transform: none;
}

a {
  color: #F05F48 !important;
}

a:hover {
  color: #526066 !important;
}

.register {
  font-weight: 500;
}

.right {
  font-weight: 500;
  float: none !important;
  text-align: center;
  margin-top: -7px;
}
.right a:hover {
  color: #526066 !important;
}

.selectize-control.single .selectize-input:after {
  border-color: black transparent transparent transparent !important;
}

::-webkit-input-placeholder {
  color: black;
}

.buttons-position {
  margin-left: 32% !important;
  margin-top: 0;
}

.password-position, #select-field-language, #select-field-locale {
  margin-top: 23px;
}

#cookies-message {
  margin-left: auto;
  margin-top: 14px;
  padding-right: 1rem;
}

#cancel-icon {
  font-size: 42px;
  margin-top: -12px;
  color: #890819;
  margin-right: 10px;
}

#close-error-icon {
  margin-top: -10px;
  opacity: 1;
  cursor: pointer;
}
#close-error-icon i {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  margin-top: -39%;
  margin-right: 6px;
}

.modal-header a {
  background: none !important;
  color: #526066;
}

#close-button-cookies, #close-conditions-button, #close-policy-button {
  font-size: 51px;
  background: #DAE2E5;
  color: #FFF;
  float: right !important;
}
#close-button-cookies:hover, #close-conditions-button:hover, #close-policy-button:hover {
  background-color: #F05F48;
}

#button-accept-cookies {
  padding: 0.2rem 0.75rem !important;
  background-color: #F05F48;
  margin-top: -14px;
  height: 29px;
}

#button-accept-cookies i {
  color: white;
  margin-left: 0px !important;
}

#button-accept-cookies:hover {
  background-color: #526066 !important;
}

.accept-cookies-button {
  color: #FFF !important;
  background-color: #F05F48 !important;
  float: right !important;
  margin-top: 8px;
}
.accept-cookies-button:hover {
  color: #FFF !important;
  background-color: #526066 !important;
}

.alttext-container {
  display: none;
}

.reset-password-request-buttons,
.code-reset-password-process-buttons {
  left: 63px;
  bottom: 10px;
}

.submit-btn {
  color: #FFF !important;
}

.accept-cookies-button, .accept-cookies-button:hover {
  color: #FFF !important;
}

/* inputs */
input:focus + label {
  color: #526066 !important;
}

.input-field .prefix.active {
  color: #526066 !important;
}

.field-selected {
  color: #526066 !important;
}

/* Prueba de codigo autogenerado para css con el watch*/
.prueba-clase {
  background-color: yellow;
}

@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/Muli.woff") format("woff"), url("../fonts/muli/Muli.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/muli/Muli.woff") format("woff"), url("../fonts/muli/Muli.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Muli-Bold";
  src: url("../fonts/muli/Muli-Bold.woff") format("woff"), url("../fonts/muli/Muli-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Muli-BoldItalic";
  src: url("../fonts/muli/Muli-Bold-Italic.woff") format("woff"), url("../fonts/muli/Muli-Bold-Italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
.header {
  background: none;
}

/* form Login*/
#loginLayout {
  height: 81% !important;
  position: relative !important;
  background: url("../../../loginResources/fine_solution/img/login-background-picture.jpg") !important;
  background-position: bottom !important;
  background-size: 1920px 1270px !important;
}

#signupLayout, #resetPasswordRequestLayout, #codeResetPasswordProcessLayout, #resetPasswordLayout {
  height: 81% !important;
  background: url("../../../loginResources/fine_solution/img/signup-and-password-background-picture.jpg") !important;
  background-size: 1924px 1083px !important;
  background-position: center !important;
}

.login-component {
  position: relative;
  top: 22%;
  transform: translateY(-30%);
  height: 45%;
  float: right !important;
  margin-right: 66%;
  margin-top: 3%;
  width: 25% !important;
}

#loginForm {
  padding: 2em 1.5em 1em 1.5em;
  background-color: white;
  opacity: 0.9;
}
#loginForm div.selectize-control {
  margin-left: 44px;
}
#loginForm label[for=selectLanguage-selectized] {
  margin-top: -24px;
}
#loginForm label[for=selectLocale-selectized] {
  margin-top: -24px;
}
#loginForm input[type=text], #loginForm input[type=password] {
  margin-bottom: 10px;
}

a {
  color: #526066 !important;
}

a:hover {
  color: #F05F48 !important;
}

#cookie .message .caption {
  color: black;
}
#cookie .message .link a {
  color: #526066 !important;
}
#cookie .message .link a:hover {
  color: #F05F48 !important;
}

.home-btn {
  background-color: #DAE2E5;
  color: #526066;
}

.home-btn:hover, .home-btn:focus {
  background-color: #F05F48;
}

#close-button-cookies {
  color: #526066;
}

::-webkit-input-placeholder {
  color: transparent !important;
}

/*# sourceMappingURL=tia-login.css.map */
