/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
/* default btn */
/* primary btn */
/* btn group */
/* dropdown */
/* btn dropdown */
/* btn-primary dropdown */
/* btn group dropdown */
/* switchBtnHandle */
/* switchBtnLabelOff */
/* switchBtnLabelOn */
/* uiradio */
/* uicheckbox */
/* uiSwitcher */
/* input-append btn */
/* Tags and mention */
/* Thumbnail */
/* popover  */
/* */
/* alerts  */
/* progress bar */
/*  tabs  */
/* tables */
/*  popup   */
/* pagination */
/* Welcome pages */
/* Badge */
/* uiBox */
/* Alert */
/* Left bar */
/* The background of drop area when a file is dragged into it */
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.loading-action {
  -webkit-animation: loading 1s infinite linear;
  animation: loading 1s infinite linear;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
.uiForgotPassword {
  left: 50%;
  max-width: 515px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid var(--allPagesBaseColorDark, #333333);
}
.uiForgotPassword .popupHeader {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -moz-linear-gradient(top, var(--allPagesToolbarDarkEndBackground, #2d3138), var(--allPagesToolbarDarkStartBackground, #2d3138));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesToolbarDarkEndBackground, #2d3138)), to(var(--allPagesToolbarDarkStartBackground, #2d3138)));
  background-image: -webkit-linear-gradient(top, var(--allPagesToolbarDarkEndBackground, #2d3138), var(--allPagesToolbarDarkStartBackground, #2d3138));
  background-image: -o-linear-gradient(top, var(--allPagesToolbarDarkEndBackground, #2d3138), var(--allPagesToolbarDarkStartBackground, #2d3138));
  background-image: linear-gradient(to bottom, var(--allPagesToolbarDarkEndBackground, #2d3138), var(--allPagesToolbarDarkStartBackground, #2d3138));
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  padding: 0 30px;
  border: 1px solid var(--allPagesBaseColorDark, #333333);
  margin: -1px;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  height: 42px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.uiForgotPassword .popupHeader .popupTitle {
  color: var(--allPagesHeader-popup-title, #c1c1c1);
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
  line-height: 42px;
}
.uiForgotPassword .popupContent {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  margin: -1px;
  border: 1px solid var(--allPagesBaseColorDark, #333333);
  padding: 15px 30px 30px;
  background: url("/eXoSkin/skin/images/themes/default/platform/portlets/extensions/loginLeftBG.png") no-repeat left bottom, url("/eXoSkin/skin/images/themes/default/platform/portlets/extensions/loginRightBG.png") no-repeat right bottom, url("/eXoSkin/skin/images/themes/default/platform/portlets/extensions/loginCenterBG.png") repeat-x bottom;
}
.uiForgotPassword .popupContent .text {
  line-height: 24px;
}
.uiForgotPassword .popupContent h5 {
  margin: 0 0 4px 0;
}
.uiForgotPassword .popupContent input {
  margin: 14px 0 5px;
}
.uiForgotPassword .popupContent .content {
  padding: 5px 20px 0 0;
}
.uiForgotPassword .popupContent .alertForm {
  position: relative;
}
.uiForgotPassword .popupContent .alertForm .alert {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.uiForgotPassword .popupContent .alert-error {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
  padding: 5px 0;
  display: inline-block;
}
.uiForgotPassword .popupContent .alert-success {
  margin-top: 0;
  display: inline-block;
}
.uiForgotPassword .popupContent .control-label {
  width: 135px;
}
.uiForgotPassword .popupContent .controls {
  position: relative;
  margin-left: 155px;
}
.uiForgotPassword .popupContent .controls input {
  margin: 0;
  width: 100%;
}
.uiForgotPassword .popupContent .controls .star {
  position: absolute;
  right: -9px;
  top: 0;
}
.uiForgotPassword .popupContent .uiAction {
  padding-top: 35px;
}
.uiForgotPassword .popupContent .uiAction button.btn {
  padding: 10px 40px;
  margin-right: 2px;
  font-size: 16px;
}
.uiForgotPassword .popupContent .uiAction a.btn {
  padding: 10px 35px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .uiForgotPassword .popupHeader {
    height: auto;
  }
  .uiForgotPassword .popupContent {
    background: none;
  }
  .uiForgotPassword .popupContent .control-label {
    width: 100%;
    text-align: left;
  }
  .uiForgotPassword .popupContent .controls {
    margin-left: 0px;
  }
  .uiForgotPassword .popupContent .controls .star {
    top: 24px;
  }
  .uiForgotPassword .popupContent .content {
    padding: 5px 0 0;
  }
  .uiForgotPassword .popupContent .uiAction {
    padding-top: 0;
  }
  .uiForgotPassword .popupContent .uiAction .btn {
    margin: 10px 0 0 !important;
    padding: 10px 0 !important;
    display: block;
    width: 100%;
  }
}
body {
  background-color: #ffffff;
  font-family: Helvetica, arial, sans-serif;
  font-size: 14px;
  color: var(--allPagesBaseTextColor, #333333);
}
.loginBGLight {
  background: var(--allPagesBaseBackground, #ffffff);
  border-radius: 80px 80px 80px 80px;
  box-shadow: 0 0 250px var(--allPagesBaseBackground, #ffffff);
  left: 50%;
  margin: -100px;
  position: fixed;
  top: 50%;
  width: 200px;
  height: 200px;
}
.brandingComanyClass {
  color: var(--allPagesBaseBackground, #ffffff);
  font-size: 24px;
}
.uiCheckbox {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.rememberContent {
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--allPagesBaseBackground, #ffffff);
  font-weight: 400;
  font-family: Helvetica, arial, sans-serif;
}
.forgotPasswordClass {
  text-align: center;
  padding: 6px;
}
.brandingImageContent {
  bottom: 40px;
  right: 40px;
  position: fixed;
}
.brandingImageContent img.brandingImage {
  width: 150px;
}
input[type="checkbox"] {
  cursor: pointer;
  top: 3px;
  display: inline-block;
  position: relative;
  width: 17px!important;
  z-index: 100;
  height: 17px!important;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .brandingImageContent img.brandingImage {
    display: none;
  }
}
.uiCheckbox > span {
  display: inline-block;
  text-indent: 5px;
  font-size: 14px;
  font-family: Helvetica, arial, sans-serif;
}
.uiLogin {
  color: var(--allPagesBaseTextColor, #333333);
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 420px;
}
.uiLogin .loginContainer {
  border-radius: 8px;
  padding: 0 50px 15px;
  background-color: var(--allPagesPrimaryColor, #578dc9);
}
.uiLogin .loginHeader {
  display: none;
}
.uiLogin .introBox:after {
  border-bottom: 8px solid #2a323e;
  border-right: 7px solid transparent;
  right: -8px;
}
.uiLogin .introBox:before {
  border-bottom: 8px solid #2a323e;
  border-left: 7px solid transparent;
  left: -8px;
}
.uiLogin .loginContent {
  padding: 10px 0;
}
.uiLogin .loginContent .iconUser {
  background: #ffffff url("/eXoSkin/skin/images/themes/default/username.png") no-repeat left -3px;
}
.uiLogin .loginContent .iconPswrd {
  background: #ffffff url("/eXoSkin/skin/images/themes/default/password.png") no-repeat left -3px;
}
.uiLogin .loginContent input:-webkit-autofill:focus {
  box-shadow: inset 0 0 0px 9999px white !important;
  transition: all 5000s ease-in-out 0s;
}
.uiLogin .loginContent .userCredentials {
  position: relative;
  margin-top: 12px;
}
.uiLogin .loginContent .userCredentials + .userCredentials {
  margin-top: 0;
}
.uiLogin .loginContent .userCredentials .iconUser,
.uiLogin .loginContent .userCredentials .iconPswrd {
  border-right: solid 1px var(--allPagesGreyColor, #e1e8ee);
  border-radius: 5px 0 0 5px;
  position: absolute;
  width: 40px;
  left: 2px;
  top: 2px;
  bottom: 16px;
}
.uiLogin .loginContent input {
  width: 260px;
  height: 36px;
  border: solid 2px var(--allPagesGreyColor, #e1e8ee);
  background: var(--allPagesBaseBackground, #ffffff);
  margin: 0 0 14px;
  color: var(--allPagesBaseColorDark, #333333);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding-left: 50px;
  font-size: 18px;
  outline: none;
  box-shadow: none;
}
.uiLogin .loginContent input:not(*:root) {
  height: 33px;
  box-shadow: none;
  border: solid 2px var(--allPagesGreyColor, #e1e8ee);
  border-radius: 7px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.uiLogin .loginContent input::-webkit-input-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
.uiLogin .loginContent input:-moz-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
.uiLogin .loginContent input::-moz-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
}
.uiLogin .loginContent input:-ms-input-placeholder {
  color: var(--allPagesBaseColorLight, #999999);
  opacity: 0.5;
}
.uiLogin .loginContent input:focus {
  color: var(--allPagesBaseColorDark, #333333);
  border-color: var(--allPagesInputFocusBorder, #a6bad6);
  -webkit-box-shadow: 0px 0px 5px rgba(19, 75, 159, 0.45);
  -moz-box-shadow: 0px 0px 5px rgba(19, 75, 159, 0.45);
  box-shadow: 0px 0px 5px rgba(19, 75, 159, 0.45);
}
.uiLogin .loginContent input[name="username"]:focus {
  background-position: 0 -45px;
}
.uiLogin .loginContent input[name="password"]:focus {
  background-position: 0 -44px;
}
.uiLogin .loginContent .loginButton {
  padding: 5px 0 0 0;
}
.uiLogin .loginContent .loginButton .button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  width: 313px;
  height: 43px;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  outline: none;
  padding: 0;
  color: #ffffff;
  text-shadow: none;
  background-image: -moz-linear-gradient(top, var(--allPagesSecondaryColor, #476a9c), var(--allPagesSecondaryColor, #476a9c));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesSecondaryColor, #476a9c)), to(var(--allPagesSecondaryColor, #476a9c)));
  background-image: -webkit-linear-gradient(top, var(--allPagesSecondaryColor, #476a9c), var(--allPagesSecondaryColor, #476a9c));
  background-image: -o-linear-gradient(top, var(--allPagesSecondaryColor, #476a9c), var(--allPagesSecondaryColor, #476a9c));
  background-image: linear-gradient(to bottom, var(--allPagesSecondaryColor, #476a9c), var(--allPagesSecondaryColor, #476a9c));
  background-repeat: repeat-x;
  border: 1px solid var(--allPagesSecondaryColor, #476a9c);
  *background-color: var(--allPagesSecondaryColor, #476a9c);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.uiLogin .loginContent .loginButton .button:hover,
.uiLogin .loginContent .loginButton .button:focus,
.uiLogin .loginContent .loginButton .button:active,
.uiLogin .loginContent .loginButton .button.active,
.uiLogin .loginContent .loginButton .button.disabled,
.uiLogin .loginContent .loginButton .button[disabled] {
  color: #ffffff;
  background-color: var(--allPagesSecondaryColor, #476a9c);
}
.uiLogin .loginContent .loginButton .button.disabled,
.uiLogin .loginContent .loginButton .button[disabled] {
  color: var(--allPagesBtnDisableColor, #c6c6c6);
}
.uiLogin .loginContent .loginButton .button:hover {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.uiLogin .loginContent #social-pane {
  text-align: center;
  margin-top: 20px;
}
.uiLogin .loginContent #social-pane #SignInDelimiter {
  font-size: 14px;
}
.uiLogin .loginContent #social-pane #social-login a {
  display: inline-block;
  margin: 10px 8px 0;
  text-decoration: none;
}
.uiLogin .loginContent #social-pane #social-login a .uiIconOauth {
  background-image: url("/eXoSkin/skin/images/themes/default/platform/portlets/extensions/oauthIcon.png");
  width: 37px;
  height: 35px;
  display: block;
  background-repeat: no-repeat;
}
.uiLogin .loginContent #social-pane #social-login a:hover .uiIconOauth {
  background-image: url("/eXoSkin/skin/images/themes/default/platform/portlets/extensions/oauthIconHover.png");
}
.uiLogin .loginContent #social-pane #social-login a .facebook {
  background-position: 0 0;
}
.uiLogin .loginContent #social-pane #social-login a .twitter {
  background-position: -123px 0;
}
.uiLogin .loginContent #social-pane #social-login a .linkedin {
  background-position: -82px 0;
}
.uiLogin .loginContent #social-pane #social-login a .google {
  background-position: -41px 0;
}
.uiLogin .loginContent #social-pane #social-login a .openid {
  background-position: 0 0;
  background-image: url("/eXoSkin/skin/images/themes/default/platform/portlets/extensions/openid-icon-35-35.png");
}
.uiLogin .loginContent #social-pane #social-login a .openid:hover {
  background-position: 0 0;
  background-image: url("/eXoSkin/skin/images/themes/default/platform/portlets/extensions/openid-icon-35-35.png");
}
.uiLogin .loginContent .centerLoginContent a {
  color: var(--allPagesBaseBackground, #ffffff);
  text-decoration: none;
  display: block;
  margin: 3px 0;
}
.uiLogin .spaceRole {
  clear: both;
  padding: 2px 0 11px;
}
.uiLogin .switchBtnDisabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.uiLogin .uiSwitchBtn {
  -webkit-transform: translate3d(0, 0, 0);
  position: relative;
  height: 21px;
  cursor: pointer;
  overflow: hidden;
  padding-top: 1px;
  float: left;
  margin-right: 15px;
}
.uiLogin .uiSwitchBtn input {
  position: absolute;
  top: 1px;
  left: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.uiLogin .uiSwitchBtn label.switchBtnLabelOff {
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.09));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.09)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.09));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.09));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.09));
  background-repeat: repeat-x;
  border-bottom-right-radius: 9px;
  border-top-right-radius: 9px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.43) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.43) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.43) inset;
  color: var(--allPagesBaseColorMedium, #808080);
  right: 0;
  text-align: right;
  text-shadow: none;
  height: 17px;
}
.uiLogin .uiSwitchBtn label.switchBtnLabelOn {
  background-image: -moz-linear-gradient(top, var(--allPagesPrimaryColorLighter, #9ebde0), var(--allPagesPrimaryColor, #578dc9));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesPrimaryColorLighter, #9ebde0)), to(var(--allPagesPrimaryColor, #578dc9)));
  background-image: -webkit-linear-gradient(top, var(--allPagesPrimaryColorLighter, #9ebde0), var(--allPagesPrimaryColor, #578dc9));
  background-image: -o-linear-gradient(top, var(--allPagesPrimaryColorLighter, #9ebde0), var(--allPagesPrimaryColor, #578dc9));
  background-image: linear-gradient(to bottom, var(--allPagesPrimaryColorLighter, #9ebde0), var(--allPagesPrimaryColor, #578dc9));
  background-repeat: repeat-x;
  border: 1px solid var(--allPagesPrimaryColor, #578dc9);
  border-bottom-left-radius: 9px;
  border-top-left-radius: 9px;
  -webkit-box-shadow: 0 3px 5px var(--allPagesPrimaryDarkerColor, #3972b1) inset;
  -moz-box-shadow: 0 3px 5px var(--allPagesPrimaryDarkerColor, #3972b1) inset;
  box-shadow: 0 3px 5px var(--allPagesPrimaryDarkerColor, #3972b1) inset;
  color: var(--allPagesLightWhite, #ffffff);
  left: 1px;
  min-width: 9px;
  top: 1px;
  text-shadow: none;
  text-align: center;
}
.uiLogin .uiSwitchBtn label {
  white-space: nowrap;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  display: block;
  height: 16px;
  position: absolute;
  width: auto;
  top: 1;
  overflow: hidden;
}
.uiLogin label.switchBtnLabelOff span {
  line-height: 18px;
  padding-right: 17px;
}
.uiLogin label.switchBtnLabelOn span {
  line-height: 16px;
  padding: 0 8px 0 4px;
}
.uiLogin .switchBtnHandle {
  background-image: -moz-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--allPagesBaseBackground, #ffffff)), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), #f1f1f1);
  background-image: -o-linear-gradient(top, var(--allPagesBaseBackground, #ffffff), #f1f1f1);
  background-image: linear-gradient(to bottom, var(--allPagesBaseBackground, #ffffff), #f1f1f1);
  background-repeat: repeat-x;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: block;
  height: 18px;
  left: 1;
  position: absolute;
  top: 1px;
  width: 18px;
}
.uiLogin .rememberTxt {
  font-size: 13px;
  color: var(--allPagesBaseColorLight, #999999);
  font-weight: bold;
}
.uiLogin .signinFail {
  font-size: 13px;
  line-height: 18px;
  margin: 12px 0 0 1px;
  font-weight: bold;
  width: 310px;
}
.uiLogin .uiIconError {
  background: url("/eXoSkin/skin/images/themes/default/Icons/uiIconsColor.png") no-repeat left top;
  padding-left: 20px;
}
.uiLogin .introBox:before,
.uiLogin .introBox:after {
  border-top: medium none;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  top: -1px;
  vertical-align: top;
  width: 0;
}
.uiLogin .uiSwitchBtn,
.uiSwitchBtn label {
  -moz-user-select: none;
  user-select: none;
}
#platformInfoDiv {
  font-size: 12px;
  text-align: center;
  color: var(--allPagesBaseBackground, #ffffff);
  opacity: 0.6;
  margin-top: 15px;
}
#platformInfoPoweredBy {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}
#platformInfoVersion {
  opacity: 0.6;
}
#loginFooter {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  margin-top: 14px;
}
input::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}
/** Login form **/
@media (min-width: 639px) and (max-width: 767px) {
  .uiLogin {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
  }
}
@media (max-width: 480px) {
  .uiLogin {
    width: 290px;
  }
  .uiLogin .loginHeader {
    display: none;
  }
  .uiLogin .loginContainer {
    padding: 0 32px 15px;
    background-color: var(--allPagesPrimaryColor, #578dc9);
  }
  .uiLogin .loginContainer .loginContent .iconUser,
  .uiLogin .loginContainer .loginContent .iconPswrd {
    top: 7px;
    bottom: 7px;
    background-position-y: -5px;
  }
  .uiLogin .loginContainer .loginContent input {
    width: 172px;
    background-position: left -5px;
    font-size: 16px;
    height: 26px;
    margin: 5px 0;
  }
  .uiLogin .loginContainer .loginContent input:focus {
    background-position: left -46px;
  }
  .uiLogin .loginContainer .loginContent .loginButton {
    padding: 3px 0 0 0;
  }
  .uiLogin .loginContainer .loginContent .loginButton .button {
    width: 100%;
    font-size: 12px;
    height: 30px;
  }
  .uiLogin .loginContainer .loginContent #social-pane {
    margin-top: 4px;
  }
  .uiLogin .loginContainer .loginContent #social-pane #social-login a {
    margin: 5px 8px 0;
  }
  .uiLogin .loginContainer .loginContent #social-pane #social-login a .uiIconOauth {
    background-image: url("/eXoSkin/skin/images/themes/default/platform/portlets/extensions/oauthIconXs.png");
    width: 27px;
    height: 25px;
  }
  .uiLogin .loginContainer .loginContent #social-pane #social-login a:hover .uiIconOauth {
    background-image: url("/eXoSkin/skin/images/themes/default/platform/portlets/extensions/oauthIconHoverXs.png");
  }
  .uiLogin .loginContainer .loginContent #social-pane #social-login a .facebook {
    background-position: 0 0;
  }
  .uiLogin .loginContainer .loginContent #social-pane #social-login a .twitter {
    background-position: -88px 0;
  }
  .uiLogin .loginContainer .loginContent #social-pane #social-login a .linkedin {
    background-position: -59px 0;
  }
  .uiLogin .loginContainer .loginContent #social-pane #social-login a .google {
    background-position: -29px 0;
  }
  .uiLogin .loginContainer input:not(*:root) {
    width: 166px;
  }
  .uiLogin .titleLogin {
    font-size: 10px;
    line-height: 10px;
    min-height: 16px;
    padding: 3px 3px 0 0;
  }
  .uiLogin .titleLogin .signinFail {
    font-size: 10px;
    margin: 0;
    width: 225px;
  }
  .uiLogin .titleLogin .signinFail .uiIconError {
    padding: 2px 10px;
  }
  .uiLogin .rememberTxt {
    font-weight: normal;
  }
  .uiLogin .spaceRole {
    padding: 1px 0 8px;
  }
  .loginBGLight {
    height: 150px;
  }
  @supports (-webkit-appearance:none) {
    .uiLogin .loginContainer .loginContent input {
      width: 172px;
    }
  }
}
input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}
@media (max-width: 767px) {
  .loginBGLight {
    display: none;
  }
}

