/*----------------------------------------------------------
// Copyright (C) Microsoft Corporation. All rights reserved.
//----------------------------------------------------------
// login.ltr.css
*/

@charset "utf-8";

/* This enabled viewport on a snapped IE10 to recognize the smaller width */
@-ms-viewport {
  width: device-width;
  height: device-height; 
}

* {
  margin: 0;
  padding: 0;
}

html {
  background: #FF9900 no-repeat top left fixed;
  -webkit-background-size: cover;
  -mox-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  margin: 0px;
  padding: 0px;
  z-index: -999;
  text-align: left;  /* ltr */
}

html, body, .login_panel {
  height: 100%;
}

#login_panel {
  display: none;
}

a {
  text-decoration: none;
  color: #2672EC;
  background-color: transparent;
}

img {
  border: 0px;
}

form {
  width: auto;
  height: auto;
}

h1 {
  font-weight: normal;
}

.rtl {
  display: none;
}

.ltr {
  display: inline;
}

.tinytext {
  font-size: 0.7em;
  font-family: 'Segoe UI', 'Segoe', 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
}

.smalltext {
  font-size: 0.8em;
  font-family: 'Segoe UI' , 'Segoe' , 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
}

.normaltext {
  font-size: 0.9em;
  font-family: 'Segoe UI' , 'Segoe' , 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
}

.bigtext {
  color: #373737;
  font-size: 1.2em;
  font-family: 'Segoe UI Light' , 'Segoe', 'Segoe UI', 'SegoeUI-Light-final', Tahoma, Helvetica, Arial, sans-serif;
  font-weight: lighter;
}

.gianttext {
  color: #373737;
  font-size: 1.8em;
  font-family: 'Segoe UI Light' , 'Segoe', 'Segoe UI', 'SegoeUI-Light-final', Tahoma, Helvetica, Arial, sans-serif;
  font-weight: lighter;
}

.login_full_error_container {
  margin-top: 80px;
}

.login_full_error_container h1 {
  color: #373737;
  font-size: 1.2em;
  font-family: 'Segoe UI Light' , 'Segoe', 'Segoe UI', 'SegoeUI-Light-final', Tahoma, Helvetica, Arial, sans-serif;
  font-weight: lighter;
}

.login_full_error_container p {
  color: #373737;
  font-size: 0.8em;
  font-family: 'Segoe UI' , 'Segoe' , 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
  margin: 14px 0px 14px 0px;
}

.login_cta_container h1 {
  font-size: 1.0em;
  font-family: 'Segoe UI' , 'Segoe' , 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
}

.login_cta_container p {
  font-size: 0.8em;
  font-family: 'Segoe UI' , 'Segoe' , 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
  margin: 14px 0px 14px 0px;
}

.client_error_msg {
  display: none;
}

.errortext {
  color: #C85305;
}

.textfield {
  width: 320px;
}

.login_panel li {
  display: inline-block;
  list-style: none;
}

input[disabled] {
  background: transparent;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

div#background_branding_container {
  position: fixed;
  left: 0px; /* ltr */
  top: 0;
  overflow: hidden;
  z-index: -800;
  opacity: 1;
  width: 100%;
  height: 100%;
  
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  transition-property: opacity;
  transition-duration: 1s;
}

img#background_background_image {
  position: fixed;
  width: 100%;
  height: 100%;
}

div#background_page_overlay {
  position: fixed;
  left: 0px; /* ltr */
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  zIndex: 0;
  z-index: 0;
  opacity: 1;
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  transition-property: opacity;
  transition-duration: 1s;
  background: #F7F7F7 no-repeat top left fixed;
}

.login_panel {
  background: #FFFFFF;
  position: fixed;
  right: 0px;  /* ltr */
  float: right;  /* ltr */
  height: 100%;
  width: 500px;
  margin: 0px;
  padding: 0px;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

.login_inner_container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -270px;
}

.login_footer_container, .push {
  height: 220px;
  padding-left: 40px;
}

.push {
  clear: both;
}

.inner_container {
  padding-left: 50px;
  width: 420px;
}

.cred {
  padding-top: 90px;
}

.login_workload_logo_container {
  margin-bottom: 100px;
  width: auto;
  height: auto;
  
  transition: margin 0.6s;
  -moz-transition: margin 0.6s;
  -webkit-transition: margin 0.6s;
  -o-transition: margin 0.6s;
  transition-property: margin;
  transition-duration: 0.6s;
}

.login_cta_container {
  width: auto;
  height: auto;
  padding-bottom: 30px;
}

.validation_code {
  width: auto;
  height: auto;
  padding-bottom: 0px;
}

.login_error_container {
  height: auto;
  padding-bottom: 20px;
}

.cta_text {
  width: 100%;
}

.login_cred_container {
  width: 100%;
  height: 80px;
  margin-bottom: 60px;
  position: relative;
  display: block;
  padding: 0px;
  
  transition: margin 0.6s;
  -moz-transition: margin 0.6s;
  -webkit-transition: margin 0.6s;
  -o-transition: margin 0.6s;
  transition-property: margin;
  transition-duration: 0.6s;
}

.login_cred_field_container {
  width: 420px;
  margin: 0px;
  padding: 0px;
  display: list-item;
}

.login_cred_options_container {
  width: 420px;
  margin: 0px;
  padding: 0px;
  display: list-item;
}

div.login_textfield {
  z-index: -1;
}

input.login_textfield {
  height: 28px;
  padding-left: 3px;
  margin: 0px;
  border: 1px solid #BABABA;
  z-index: 3;
  margin-right: 100px;  /* ltr */
  margin-left: 0px;  /* ltr */
  background: transparent; 
  color: #000000;
}

span.placeholder {
  color: #999999;
  margin: 6px 0px 0px -6px;
  padding-left: 10px;
  width: 420px;
  z-index: -1;
}

.field {
  color: #6B6B6B;
}

#cred_sign_in_button {
  padding: 5px 20px 5px 20px;
  color: #FFFFFF;
  width: auto;
  margin-bottom: 34px;
  cursor: pointer;

  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition-property: opacity;
  transition-duration: 1s;
}

.button {
  background: #2672EC;
  border: 1px solid #FFFFFF;
  padding: 6px 12px 6px 12px;
  color: #FFFFFF;
  width: auto;
  cursor: pointer;

  transition: background 1s;
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  transition-property: background;
  transition-duration: 1s;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.button:hover {
  background: #D4E3FB;
}

.button:active {
  background: #212121;
}

.status {
  margin-top: 10px;
  margin-bottom: 20px;
}

.strong_subtext {
  margin-bottom: 10px;
}

.disabled_button {
  background: #2672EC;
  cursor: default;
}

input.login_textfield:focus {
  border: 1px solid #6B6B6B;
}

div#cred_userid_container {
  margin-bottom: 2px;
}

.progress div {
  width: 3px;
  height: 3px;
  overflow: hidden;
  position: absolute;
  background: #696969;
  z-index: 100;
}

.progress {
  position: relative;
  top: -6px;
  height: 6px;
  visibility: visible;
  margin-left: 0px;
}

div#cred_password_container {
  width: 340px;
  opacity: 1;
  transition: visibility 1s;
  -moz-transition: visibility 1s;
  -webkit-transition: visibility 1s;
  -o-transition: visibility 1s; /* IE10+ */
  transition-property: opacity visibility;
  transition-duration: 1s;
}

span.input_field {
  background: transparent;
  z-index: 0;
}

input:focus {
  border: 1px solid #000000;
  background: #FFFFFF;
}

.disabled {
  background: transparent;
}

div.subtext {
  margin-top: 10px;
  transition: opacity 1s;
  -moz-transition-property: opacity, background-color;
  -moz-transition-duration: 1s, 1s;
  -webkit-transition-property: opacity, background-color;
  -webkit-transition-duration: 1s, 1s;
  -o-transition: opacity, background-color; /* IE10+ */
  -o-transition-duration: 1s 1s;
  transition-property: opacity, background-color;
  transition-duration: 1s, 1s;
  opacity: 1;
}

input#cred_keep_me_signed_in_checkbox {
  padding-right: 0px;
}

input#cred_keep_me_signed_in_checkbox:focus {
  outline: gold solid 1px;
}

#cred_kmsi_container {
  margin-bottom: 40px;  /* ltr */
}

#recover_container {
  margin-top: 30px;
  margin-bottom: 10px;  /* ltr */
}

span.info_text {
  margin-left: 4px;
}

span#cred_forgot_password_link {
  cursor: pointer;
  margin-left: 0px;
}

#redirect_cta_text {
  margin-bottom: 10px;
}

#redirect_message_container {
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition-property: opacity;
  transition-duration: 1s;
  opacity: 0;
  visibility: hidden;
}

a.inactive_link {
  margin-right: 30px;
}

.login_guest_container {
  width: 420px;
  height: auto;
  display: inline-block;
  position: relative;
  padding-top: 50px;
  margin-bottom: 60px;
}

div.guest_direction_hint {
  margin-bottom: 6px;
  color: black;
}

div.guest_redirect_container {
  cursor: pointer;
}

#footer_links_container .inner_container {
  padding-top: 150px;
}

.footer {
  width: 420px;
  height: 10px;
  color: #666666;
  margin-left: -40px;
}

div.footer a {
  color: #666666;
}

.corp_link{
  padding-left: 5px;
  cursor: pointer;
}

.corp_link:first-child { /* ltr */
  padding-left: 0px;
  padding-right: 0px;
}

.hidden {
  visibility: hidden;
}

.no_cookie {
  display: none;
}

#back_button_container {
  float: left;
  margin-left: -34px;
  margin-top: 9px;
}

#back_button_image {
  width: 20px;
  height: 20px;
}

.show_other {
  margin-left: -5px;
}

@media only screen and (max-height: 820px), (max-device-height: 820px) {
  .inner_container {
    padding-top: 45px;
  }
  .login_workload_logo_container {
    margin-bottom: 30px;
  }
  .login_cred_container {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 600px), (max-device-width: 600px) 
{
  body { 
    background: #FFFFFF;
  }
  div#background_branding_container {
    opacity: 0;
    display: none;
  }
  #back_button_container {
    margin-left: -30px;
  }
}

/* Horizontal phone oorientation */
@media only screen and (max-width: 620px), (max-device-width: 620px) {
  html {
    background: #FFFFFF;
    overflow: hidden;
  }

  .tinytext {
    font-size: 0.6em;
  }

  .smalltext {
    font-size: 0.7em;
  }

  .normaltext {
    font-size: 0.8em;
  }

  .bigtext {
    font-size: 1.0em;
  }

  .gianttext {
    font-size: 1.2em;
  }

  div#background_branding_container {
    opacity: 0;
    z-index: -999;
    display: none;
  }
  div#background_page_overlay {
    display: none;
    z-index: -999;
  }
  .login_panel {
    position: relative;
    float: none;
    height: 100%;
    width: 100%;
    min-width: 420px;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    padding-top: 10px;
    overflow: auto;
  }
  .login_inner_container {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 100%;
    height: auto;
    min-height: 350px;
    max-height: 600px;
    max-width: 420px;
  }
  .cred {
    padding-top: 0px;
  }
  .login_footer_container, .push {  
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    max-width: 420px;
  }
  .login_footer_container {
    margin-left: auto;
    margin-right: auto;
  }
  .inner_container {
    padding-left: 0px;
    width: 390px;
    height: 30px;
  }
  img.workload_img {
    max-width: 280px;
    height: 80px;
    width: auto;
  }
  .login_workload_logo_container {
    margin-bottom: 0px;
    max-width: 280px;
    padding-left: 0px;
  }
  .login_cta_container {
    margin-bottom: 0px;
    max-width: 280px;
    padding-left: 0px;
    width: auto;
    height: auto;
    color: #333333;
  }
  .login_error_container {
    margin-top : 4px;
    margin-bottom : 4px;
    padding: 0;
    height : 20px;
  }
  .login_cred_field_container {
    max-width: 280px;
  }
  .login_cred_options_container {
    max-width: 280px;
    padding-left: 0px;
  }
  .cta_text {
    display: inline;
  }
  .login_cred_container {
    margin-bottom: 20px;
  }

  .login_guest_container {
    max-width: 280px;
    padding-right: 5px;
  }

  span.placeholder {
    width: 280px;
    padding-left: 10px;
  }

  div.login_textfield {
    max-width: 280px;
  }
  input.login_textfield {
    max-width: 280px;
  }
  
  div#cred_password_container {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none; /* IE10+ */
    transition-property: none;
    transition-duration: none;
  }

  #redirect_messsage_container {
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition-property: opacity;
    transition-duration: 1s;
  }

  .subtext {
    transition: none;
    -moz-transition-property: none;
    -moz-transition-duration: none;
    -webkit-transition-property: none;
    -webkit-transition-duration: none;
    -o-transition: none;
    -o-transition-duration: none;
    transition-property: none;
    transition-duration: none;
  }
  
  .login_guest_container {
    width: 100%;
  }
   .footer {
    width: 100%;
    max-width: 420px;
    margin: auto;
  }
  span.corporate_footer {
    float: none;
    width: 100%;
    padding: 0px;
  }

}

/* cellphone resolution vertical orientation resolution. */
@media only screen and (min-height: 250px) and (max-width: 320px),
  (min-device-height: 250px) and (max-device-width: 320px) {
  html {
    background: #FFFFFFOB;
    overflow: hidden;
  }

  .tinytext {
    font-size: 0.6em;
  }

  .smalltext {
    font-size: 0.7em;
  }

  .normaltext {
    font-size: 0.8em;
  }

  .bigtext {
    font-size: 0.9em;
  }

  .gianttext {
    font-size: 1.2em;
  }
  div#background_branding_container {
    opacity: 0;
    z-index: -999;
    display: none;
  }
  #background_background_image {
    display: none;
  }
  div#background_page_overlay {
    display: none;
    z-index: -999;
  }
  .login_panel {
    position: relative;
    float: none;
    min-height: 400px;
    height: 100%;
    width: 100%;
    min-width: 280px;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    padding-top: 10px;
    overflow: auto;
  }
  .login_inner_container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    height: auto;
    max-width: 280px;
  }
  .login_footer_container, .push {
    padding-left: 0px;
    width: 280px;
  }
  .login_footer_container {
    margin: 0 auto;
  }
  .inner_container {
    padding-left: 0px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  img.workload_img {
    max-width: 280px;
    height: 50px;
    width: auto;
  }
  .login_workload_logo_container {
    margin-bottom: 10px;
    max-width: 280px;
    padding-left: 0px;
  }
  .login_cta_container {
    margin-bottom: 0px;
    width: auto;
    height: auto;
    max-width: 260px;
    padding-left: 0px;
  }
  .login_cred_container {
    margin-bottom: 60px;
  }
  .login_cred_field_container {
    display: list-item;
    width: 280px;
    height: auto;
  }

  .login_cred_options_container {
    width: 260px;
    margin: 0px;
    padding: 0px;
    max-width: 260px;
  }

  #cred_sign_in_button {
    margin-bottom: 0px;
  }

  .login_guest_container {
    width: 260px;
    padding-right: 0px; /* ltr */
  }

  span.placeholder {
    width: 260px;
    padding-left: 10px; /* ltr */
  }

  div.login_textfield {
    width: 240px;
    padding: 0px;
    margin: 0px;
  }
  input.login_textfield {
    width: 240px;
    margin: 0px;
    margin-left: 0px;  /* ltr */
    margin-right: 30px; /* ltr */
  }
   
  div#cred_password_container {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition-property: none;
    transition-duration: none;
  }
 
  #redirect_message_container {
    width: 260px;
    max-width: 260px;

    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition-property: opacity;
    transition-duration: 1s;
  }

  #redirect_cta_text {
    width: 260px;
    max-width: 260px;
    margin-bottom: 10px;
  }

  .progress {
    margin-left: 15px;
  }

  .subtext {
    transition: none;
    -moz-transition-property: none;
    -moz-transition-duration: none;
    -webkit-transition-property: none;
    -webkit-transition-duration: none;
    -o-transition: none; 
    -o-transition-duration: none;
    transition-property: none;
    transition-duration: none;
  }

  .footer {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  span.corporate_footer {
    float: none;
    width: 100%;
    padding: 0px;
  }
  .corp_link:first-child {
    padding: 0px;
  }
}

.ad_glyph {
  width: 50px;
  height: 50px;
}

.hide {
  opacity: 0;
}

.no_display {
  display: none;
}

a.tile_link:focus table.user_tile {
  background: #E6E6E6;
  outline: none;
}

a.tile_link {
  outline: none;
}

table.user_tile {
  padding: 6px 0px 6px 10px;
  width: 100%;
  max-width: 360px;
  margin-left: -10px;
}

table.user_tile:hover {
  background: #DEDEDE;
}

table.user_tile:active {
  background: #E6E6E6;
}

a.disabled_tile, table.disabled_tile,
table.disabled_tile:hover, table.disabled_tile:active {
  cursor: default;
  background: #FFFFFF;
}

a.tile_link {
  color: #373737;
}

a.tile_link:hover {
  background: #ffffff;
  text-decoration: none;
}

a.tooltip span {
  display: none; 
  padding: 6px 6px; 
  margin-left: 8px; 
  text-align: center;
  width: auto;
}

a.tooltip:hover span {
  display: inline; 
  position: absolute; 
  background: #ffffff; 
  border: 1px solid #373737;
  color: #373737;
}

.tile_name {
  width: 100%;
  min-width: 300px;
}

.tile_primary_name {
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
  padding: 0px;
}

.tile_secondary_name {
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
}

#back_button {
  float: left;
  margin-left: -34px;
  margin-top: 10px;
}

.spaced_container {
  margin-bottom: 40px;
}

.hip_link {
  padding-left: 5px;
  padding-right: 5px;
}

.hip_link:first-child {
  padding-left: 0px;
  padding-right: 5px;
}

#hip_image_container {
  margin-top: 10px;
}

.hip_link a {
  color: #0073C6;
}

#hip_show_image_container {
  display: none;
}
