﻿.white {
  color: #fff;
}

.smallText {
  font-size: smaller;
}

p.smallText {
  margin: 0;
}

p.smallText a {
  color: #f00;
  text-decoration: underline;
  font-size: 1em;
}

#loading-bar-spinner {
  display: none;
}

#loading-bar .bar {
  height: 4px;
}

.accountLoginController {
  background: #1f455a url(/assets/login_night-01.jpg) repeat-x scroll center top;
  padding: 20px;
}

.login .visible-sm .visible-xs,
.login,
.monkeyLoginContainer {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.Login .visible-md .visible-lg {
  width: 100%;
  height: 500px;
  position: absolute;
  bottom: 0px;
}

.login h4 {
  font-size: 1.4em;
  color: #f5f5f5;
  margin-top: 1em;
  margin-bottom: 1.1em;
}

.login a {
  color: #fff;
  text-decoration: underline;
  font-size: 1.2em;
}

.applicationUrlLink {
  color: #337ab7 !important;
  font-size: 1em !important;
}

#modalWithLinkContent {
  height: 600px;
}

a:focus {
  outline: 0 !important;
  border: none !important;
}
.login.accountLoginController label {
  color: #fff;
  font-size: 1.2em;
  width: 100%;
  font-weight: normal;
}

.login input[type='checkbox'] {
  height: 20px;
  display: inline-block;
  width: 7%;
  vertical-align: bottom;
}

.login button {
  margin-top: 30px;
}

.login .formValidation {
  color: yellow;
}

.login .helpBlock {
  position: relative;
  padding: 27px 0 34px 0;
  font-weight: bold;
  color: #f00;
  font-size: 1.3em;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.login .helpBlockInner {
  background: #e7e5d5;
  padding: 0 10px;
}

.login .helpBlock.expiringSubscriptions {
  margin-top: 20px;
  color: #333;
  font-size: 1em;
}

.login .helpBlock.expiringSubscriptions a {
  color: #449d44;
  font-size: 1em;
}

.login .helpBlockInner ul {
  margin-bottom: 10px;
}

.login .helpBlock.newSubscriptions {
  color: #449d44;
  font-size: 1em;
  margin-bottom: 0;
}

.login .helpBlock.newSubscriptions a {
  font-size: 1em;
  color: #333;
}

.login .helpBlockInner:before {
  background: url(/Content/Images/Login/login-info-panel-top.png) no-repeat
    scroll 0 0;
  -ms-background-size: contain;
  background-size: contain;
  height: 27px;
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  width: 100%;
  content: ' ';
}

.login .helpBlockInner:after {
  background: url(/assets/board-bottom-row.svg) no-repeat scroll 0 0;
  -ms-background-size: contain;
  background-size: contain;
  height: 34px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 100%;
  content: ' ';
}

.login .helpBlock.ie {
  margin-top: 100px;
}

.login .helpBlock.edge {
  margin-top: 20px;
}

.login .helpBlock.ie .helpBlockInner:after,
.login .helpBlock.edge .helpBlockInner:after {
  bottom: 0;
}

.login .freeTrialLink {
  margin-top: 90px;
  margin-left: -10px;
}

.login .adminLoginLink {
  margin-top: 40px;
}

.login .adminLoginLink a {
  background: #213556;
  border: #213556;
  text-decoration: none;
}

.login .adminLoginLink a:hover {
  background: #213545;
  border: #213545;
  text-decoration: none;
}

.monkeyLoginController,
.selectAppController,
.createMonkeyController {
  padding-top: 0;
}

.monkeyLoginContainer {
  font-family: 'Sweater School', 'Helvetica Neue', 'Helvetica', Helvetica, Arial,
    sans-serif;
}

.monkeyLoginContainer .monkeyWoodPanel:before,
.createMonkeyContainer .monkeyWoodPanel:before {
  background: url(/assets/base-panel-top.png) center 30px no-repeat;
  content: ' ';
  position: absolute;
  height: 120px;
  top: -100px;
  left: 0;
  right: 0;
}

.monkeyLoginContainer .monkeyWoodPanel,
.createMonkeyContainer .monkeyWoodPanel {
  background: url(/assets/base-panel-repeat.png) center repeat-y;
  -moz-background-position-y: 30px;
  -o-background-position-y: 30px;
  background-position-y: 30px;
  padding-top: 45px;
  position: relative;
  margin-top: 15px;
}

.login .monkeyWoodPanel:after {
  background: url(/assets/base-panel-bottom.png) center no-repeat;
  content: ' ';
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  content: ' ';
}

.monkeyLoginContainer .monkeyWoodPanel .createMonkeyLink {
  display: block;
}

.monkeyLoginContainer .monkeyLoginInstruction {
  color: #e7b071;
  font-weight: bold;
  font-size: 18px;
}

.login .monkeyLoginContainer .well,
.login .createMonkeyContainer .well {
  padding: 10px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  background: #74470c;
  border-color: #74470c;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-top: 20px;
}

.login .monkeyLoginContainer .well .form-group {
  margin-bottom: 0;
}

.login .monkeyLoginContainer .well .form-group input[type='text'] {
  width: 80%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.login .monkeyLoginContainer button {
  margin-top: 0;
  padding: 0 0 2px 10px;
}

.login .monkeyLoginContainer i.fa-spin {
  font-size: 2.1em;
  margin-top: 2px;
  margin-right: 5px;
}

.login .monkeyLoginContainer .list-group {
  margin-bottom: 0;
  margin-top: 5px;
}

.login .monkeyLoginContainer .list-group .list-group-item {
  cursor: pointer;
  position: relative;
  padding: 5px;
  height: 62px;
  background: #eeefdf;
  background: -moz-linear-gradient(top, #eeefdf 0%, #ded6c2 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #eeefdf),
    color-stop(100%, #ded6c2)
  );
  background: -webkit-linear-gradient(top, #eeefdf 0%, #ded6c2 100%);
  background: -o-linear-gradient(top, #eeefdf 0%, #ded6c2 100%);
  background: -ms-linear-gradient(top, #eeefdf 0%, #ded6c2 100%);
  background: linear-gradient(to bottom, #eeefdf 0%, #ded6c2 100%);
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeefdf', endColorstr='#ded6c2', GradientType=0);
  -moz-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeefdf', endColorstr='#ded6c2', GradientType=0);
  -o-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeefdf', endColorstr='#ded6c2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeefdf', endColorstr='#ded6c2', GradientType=0);
}

.login .monkeyLoginContainer .list-group .list-group-item img {
  position: absolute;
  top: 5px;
  left: 5px;
  max-height: 50px;
  max-width: 50px;
}

.login .monkeyLoginContainer .list-group .list-group-item .studentName,
.login .monkeyLoginContainer .list-group .list-group-item .monkeyName {
  text-align: left;
  margin-left: 60px;
}

.login .monkeyLoginContainer .list-group .list-group-item .studentName {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 2px;
}

.monkeyLoginOverlayMask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  -ms-opacity: 0.6;
  opacity: 0.6;
}

.monkeyLoginOverlay {
  margin: auto;
  width: 400px;
  height: 390px;
  color: #5f3500;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  z-index: 100;
}

.monkeyLoginOverlayVideo {
  margin: auto;
  width: 800px;
  /*height: 390px;*/
  color: #5f3500;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 100;
}

.monkeyLoginOverlay .corner,
.corner {
  position: absolute;
}

.monkeyLoginOverlay .topleft,
.corner.topleft {
  background: transparent url(/assets/bg-parchment-topleft.png) no-repeat scroll
    0 0;
  top: 0;
  left: 0;
  height: 217px;
  width: 163px;
}

.monkeyLoginOverlay .topcenter,
.corner.topcenter {
  background: transparent url(/assets/bg-parchment-top.png) repeat-x scroll 0 0;
  top: 0;
  left: 163px;
  right: 67px;
  height: 217px;
  width: auto;
}

.monkeyLoginOverlay .topright,
.corner.topright {
  background: transparent url(/assets/bg-parchment-topright.png) no-repeat
    scroll 0 0;
  top: 0;
  right: 0;
  height: 217px;
  width: 67px;
}

.monkeyLoginOverlay .centerbody {
  background: transparent url(/assets/bg-parchment-center.png) repeat-y scroll 0
    0;
  top: 217px;
  bottom: 104px;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
}

.monkeyLoginOverlay .bottomleft,
.corner.bottomleft {
  background: transparent url(/assets/bg-parchment-bottomleft.png) no-repeat
    scroll 0 0;
  bottom: 0;
  left: 0;
  height: 104px;
  width: 163px;
}

.monkeyLoginOverlay .bottomcenter,
.corner.bottomcenter {
  background: transparent url(/assets/bg-parchment-bottom.png) repeat-x scroll 0
    0;
  bottom: 0;
  left: 67px;
  right: 141px;
  height: 104px;
  width: auto;
}

.monkeyLoginOverlay .bottomright,
.corner.bottomright {
  background: transparent url(/assets/bg-parchment-bottomright.png) no-repeat
    scroll 0 0;
  bottom: 0;
  right: 0;
  height: 104px;
  width: 141px;
}

.monkeyLoginOverlay .monkeyLoginOverlayClose {
  position: absolute;
  top: 56px;
  right: 32px;
  z-index: 3;
}

.monkeyLoginOverlayVideo .monkeyLoginOverlayClose {
  position: absolute;
  top: 56px;
  right: 32px;
  z-index: 3;
}

.monkeyLoginOverlay .monkeyLoginOverlayContainer {
  padding: 45px;
  position: relative;
  z-index: 2;
}

.monkeyLoginOverlay .monkeyLoginOverlayContainer h3,
.login .modal-content h3.messageTitle {
  font-size: 1.9em;
  font-weight: bold;
  margin-bottom: 20px;
}

.monkeyLoginOverlay.secureLogin .monkeyLoginOverlayContainer p {
  font-size: 1.3em;
}

.monkeyLoginOverlayContainer.gettingStartedVideo video {
  width: 100%;
}

.login .monkeyLoginOverlay.secureLogin a {
  color: #74470c;
}

.login .monkeyLoginOverlay.secureLogin form {
  margin-top: 30px;
}

.login .monkeyLoginOverlay.secureLogin button {
  margin-top: 0;
}

.monkeyLoginOverlay.secureLogin p.formValidation {
  color: #ff0000;
  font-size: 1em;
}

.monkeyLoginOptionsPanel:before {
  background: url(/assets/base-panel-top.png) center 30px no-repeat;
  content: ' ';
  position: absolute;
  height: 120px;
  top: -100px;
  left: 0;
  right: 0;
}

.monkeyLoginOptionsPanel {
  background: url(/assets/base-panel-repeat.png) center repeat-y;
  -moz-background-position-y: 30px;
  -o-background-position-y: 30px;
  background-position-y: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  margin-top: 80px;
}

.monkeyLoginOptionsPanel:after {
  background: url(/assets/base-panel-bottom.png) center no-repeat;
  content: ' ';
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  content: ' ';
}

.gettingStartedThumbnail {
  width: 100%;
  margin-top: 35px;
  border: #5f3500 10px;
}

.login .helpBlock {
  width: 280px;
  margin: auto;
  margin-bottom: 10px;
}

/*Forgotten password modal*/
.forgottenPasswordOverlay.monkeyLoginOverlay.gettingStarted {
  height: 500px;
  font-size: 1.2em;
}

.forgottenPasswordlink {
  position: relative;
  top: 110px;
}

.forgottenPasswordHeader {
  position: relative;
  top: 30px;
}

.monkeyLoginOverlayContainer h4 {
  color: black;
}

#ukLogo {
  padding-right: 0px;
}

#usLogo {
  padding-left: 0px;
}

/*Getting Started Guide*/

.monkeyLoginOverlay.gettingStarted {
  height: 750px;
  font-size: 1em;
}

.monkeyLoginOverlay.gettingStarted a {
  font-size: 1.1em;
  color: #ff0000;
}

.monkeyLoginOverlay.gettingStarted ol {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
}

/*Create monkey*/
.login .createMonkeyContainer {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.login .createMonkeyContainer .well {
  width: 290px;
}

.login .createMonkeyContainer .form-group {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.login .createMonkeyContainer .form-group label {
  color: #fff;
}

.login .createMonkeyContainer a {
  font-size: 1em;
  text-decoration: none;
}

.createMonkeyContainer .btn-link:focus,
.createMonkeyContainer .btn-link:hover {
  color: #fff;
  text-decoration: underline;
}

/*Admin login*/

.loginController,
.sendForgottenAdminPasswordEmailController,
.changePasswordController,
.sendForgottenPasswordEmailController {
  background: #fff;
}

.loginController .well,
.sendForgottenAdminPasswordEmailController .well,
.changePasswordController .well,
.sendForgottenPasswordEmailController .well {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.login.loginController label,
.login.sendForgottenAdminPasswordEmailController label,
.login.changePasswordController label,
.login.sendForgottenPasswordEmailController label {
  color: #666;
  display: inline;
}

.login.loginController .formValidation,
.login.sendForgottenAdminPasswordEmailController .formValidation,
.login.changePasswordController .formValidation,
.login.sendForgottenPasswordEmailController .formValidation {
  color: #f00;
}

.login.loginController a,
.login.sendForgottenAdminPasswordEmailController a,
.login.changePasswordController a,
.login.sendForgottenPasswordEmailController a {
  color: #31708f;
  font-size: 1em;
}

.login.loginController h1,
.login.sendForgottenAdminPasswordEmailController h1,
.login.changePasswordController h1,
.login.sendForgottenPasswordEmailController h1 {
  font-size: 26px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

/*messaging modal overrides*/
.login .modal-content {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  height: 320px;
  padding: 60px;
}

.login .modal-content .messageTitle {
  height: 93px;
  width: 297px;
  position: absolute;
  left: 264px;
  top: 74px;
}

.errorMonkey {
  position: absolute;
  left: 149px;
  top: 57px;
}

.adminPwdChange {
  position: absolute;
  top: 0px;
}

.login.changeAdminPasswordController .passwordStrength .progress,
.login.changePasswordController .passwordStrength .progress {
  height: 10px;
}

.loginScreenModal {
  position: absolute;
  top: 0px;
  left: 0px;
}

.login .modal-content .messageBody {
  position: relative;
  top: 62px;
  font-size: 1.3em;
  margin-top: 60px;
}

.login .modal-content .modalWithLinkMessageBody {
  position: relative;
  top: 42px;
  font-size: 1.3em;
  margin-top: 60px;
}

.login .modal-content .modalWithLinkMessageBody .modalWithLinkUrls {
  margin-top: 10px;
}

.login .modal-content a.monkeyLoginOverlayClose {
  position: relative;
  text-align: right;
}

.login.selectAppController .selectAppPost .backToMonkeyLoginSignpost {
  background: url(/assets/backToMonkeyLoginSignpost.png) no-repeat;
  background-size: 320px 70px;
  background-position: center;
  margin-bottom: 0;
  height: 75px;
  padding-top: 20px;
}

.backToLogin {
  width: 260px;
  margin: auto;
}

.chooseMiddleProgramPost a {
  margin-top: 30px;
}

.chooseProgramPost a {
  position: relative;
  right: 5px;
  bottom: 8px;
}

.loginDeleteLink {
  color: #f00 !important;
  font-size: 1em !important;
}

.loginOptionItem {
  width: 100%;
  height: 50px;
  margin-top: 13px;
}

.loginOptionItem .btn {
  width: 80%;
  text-align: left !important;
}

.loginOptionItem .btn:hover {
  color: silver;
}

.loginOptionItem img {
  width: 30px;
  padding-right: 10px;
}

.loginOptionItem img.smallImage {
  width: 25px;
  margin-right: 4px;
  margin-left: 2px;
}

.loginOptionItem i {
  padding-right: 10px;
  padding-left: 3px;
}

.loginOptionItem a {
  text-decoration: none;
}

.btn-lg {
  font-size: 120% !important;
  padding: 8px !important;
}

.tapPanel {
  margin-top: 6px;
}

.backToMonkeyLogin {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  background: url(/assets/base-panel-top.png) center top no-repeat;
  margin-top: -45px;
}

.backToMonkeyLogin a {
  margin-top: 20px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-decoration: none;
}

.backToMonkeyLogin:after {
  height: 46px;
  background: url(/assets/base-panel-bottom.png) center bottom no-repeat;
  margin-top: -20px;
  content: ' ';
  display: block;
}

@media only screen and (min-width: 1199px) {
  .monkeyLoginController.login,
  .createMonkeyController.login {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .burtBackground {
    background: url(/assets/bg-desktop.jpg) no-repeat;
  }

  .burtBackground2 {
    background: url(/assets/bg-desktop.jpg) no-repeat;
  }
}

#monkeyLoginVideo {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .monkeyLoginOverlayVideo {
    width: 500px;
    top: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .monkeyLoginOverlay {
    width: 320px;
    top: -20px;
  }

  .monkeyLoginOverlay .centerbody {
    width: 306px;
  }

  .monkeyLoginOverlay.gettingStarted,
  .monkeyLoginOverlay.secureLogin,
  .login .modal-content .messageBody {
    font-size: 1em;
  }

  .monkeyLoginOverlay.gettingStarted {
    height: 680px;
  }

  .monkeyLoginOverlay .monkeyLoginOverlayContainer h3,
  .login .modal-content h3.messageTitle {
    font-size: 1.6em;
  }

  .monkeyLoginOverlay .monkeyLoginOverlayContainer h3,
  .login .modal-content h3.messageTitle {
    font-size: 1.6em;
  }
  .monkeyLoginOverlay.gettingStarted a,
  .monkeyLoginOverlay.secureLogin .monkeyLoginOverlayContainer p,
  .login .monkeyLoginOverlay.secureLogin a {
    font-size: 1em;
  }

  .monkeyLoginOverlay.gettingStarted ol {
    margin-top: 10px;
  }

  .monkeyLoginOverlayVideo {
    width: 300px;
    top: 50px;
  }
}
