/*mediaRelated*/
/*Student Survey*/
/*
@mixin media-lg-devices-only {
  @media (min-width: 1200px) and (max-width:1440px) {
    @content;
  }
}

@mixin media-ulg-devices {
  @media (min-width: 1441px) { // ultra-large devices
    @content;
  }
}
*/
/* Media Print query CSS */
@font-face {
  font-family: Digital;
  src: url("../../../../../Styles/Fonts/DS_Digital.ttf?v=6.4"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url("../../../../../Styles/Fonts/KT3KS9Aol4WfR6Vas8kNcg.woff") format("woff"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url("../../../../../Styles/Fonts/9k-RPmcnxYEPm8CNFsH2gg.woff") format("woff"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url("../../../../../Styles/Fonts/wkfQbvfT_02e2IWO3yYueQ.woff") format("woff"); }

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url("../../../../../Styles/Fonts/2HG_tEPiQ4Z6795cGfdivD8E0i7KZn-EPnyo3HZu7kw.woff") format("woff"); }

.blankDiv {
  left: 0px;
  top: 0px;
  background-color: #D9D7D6;
  z-index: 3000;
  position: absolute;
  width: 100%;
  height: 100%; }

.clear {
  clear: both; }

.canvas_override {
  direction: ltr !important; }

.pointerDisable {
  pointer-events: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.textCenter {
  text-align: center; }

.hide {
  display: none; }

.gutterPaddingTop {
  padding-top: 15px; }

/*mediaRelated*/
/*Student Survey*/
/*
@mixin media-lg-devices-only {
  @media (min-width: 1200px) and (max-width:1440px) {
    @content;
  }
}

@mixin media-ulg-devices {
  @media (min-width: 1441px) { // ultra-large devices
    @content;
  }
}
*/
/* Media Print query CSS */
*:not(input):not(textarea) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bottomButtonDivStyle {
  -webkit-box-shadow: 0px 1px 0px #36383A;
  /*#494949;*/
  -moz-box-shadow: 0px 1px 0px #36383A;
  -ms-box-shadow: 0px 1px 0px #36383A;
  box-shadow: 0px 1px 0px #36383A;
  height: 30px;
  display: inline-block;
  margin-top: 12px;
  background: #808080;
  width: 95px;
  cursor: pointer; }

.btnValue {
  width: 44px;
  line-height: 30px;
  color: white;
  display: inline-block;
  margin: 0px;
  font-family: Lato;
  font-size: 14px;
  font-weight: bold; }

.bottomButtonDivStyle:active {
  background: #4D4D4D; }

.button, .alert_button, .darkButton {
  height: 30px;
  min-width: 75px;
  width: auto;
  cursor: pointer;
  display: inline-table;
  overflow: hidden;
  padding: 0px 10px 0px 10px;
  line-height: 30px;
  color: #000000;
  background: #ffffff;
  text-align: center;
  box-shadow: 0px 2px 0px #4D4D4D;
  font-family: Lato;
  font-size: 14px;
  font-weight: bold; }

.alert_button:hover, .button:hover {
  background-color: #E5E5E5; }

.alert_button:active, .button:active {
  background-color: #B2B2B2; }

.alert_button {
  padding: 0px 10px 0px 10px;
  display: inline-block;
  margin: 0px 10px 0px 10px;
  -webkit-box-shadow: 0px 1px 0px #36383A;
  /*#494949;*/
  -moz-box-shadow: 0px 1px 0px #36383A;
  -ms-box-shadow: 0px 1px 0px #36383A;
  box-shadow: 0px 1px 0px #36383A;
  background: #4DA0BF; }
  html[dir="ltr"] .alert_button {
    float: left; }
  html[dir="rtl"] .alert_button {
    float: right; }

.alert_button_txt {
  color: #FFFFFF;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.alert_button:hover {
  background-color: #3487A6; }

.alert_button:active {
  background-color: #1A6D8C; }

.darkButton {
  color: #FFFFFF;
  background: #808080;
  box-shadow: 0px 2px 0px #36383A; }

.primaryButton {
  background: #4DA0BF;
  color: #FFFFFF; }

.primaryButton:hover {
  background: #3487A6; }

.primaryButton:active {
  background: #1A6D8C; }

.darkButton:hover {
  background-color: #B2B2B2; }

.darkButton:active {
  background-color: #4D4D4D; }

.disabledButton {
  opacity: 0.5; }

.disabledButton:active {
  background-color: transparent !important; }

.btnClose {
  position: absolute;
  width: 20px;
  height: 20px;
  border: none;
  right: 0;
  top: 0;
  outline: none;
  background: #4DA0BF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.btnClose:active {
  background: #1A6D8C; }

.btnClose:after {
  content: 'X';
  display: block;
  position: absolute;
  width: 10px;
  height: 20px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #FFFFFF;
  line-height: 20px;
  font-weight: bold;
  font-family: cursive; }

/*
@mixin media-lg-devices-only {
  @media (min-width: 1200px) and (max-width:1440px) {
    @content;
  }
}

@mixin media-ulg-devices {
  @media (min-width: 1441px) { // ultra-large devices
    @content;
  }
}
*/
/* Media Print query CSS */
/*mediaRelated*/
/*Student Survey*/
.alertMainDiv {
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media (max-width: 767px) {
    .alertMainDiv {
      width: 320px; } }

.alertInnerContainer {
  padding: 0px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #007fad;
  border: 2px solid rgba(255, 255, 255, 0.7); }
  .alertInnerContainer.hideImmediate {
    background: none;
    border-top: none;
    border-bottom: none; }
    .alertInnerContainer.hideImmediate .alert_button {
      background: none; }

.alert_button:focus {
  background: #3487A6;
  outline: 0; }

.LearntronAlert {
  margin: 0px auto;
  width: 100%;
  position: relative;
  z-index: 1000000 !important; }

.alert_icon {
  background-image: url("../../../../../Images/window/07_window_title_sprite.png?v=6.4");
  background-position: -666px -6px;
  background-repeat: no-repeat;
  padding: 0px;
  height: 55px;
  width: 55px;
  margin-left: 10px;
  margin-right: 10px; }
  html[dir="ltr"] .alert_icon {
    float: left; }
  html[dir="rtl"] .alert_icon {
    float: right; }

.alert_title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background: #046081;
  font-family: Lato;
  font-size: 22px;
  font-weight: normal;
  padding: 10px; }

.alert_message {
  padding: 20px;
  color: #FFFFFF;
  min-height: 50px;
  display: flex;
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  align-items: center;
  justify-content: center; }

.alert_title_text {
  line-height: 22px;
  color: #FFFFFF;
  padding: 0px;
  margin-top: 20px;
  width: 630px;
  display: table-cell;
  vertical-align: middle;
  font-family: Lato;
  font-size: 20px;
  font-weight: normal; }
  html[dir="ltr"] .alert_title_text {
    float: left; }
  html[dir="rtl"] .alert_title_text {
    float: right; }
  html[dir="ltr"] .alert_title_text {
    text-align: left; }
  html[dir="rtl"] .alert_title_text {
    text-align: right; }
  html[dir="ltr"] .alert_title_text {
    margin-right: 0; }
  html[dir="rtl"] .alert_title_text {
    margin-right: 15px; }
  html[dir="ltr"] .alert_title_text {
    margin-left: 15px; }
  html[dir="rtl"] .alert_title_text {
    margin-left: 0; }
  html[dir="ltr"] .alert_title_text {
    direction: ltr; }
  html[dir="rtl"] .alert_title_text {
    direction: rtl; }

.small_message_text {
  color: #FFFFFF;
  height: 45px;
  display: table-cell;
  vertical-align: middle;
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  padding-top: 10px; }

.btnMainDivStyle {
  display: flex;
  margin-bottom: 25px;
  justify-content: center; }

@font-face {
  font-family: Digital;
  src: url("../../../../../Styles/Fonts/DS_Digital.ttf?v=6.4"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url("../../../../../Styles/Fonts/KT3KS9Aol4WfR6Vas8kNcg.woff") format("woff"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url("../../../../../Styles/Fonts/9k-RPmcnxYEPm8CNFsH2gg.woff") format("woff"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url("../../../../../Styles/Fonts/wkfQbvfT_02e2IWO3yYueQ.woff") format("woff"); }

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url("../../../../../Styles/Fonts/2HG_tEPiQ4Z6795cGfdivD8E0i7KZn-EPnyo3HZu7kw.woff") format("woff"); }

/*
@mixin media-lg-devices-only {
  @media (min-width: 1200px) and (max-width:1440px) {
    @content;
  }
}

@mixin media-ulg-devices {
  @media (min-width: 1441px) { // ultra-large devices
    @content;
  }
}
*/
/* Media Print query CSS */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  /* Hide default input type 'number' up/down arrows */
  margin: 0;
  -webkit-appearance: none; }

input[type=number] {
  -moz-appearance: textfield; }

input[type='text'], input[type='email'], input[type='password'], input[type='number'] {
  background-color: #FFF;
  border: 1px solid #3793B4;
  color: #000000;
  height: 30px;
  margin: 8px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  outline: none;
  width: 260px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Lato;
  font-size: 14px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  html[dir="ltr"] input[type='text'], html[dir="ltr"] input[type='email'], html[dir="ltr"] input[type='password'], html[dir="ltr"] input[type='number'] {
    float: left; }
  html[dir="rtl"] input[type='text'], html[dir="rtl"] input[type='email'], html[dir="rtl"] input[type='password'], html[dir="rtl"] input[type='number'] {
    float: right; }
  html[dir="ltr"] input[type='text'], html[dir="ltr"] input[type='email'], html[dir="ltr"] input[type='password'], html[dir="ltr"] input[type='number'] {
    direction: ltr; }
  html[dir="rtl"] input[type='text'], html[dir="rtl"] input[type='email'], html[dir="rtl"] input[type='password'], html[dir="rtl"] input[type='number'] {
    direction: rtl; }

textarea {
  border: none;
  background-color: #FFF;
  border: 1px solid #8DB9C3;
  color: #000000;
  font-family: Lato;
  font-size: 14px;
  font-weight: normal;
  height: 70px;
  margin: 8px 0px 0px 0px;
  outline: none;
  padding: 7px 5px 0px 5px;
  width: 260px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0px;
  resize: none;
  -webkit-border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto; }
  html[dir="ltr"] textarea {
    direction: ltr; }
  html[dir="rtl"] textarea {
    direction: rtl; }

input[type='text']:focus, textarea:focus {
  border: 1px solid #002D4E; }

.txtaskquestion:focus {
  border: 0px solid #002D4E !important; }

.inputLabelLeft {
  padding-left: 10px;
  color: #FFFFFF;
  font-family: Lato;
  font-size: 14px;
  font-weight: normal; }
  html[dir="ltr"] .inputLabelLeft {
    float: left; }
  html[dir="rtl"] .inputLabelLeft {
    float: right; }
  html[dir="ltr"] .inputLabelLeft {
    margin: 12px 15px 0 0; }
  html[dir="rtl"] .inputLabelLeft {
    margin: 12px 0 0 15px; }
  html[dir="ltr"] .inputLabelLeft {
    text-align: right; }
  html[dir="rtl"] .inputLabelLeft {
    text-align: left; }

.inputLabelRight {
  color: #000000;
  float: left;
  font-family: Lato;
  font-size: 14px;
  font-weight: normal;
  width: 52%;
  z-index: 998; }
  html[dir="ltr"] .inputLabelRight {
    margin: 0 0 0 15px; }
  html[dir="rtl"] .inputLabelRight {
    margin: 0 15px 0 0; }

.inputLabelTop {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  width: 310px;
  white-space: nowrap;
  height: 25px; }
  html[dir="ltr"] .inputLabelTop {
    margin: 0 30px 0 0; }
  html[dir="rtl"] .inputLabelTop {
    margin: 0 0 0 30px; }

textarea {
  -webkit-overflow-scrolling: touch; }

/*mediaRelated*/
/*Student Survey*/
.LearntronAlertOverlayStyle {
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100% !important;
  height: 100% !important; }

.moveAnimation {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.loadingMainCtr {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -ms-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  background-color: #FFF; }

.loadingOverlay {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.5); }

/* Old light bulb animation - being phased out
.loading-animation-ctr{
	width: 60px;
	height: 60px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.loading-mask-image{
	width: 60px;
	height: 60px;
	display: block;
	background-image: $WindowTitleSprite;
	background-position: -662px -89px;
}

.loading-bulb-glow-stick {
	width: 2px;
	height: 6px;
	background: white;
	display: block;
	position: absolute;
	opacity: 0;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.loading-bulb-glow-stick:nth-of-type(1) {
	@include transform(rotate(45deg));
	top: 37px;
	left: 18px;
	-moz-animation-name: bulbStick1;
	-o-animation-name: bulbStick1;
	-webkit-animation-name: bulbStick1;
	animation-name: bulbStick1;
}

.loading-bulb-glow-stick:nth-of-type(2) {
	@include transform(rotate(90deg));
	top: 22px;
	left: 12px;
	-moz-animation-name: bulbStick2;
	-o-animation-name: bulbStick2;
	-webkit-animation-name: bulbStick2;
	animation-name: bulbStick2;
}

.loading-bulb-glow-stick:nth-of-type(3) {
	@include transform(rotate(135deg));
	top: 9px;
	left: 17px;
	-moz-animation-name: bulbStick3;
	-o-animation-name: bulbStick3;
	-webkit-animation-name: bulbStick3;
	animation-name: bulbStick3;
}

.loading-bulb-glow-stick:nth-of-type(4) {
	@include transform(rotate(180deg));
	top: 4px;
	left: 30px;
	-moz-animation-name: bulbStick4;
	-o-animation-name: bulbStick4;
	-webkit-animation-name: bulbStick4;
	animation-name: bulbStick4;
}

.loading-bulb-glow-stick:nth-of-type(5) {
	@include transform(rotate(225deg));
	top: 8px;
	left: 42px;
	-moz-animation-name: bulbStick5;
	-o-animation-name: bulbStick5;
	-webkit-animation-name: bulbStick5;
	animation-name: bulbStick5;
}

.loading-bulb-glow-stick:nth-of-type(6) {
	@include transform(rotate(270deg));
	top: 22px;
	left: 48px;
	-moz-animation-name: bulbStick6;
	-o-animation-name: bulbStick6;
	-webkit-animation-name: bulbStick6;
	animation-name: bulbStick6;
}

.loading-bulb-glow-stick:nth-of-type(7) {
	@include transform(rotate(315deg));
	top: 37px;
	left: 42px;
	-moz-animation-name: bulbStick7;
	-o-animation-name: bulbStick7;
	-webkit-animation-name: bulbStick7;
	animation-name: bulbStick7;
}

@-moz-keyframes bulbStick1{
	3%{	opacity: 0;	}
	7%{	opacity: 1;	}
	10%{ opacity: 0; }
	14%{ opacity: 1; }
	100%{ opacity: 1; }
}

@-webkit-keyframes bulbStick1{
	3%{	opacity: 0;	}
	7%{	opacity: 1;	}
	10%{ opacity: 0; }
	14%{ opacity: 1; }
	100%{ opacity: 1; }
}

@keyframes bulbStick1{
	3%{	opacity: 0;	}
	7%{	opacity: 1;	}
	10%{ opacity: 0; }
	14%{ opacity: 1; }
	100%{ opacity: 1; }
}


@-moz-keyframes bulbStick2{
	14%{ opacity: 0; }
	17%{ opacity: 0; }
	21%{ opacity: 1; }
	24%{ opacity: 0; }
	28%{ opacity: 1; }
	100%{ opacity: 1; }
}

@-webkit-keyframes bulbStick2{
	14%{ opacity: 0; }
	17%{ opacity: 0; }
	21%{ opacity: 1; }
	24%{ opacity: 0; }
	28%{ opacity: 1; }
	100%{ opacity: 1; }
}

@keyframes bulbStick2{
	14%{ opacity: 0; }
	17%{ opacity: 0; }
	21%{ opacity: 1; }
	24%{ opacity: 0; }
	28%{ opacity: 1; }
	100%{ opacity: 1; }
}



@-moz-keyframes bulbStick3{
	28%{ opacity: 0; }
	31%{ opacity: 0; }
	35%{ opacity: 1; }
	38%{ opacity: 0; }
	42%{ opacity: 1; }
	100%{ opacity: 1; }
}

@-webkit-keyframes bulbStick3{
	28%{ opacity: 0; }
	31%{ opacity: 0; }
	35%{ opacity: 1; }
	38%{ opacity: 0; }
	42%{ opacity: 1; }
	100%{ opacity: 1; }
}

@keyframes bulbStick3{
	28%{ opacity: 0; }
	31%{ opacity: 0; }
	35%{ opacity: 1; }
	38%{ opacity: 0; }
	42%{ opacity: 1; }
	100%{ opacity: 1; }
}


@-moz-keyframes bulbStick4{
	42%{ opacity: 0; }
	45%{ opacity: 0; }
	49%{ opacity: 1; }
	52%{ opacity: 0; }
	56%{ opacity: 1; }
	100%{ opacity: 1; }
}

@-webkit-keyframes bulbStick4{
	42%{ opacity: 0; }
	45%{ opacity: 0; }
	49%{ opacity: 1; }
	52%{ opacity: 0; }
	56%{ opacity: 1; }
	100%{ opacity: 1; }
}

@keyframes bulbStick4{
	42%{ opacity: 0; }
	45%{ opacity: 0; }
	49%{ opacity: 1; }
	52%{ opacity: 0; }
	56%{ opacity: 1; }
	100%{ opacity: 1; }
}



@-moz-keyframes bulbStick5{
	56%{ opacity: 0; }
	59%{ opacity: 0; }
	63%{ opacity: 1; }
	66%{ opacity: 0; }
	70%{ opacity: 1; }
	100%{ opacity: 1; }
}

@-webkit-keyframes bulbStick5{
	56%{ opacity: 0; }
	59%{ opacity: 0; }
	63%{ opacity: 1; }
	66%{ opacity: 0; }
	70%{ opacity: 1; }
	100%{ opacity: 1; }
}

@keyframes bulbStick5{
	56%{ opacity: 0; }
	59%{ opacity: 0; }
	63%{ opacity: 1; }
	66%{ opacity: 0; }
	70%{ opacity: 1; }
	100%{ opacity: 1; }
}


@-moz-keyframes bulbStick6{
	70%{ opacity: 0; }
	73%{ opacity: 0; }
	77%{ opacity: 1; }
	80%{ opacity: 0; }
	84%{ opacity: 1; }
	100%{ opacity: 1; }
}

@-webkit-keyframes bulbStick6{
	70%{ opacity: 0; }
	73%{ opacity: 0; }
	77%{ opacity: 1; }
	80%{ opacity: 0; }
	84%{ opacity: 1; }
	100%{ opacity: 1; }
}

@keyframes bulbStick6{
	70%{ opacity: 0; }
	73%{ opacity: 0; }
	77%{ opacity: 1; }
	80%{ opacity: 0; }
	84%{ opacity: 1; }
	100%{ opacity: 1; }
}



@-moz-keyframes bulbStick7{
	84%{ opacity: 0; }
	87%{ opacity: 0; }
	91%{ opacity: 1; }
	94%{ opacity: 0; }
	98%{ opacity: 1; }
	100%{ opacity: 1; }
}

@-webkit-keyframes bulbStick7{
	84%{ opacity: 0; }
	87%{ opacity: 0; }
	91%{ opacity: 1; }
	94%{ opacity: 0; }
	98%{ opacity: 1; }
	100%{ opacity: 1; }
}

@keyframes bulbStick7{
	84%{ opacity: 0; }
	87%{ opacity: 0; }
	91%{ opacity: 1; }
	94%{ opacity: 0; }
	98%{ opacity: 1; }
	100%{ opacity: 1; }
}
    */
.loadingMessage {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 100px;
  height: 30px;
  z-index: -1;
  color: #FFFFFF;
  display: none; }
  .loadingMessage.loadingMessageDisplay {
    z-index: 2;
    display: block; }

.loadingAnimationCtr {
  width: 200px;
  height: 65px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }
  .loadingAnimationCtr:before {
    content: '';
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite; }
  .loadingAnimationCtr:after {
    content: '';
    width: 50px;
    height: 50px;
    background: #FFF;
    animation: animate 0.4s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px; }

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px; }
  25% {
    transform: translate3d(0, 9px, 0) rotate3d(0, 0, 1, 22.5deg); }
  50% {
    transform: translate3d(0, 18px, 0) scale3d(1, 0.9, 1) rotate3d(0, 0, 1, 45deg);
    border-bottom-right-radius: 40px; }
  75% {
    transform: translate3d(0, 9px, 0) rotate3d(0, 0, 1, 67.5deg); }
  100% {
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 90deg); } }

@keyframes shadow {
  0%, 100% {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.2, 1, 1); } }

@-webkit-keyframes animate {
  17% {
    border-bottom-right-radius: 3px; }
  25% {
    transform: translate3d(0, 9px, 0) rotate3d(0, 0, 1, 22.5deg); }
  50% {
    transform: translate3d(0, 18px, 0) scale3d(1, 0.9, 1) rotate3d(0, 0, 1, 45deg);
    border-bottom-right-radius: 40px; }
  75% {
    transform: translate3d(0, 9px, 0) rotate3d(0, 0, 1, 67.5deg); }
  100% {
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 90deg); } }

@-moz-keyframes animate {
  17% {
    border-bottom-right-radius: 3px; }
  25% {
    transform: translate3d(0, 9px, 0) rotate3d(0, 0, 1, 22.5deg); }
  50% {
    transform: translate3d(0, 18px, 0) scale3d(1, 0.9, 1) rotate3d(0, 0, 1, 45deg);
    border-bottom-right-radius: 40px; }
  75% {
    transform: translate3d(0, 9px, 0) rotate3d(0, 0, 1, 67.5deg); }
  100% {
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 90deg); } }

body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.sessionContainerOuter {
  text-align: center;
  white-space: nowrap;
  margin: auto;
  height: 100%;
  width: 100%; }

.sessionContainerOuter:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.sessionContainer {
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 767px) and (orientation: portrait) {
    .sessionContainer {
      width: 90%; } }
  @media screen and (max-height: 350px) and (max-width: 450px) {
    .sessionContainer {
      width: 90%; } }

.autoJoinLoadingMaskCtr {
  height: 200px;
  text-align: center;
  margin-top: 20px; }

.autoJoinSessionTitle {
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
  border-bottom: solid 1px #8DB9C3; }

.autoJoinMessage {
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  white-space: normal; }

.sessionJoinLoadingMask {
  margin-top: 20px;
  width: 360px;
  height: 65px;
  display: inline-block; }

.sessionJoinLoadingMaskHidden {
  display: none; }

.signInFormCtrStyle {
  width: 250px;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-weight: normal;
  margin: auto; }
  .signInFormCtrStyle .inputContainer {
    width: 100%;
    position: relative;
    display: inline-block; }
  .signInFormCtrStyle input {
    width: 100%;
    float: none;
    display: block;
    clear: both; }
  .signInFormCtrStyle input, .signInFormCtrStyle input:focus {
    border-top: none;
    border-left: none;
    border-right: none; }
  @media (max-width: 767px) {
    .signInFormCtrStyle {
      width: auto; } }

.signInFormHeadingStyle {
  height: 40px;
  line-height: 30px;
  clear: both; }

.signinerror {
  color: red;
  text-align: left;
  font-size: 14px;
  display: none; }

.signInButtonStyle {
  background-color: #4DA0BF;
  color: #FFFFFF;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  display: inline-block;
  opacity: 1;
  cursor: pointer;
  float: left;
  clear: both; }

.buttonDisabled {
  opacity: 0.5;
  cursor: auto; }

.productBranding {
  width: 300px;
  height: 100px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (max-width: 767px) {
    .productBranding {
      width: auto; } }
