/* Import SASS variables */
/* Family */
/* For fonts in general */
/* For some subtitles */
/* For titles in general */
/* For titles in general */
/* For table titles */
/* Size */
/* For body paragraphs and text in general */
/* For some descriptions and tips */
/* For subtitles */
/* For content titles */
/* For section titles and overlay titles */
/* Color */
/* For body paragraphs and titles */
/* For titles in general */
/* For subtitles and tips */
/* For descriptions */
/* For titles on highlighted boxes */
/* Links */
/* Color for links */
/* Hover Color for links */
/* Hover Color for black links */
/* Not found image error. Recomended size: 219 x 249 px */
/* Internal error image. Recomended size: 219 x 249 px */
/* Brand logo image for error pages. Recomended size: 100 x 24 px */
/*** Variables ***/
/* Logo */
/* Signin logo */
/* URL of logo for Sign in page. Recommended size: 132x70 px */
/* URL of logo for Sign in page. Recommended size: 132x70 px */
/* Height of image */
/* Header bar logo */
/* PNG - URL of logo for Workspace header. Area to work: 200x46 px */
/* SVG - URL of logo for Workspace header. Area to work: 200x46 px */
/* Account backgrounds */
/* Nav */
/* Branding */
/* Brand color */
/* Brand primary color */
/* Accent color */
/* Brand secondary color */
/* Brand secondary color :hover */
/* Base color */
/* Color for backgrounds */
/* Nav icons */
/* Color for nav icons */
/* Color for nav icons on :hover */
/* Buttons */
/* Primary button */
/* Primary button color */
/* Primary button Hover color */
/* Primary button text color */
/* Secondary button */
/* Secondary button color */
/* Secondary button Hover color */
/* Secondary button text color */
/* Buttons bar */
/* Buttons bar for create resources sections */
/* Font color of button */
/* Backgrounds */
/* Color for backgrounds on highlighted boxes */
/* Color for backgrounds on remember tips */
/* Color for backgrounds on tables */
/* Color for backgrounds danger messages */
/* Forms */
/* Color for form labels */
/* Size for form labels */
/* Loader */
/* URL of loader image. Background must be #FFFFFF. */
/* Media queries */
/* Colors accept / reject */
/* Modal */
/* Background color for selected data in tables */
/*** Mixins ***/
/*** Functions ***/
/* Branding */
/* Brand color */
/* Brand color 15% opacity, for backgrounds in landing page */
/* For hovers and other staff */
/* For radial gradients */
/* Accent color */
/* Accent color 5% opacity, for backgrounds in tables */
/* Accent color 15% opacity, for backgrounds in 'Home page settings' */
/* Accent color 85% opacity, for backgrounds in tooltips  */
/* Nav icons */
/* Active */
/* Background color */
/* Border color */
html,
body {
  background: #232831; }

.account-box {
  width: 390px;
  margin: 0 auto;
  padding-top: 30px; }

.account-box .logo-signin-brand {
  background: url(../images/common/logo_junar_signin_color.png) no-repeat center center;
  height: 100px;
  margin-bottom: 30px; }

.account-box .account-box-content {
  background: #fff;
  padding: 20px; }

.account-box .row {
  padding-top: 15px; }

.account-box .row:first-child {
  padding-top: 0; }

.account-box .row label,
.account-box .row .link {
  display: block;
  font-size: 12px;
  line-height: 19px; }

.account-box .row label {
  color: #3a3a3a; }

.account-box .row input[type=text],
.account-box .row input[type=password],
.account-box .row select {
  width: 100%;
  padding: 0 10px;
  height: 30px;
  font-size: 14px;
  margin-top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.account-box .row input.has-error[type=text],
.account-box .row input.has-error[type=password] {
  border-color: #f45f64;
  -webkit-box-shadow: 0 0 5px #f45f64;
  -moz-box-shadow: 0 0 5px #f45f64;
  box-shadow: 0 0 5px #f45f64; }

.account-box .row h2 {
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 8px; }

.account-box .row.buttons .button {
  display: inline-block; }

.account-box .row.remember {
  margin-top: 20px; }

.account-box .row.remember input[type=checkbox] {
  float: none; }

.account-box .row.remember label {
  float: none;
  font-size: 12px !important;
  line-height: 15px;
  display: inline-block; }

.account-box .account-box-footer ul {
  padding: 12px 20px 20px; }

.account-box .account-box-footer li {
  padding-bottom: 8px; }

.account-box .account-box-footer li a {
  color: #fff; }

.account-box div.has-error {
  color: #f45f64;
  padding-top: 7px;
  font-size: 12px; }

.account-box-content fieldset legend {
  font-family: "Roboto", arial, Helvetica, sans-serif;
  font-size: 25px !important;
  margin-bottom: 20px;
  font-weight: 300; }

/* Validation Messages */
.account-box .account-box-message {
  background: rgba(66, 52, 45, 0.9) url(../../workspace/images/common/ic_validationInfo32.png) no-repeat 13px center;
  border: 1px solid #000;
  margin-bottom: 20px;
  padding: 19px 15px 19px 56px;
  color: #fff;
  min-height: 60px; }

.account-box .account-box-message p {
  line-height: 16px;
  padding: 2px 0; }

.account-box .account-box-error {
  background-image: url(../../workspace/images/common/ic_validationError32.png); }

.account-box .account-box-ok {
  background-image: url(../../workspace/images/common/ic_validationOk32.png); }

/* Sign Up & Activate */
#id_signUp,
#id_activate {
  width: 400px;
  margin-top: 0;
  background-position: center -80px;
  padding-top: 20px; }

#id_signUp .row p.tip,
#id_activate .row p.tip {
  padding-top: 7px;
  font-size: 11px !important;
  color: #999; }

#id_signUp .domainRow .fakeField {
  margin-top: 5px;
  border: 1px solid #e2e0e0;
  padding: 0 0 0 10px;
  background: #fafafa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#id_signUp .domainRow .domainText {
  line-height: 30px;
  height: 30px;
  max-width: 50%; }

#id_signUp .domainRow .domainText > span {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap; }

#id_signUp .domainRow .domainText:after {
  content: "/";
  display: block;
  position: absolute;
  top: 0;
  right: -4px; }

#id_signUp .domainRow input[type=text] {
  width: 48%;
  float: right;
  margin: 1px;
  height: 28px; }

#id_signUp .sub,
#id_activate .sub {
  margin-top: 10px;
  color: #999; }

#id_signUp .buttons,
#id_activate .buttons,
#id_forgotPassword .buttons,
#id_recovery .buttons {
  border-top: 1px solid #e2e0e0;
  margin-top: 15px; }

#id_signUp .buttons p.tip,
#id_activate .buttons p.tip {
  padding: 0 0 10px; }

#id_signUp .buttons p.tip a,
#id_activate .buttons p.tip a {
  text-transform: lowercase; }

#id_signUp .passwordStrength,
#id_activate .passwordStrength {
  top: 16px;
  right: 11px; }

#id_signUp #id_password,
#id_activate #id_password {
  padding-right: 100px; }

.signInLink {
  right: 20px;
  top: 26px; }

.contentMesage {
  max-width: 740px;
  margin: auto;
  margin-bottom: 60px;
  margin-top: 60px; }
  .contentMesage .title-text {
    color: #fff;
    font-size: 14px;
    line-height: 24px; }
  .contentMesage .messageHeader {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #000;
    padding: 16px 20px; }
    .contentMesage .messageHeader span {
      margin-right: 20px;
      display: flex;
      align-items: center; }
  .contentMesage .messageFooter {
    text-align: center;
    padding: 0 80px 60px; }
    .contentMesage .messageFooter .title-text,
    .contentMesage .messageFooter .title-text a {
      color: rgba(255, 255, 255, 0.7); }
    .contentMesage .messageFooter .title-text a:hover {
      color: #0066cc; }
  .contentMesage:first-child {
    margin-top: 80px;
    margin-bottom: 20px; }

html[lang*=en] .contentMesage {
  max-width: 680px; }
  html[lang*=en] .contentMesage .messageFooter {
    padding-left: 50px;
    padding-right: 50px; }
