/* *****************************************
#############################################################################
#
#   Application    : MST
#   File Name      : mytoll_login.scss
#   Purpose        : Styling specific to login screen
#
##############################################################################

    ######################################
    color info    : http://www.colorhexa.com/ffe7c6
    color blender : http://meyerweb.com/eric/tools/color-blend/
    light/dark    : http://hexcolortool.com/

****************************************** */
html {
  background-color: #EFEFEF;
  background-color: #DDDDDD;
  /* center on screen */
  margin: 0 auto; }

/* 
    Support for Pure Grids http://purecss.io/grids/#using-grids-with-custom-fonts
*/
html, button, input, select, textarea,
.yui3-g [class*="yui3-u"] {
  /* Set your content font stack here: */
  font-family: "Tahoma", "Verdana",  sans-serif;
  font-size: small; }

.yui3-g > div.PageSection {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5em; }

#PageContent {
  margin: 0 auto;
  padding: 80px 10px;
  width: 1020px; }

#PageContents {
  background-color: #EFEFEF;
  background-color: #efefef;
  background-image: url("/images/application/new/patterns/grey.png");
  margin: 0px auto;
  width: 990px;
  min-height: 360px;
  /* push footer down for one canvas screens */
  border-left: 1px solid #666666; }

.MarketingImg1 {
  background-image: url("/images/application/new/marketing/home_login_image1.jpg"); }

.MarketingImg2 {
  background-image: url("/images/application/new/marketing/home_login_image2.jpg"); }

.MarketingImg3 {
  background-image: url("/images/application/new/marketing/home_login_image3.jpg"); }

.MarketingSlg1 {
  background-color: #ED8B00;
  text-shadow: 4px 4px 6px black;
  outline: black;
  color: #FFFFFF; }

.MarketingSlg2 {
  background-color: #ED8B00;
  text-shadow: 1px 1px 1px black;
  color: #0078BF; }

.MarketingSlg3 {
  background-color: #FFFFFF;
  text-shadow: 4px 4px 6px lightgrey;
  color: #ED8B00; }

.MarketingSlg4 {
  background-color: #FFFFFF;
  text-shadow: 4px 4px 6px lightgrey;
  color: #0078BF; }

#PageHeader, #PageFooter {
  color: #FFFFFF; }

#PageHeader {
  /*font-size: 2em; */
  background-color: #0078BF; }

#PageHeaderContent, #PageFooterContent {
  margin: 0 auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  padding: 0px 0px;
  border-left: 0px solid #666666;
  border-right: 1px solid #666666; }

#PageHeaderContent {
  height: 70px; }

#HeaderLogoContainer {
  height: 100%;
  width: 430px;
  background-image: url("/images/application/new/shell-login-header-logo.png");
  background-position: 1px center;
  background-repeat: no-repeat;
  background-size: 480px;
  /* constrains proportions, but should really resize */
  /*background-color: rgba(255, 0, 0, .5);*/ }

#HeaderLogoContainer img {
  width: 380px;
  padding-top: 1px; }

#PageFooterContent {
  height: 30px; }

#PageFooter {
  background-color: #0078BF; }

/*  main    */
.Main {
  margin-top: 4px;
  margin-left: 4px !important;
  margin-left: 4px; }

/* MESSAGES */
.ProgramMessages {
  margin: 0 17px 10px;
  width: 985px; }

/*.Messages .Info , .CanvasMessages .Info*/
.Messages .Info {
  color: #0077BB;
  background-image: url("/images/framework/info.png");
  background-position: 20px 50%;
  background-origin: border-box;
  /* this is to make background work like how IE calculates (otherwise border covers image) */
  background-repeat: no-repeat;
  padding: 10px 10px 10px 30px;
  /*border-radius: 0px 5px 5px 0px;*/
  border-width: 2px 2px 2px 15px;
  border-style: solid;
  border-color: #0077BB;
  background-color: #EAF7FF;
  /*margin: 2px 0;*/ }

/*.Messages .Success, .CanvasMessages .Success {*/
.Messages .Success {
  color: #49A942;
  background-image: url("/images/application/success.png");
  background-position: 20px 50%;
  background-origin: border-box;
  /* this is to make background work like how IE calculates (otherwise border covers image) */
  background-repeat: no-repeat;
  padding: 10px 10px 10px 30px;
  /*border-radius: 0px 5px 5px 0px;*/
  border-width: 2px 2px 2px 15px;
  border-style: solid;
  border-color: #49A942;
  background-color: #EEFFEE;
  /*margin: 2px 0;*/ }

/*.Messages .Error, .CanvasMessages .Error {*/
.Messages .Error {
  color: #DA0000;
  background-image: url("/images/framework/error.png");
  background-position: 20px 50%;
  background-origin: border-box;
  /* this is to make background work like how IE calculates (otherwise border covers image) */
  background-repeat: no-repeat;
  padding: 10px 10px 10px 30px;
  /*border-radius: 0px 5px 5px 0px;*/
  border-width: 2px 2px 2px 15px;
  border-style: solid;
  border-color: #DA0000;
  background-color: #FFC9C9;
  /*margin: 2px 0;*/ }

/*.Messages .Permanent, .CanvasMessages .Permanent {*/
.Messages .Permanent {
  color: #EF7F2C;
  /* orange */
  background-position: 20px 50%;
  background-origin: border-box;
  /* this is to make background work like how IE calculates (otherwise border covers image) */
  background-repeat: no-repeat;
  padding: 10px 10px 10px 10px;
  /*border-radius: 0px 5px 5px 0px;*/
  border-width: 2px 2px 2px 15px;
  border-style: solid;
  border-color: #EF7F2C;
  /* orange */
  background-color: #FFE5C2;
  /* light orange */
  /*margin: 2px 0;*/ }

.CanvasMessages .Messages .Validation {
  margin: 2px;
  padding: 5px 10px;
  border: 1px dashed red;
  color: red;
  background-color: #FFEEEE;
  font-weight: bold; }

.CanvasMessages .Messages .Info,
.CanvasMessages .Messages .Success,
.CanvasMessages .Messages .Error,
.CanvasMessages .Messages .Permanent {
  /*margin: 2px 5px;*/
  border: 1px dashed;
  border-left: 8px solid;
  background-position: 15px 50%; }

.WidgetMessages {
  width: 45%;
  display: inline-block;
  padding-top: 2px;
  padding-left: 5px; }

.WidgetMessages .Messages {
  padding: 0; }

.WidgetMessages .Messages .Info,
.WidgetMessages .Messages .Success,
.WidgetMessages .Messages .Error,
.WidgetMessages .Messages .Permanent {
  background-position: 0 0;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0px 0px 0px 23px;
  background-color: inherit;
  /*text-shadow: none;*/ }

/*  header widgets  */
.CanvasHeader .HeaderWidgets {
  text-align: right; }

.CanvasHeader .HeaderWidgets .Widget {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*   IE  */
  padding-left: 10px; }

.CanvasHeader .HeaderWidgets .Item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*   IE  */
  padding-left: 10px; }

/* BOX WIDGET */
.box-widget, .Canvas {
  background-color: #FBFBFB;
  border: 1px solid #AAAAAA;
  /* make the borders sharper with dark grey */
  height: auto;
  box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.4);
  margin: 0 0 10px 10px;
  max-width: 1000px; }

.CanvasHeader {
  -moz-box-sizing: border-box;
  color: #666666;
  background-color: #F8F8F8;
  background-image: linear-gradient(to bottom, #F6F6F6, #F0F0F0);
  border-bottom: 1px solid #DCDCDC;
  font-size: 18px;
  /*height: 28px;*/
  min-height: 28px;
  height: 100%;
  padding: 3px 6px; }

.CanvasContent {
  -moz-box-sizing: border-box;
  color: #333333;
  padding: 10px; }

.CanvasFooter {
  -moz-box-sizing: border-box;
  border-top: 1px solid #DCDCDC;
  color: #666666;
  /*font-family: "OpenSansBold";*/
  font-size: 10pt;
  padding: 5px 10px;
  background-color: #F0F0F0;
  overflow: hidden; }

input[type="reset"],
input[type="submit"],
input[type="button"],
.btn {
  background-color: #0078BF;
  /* same as the NL plate blue background */
  background-image: none;
  color: #FFFFFF;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
  border-image: none;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold; }

input[type="reset"] {
  font-weight: normal; }

input[disabled=disabled] {
  background-color: #F5F5F5;
  color: #030303;
  cursor: default; }

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9; }

.btn:active,
.btn.active {
  background-color: #cccccc \9; }

.btn:hover,
.btn:focus {
  color: #333333;
  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; }

.btn:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

/* user_login style*/
.AnnounceSection {
  float: left;
  height: 360px;
  width: 725px; }

.LoginSection {
  float: left;
  width: 225px;
  height: 320px;
  padding: 20px;
  background-color: rgba(210, 210, 210, 0.8);
  color: #FFFFFF;
  font-weight: bold; }

.flex_caption {
  font-size: 38pt;
  padding: 15px 31px;
  margin-top: 90px;
  display: block;
  text-align: center; }

.ForgotPassword {
  padding: 10px 0px; }

a:active,
a:link,
a:visited {
  color: black;
  /* text-shadow: 0 1px 1px rgba(256, 256, 256, 0.75); */ }

input[type=text],
input[type=password] {
  width: 220px;
  height: 25px; }

.TermsConditionsSection {
  margin: 0px auto;
  width: 500px;
  height: 330px;
  color: #000000;
  padding-top: 30px; }

.TwoFactorAuthenticationSection {
  margin: 0px auto;
  width: 800px;
  height: 360px;
  color: #000000;
  padding-top: 30px;
}

.TnCBox {
  border: 1px solid black;
  background-color: rgba(250, 250, 250, 0.8); }

.TwoFactorBox {
  border: 1px solid black;
  background-color: rgba(250, 250, 250, 0.8);
}

.ButtonContainer {
  width: 333px;
  margin: 0 auto;
  padding: 10px 0px; }

.ButtonTnC {
  color: #FFFFFF;
  background-color: #0078BF;
  border: 1px solid #909596;
  border-radius: 5px;
  width: 305px;
  padding: 13px;
  text-align: center;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
  font-weight: bold; }

.ButtonTnC:hover {
  background-color: #0078BF; }

.ButtonContainer a:active,
.ButtonContainer a:link,
.ButtonContainer a:visited {
  text-decoration: none; }

.TNCContainer {
  width: 450px;
  margin: 0 auto;
  padding: 7px 0px;
  font-size: 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.AcceptContainer {
  width: 200px;
  padding: 35px 0px;
  margin: 0 auto; }

.DisplayInline {
  display: inline-block;
  width: 250px; }

.AcceptButton {
  float: left; }

.AcceptButton input {
  background-color: #49A942; }

.DeclineLink {
  float: left;
  padding: 10px 10px 10px 25px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.ProgramName {
  font-size: 20pt;
  text-align: center;
  padding: 50px 0 40px 0;
  color: #003063;
  width: 500px;
  font-weight: bold; }

.TwoFactorProgramName {
  font-size: 20pt;
  text-align: center;
  color: #003063;
  width: 971px;
}

.TwoFactorGracePeriod {
  font-style: italic;
  font-size: 12px;
  color: green;
  padding: 10px 0 10px 0;
}

.Widget .Label {
  color: black;
  padding: 5px 0px; }

/*  canvas labels left   */
.Canvas .CanvasLabelsLeft .Col0 {
  width: 49%; }

.Canvas .CanvasLabelsLeft .Col1 {
  width: 49%; }


.Canvas .CanvasLabelsLeft .Label {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  word-spacing: normal;
  padding-right: 20px;
  text-align: left; }

.Canvas .CanvasLabelsLeft .Label label, .Canvas .CanvasLabelsLeft .Text {
  display: block; }


.Canvas .CanvasLabelsLeft .Field {
  display: inline-block; }

.HeaderText {
  vertical-align: bottom;
  font-size: 10pt; }


.CanvasFooter .Item {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.CanvasFooter .Widget {
  display: inline-block;
  zoom: 1;
  *display: inline; }


.MfaProgressHeader {
   vertical-align: top;
   font-size: 14pt;
   color: #003063;
   border-bottom: 1px solid #59708D;
   padding-bottom:5px;
}

.MfaQuestion {
   vertical-align: top;
   padding-top: 15px;
   padding-bottom: 15px;
}

.MfaAnswerHint {
   font-style: italic;
   padding-left: 55px;
}

.SubmitRight {
  float: right; 
}

input[type="submit"]:disabled {
  background-color: #cccccc;
  color: #666666;
}

.BackButton {
   float: right;
   padding: 0 5px 0 0;
}
