/************************  SURVEY ************************************/
/*********************************************************************/
/*************************   MOBILE   ********************************/
/*********************************************************************/
/* Bold; */
/*  Mixins */
/* e.g. .75, 10px, 21px, 0px */
.standardShadow {
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
/* Bootstrap theme colors */
.navbar-default {
  background-color: #9aa9b0;
  border-color: #e7e7e7;
  /*.navbar-brand {
        color: green;
    }*/

}
.navbar-default .navbar-nav > li > a {
  color: white;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: white;
  background-color: #be2e26;
}
.navbar-default .navbar-toggle {
  background-color: lighten(#9aa9b0, 30%);
  border-style: solid;
  border-width: 2px;
  border-color: white;
}
.navbar-default .navbar-toggle:hover {
  background-color: lighten(#9aa9b0, 30%);
}
.navbar-default .navbar-toggle:focus {
  background-color: lighten(#9aa9b0, 30%);
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar ul.navbar-nav li a {
  padding: 5px;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar ul.navbar-nav li a:hover {
  color: white;
  text-decoration: underline;
}
.navbar-default.navbar-fixed-bottom a {
  background-color: white;
  margin-top: 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.navbar-default.navbar-fixed-bottom a img {
  width: 75px;
  height: auto;
}
.navbar-brand:link {
  background-color: transparent;
  font-size: 14px;
  color: white;
}
.navbar-brand:hover {
  background-color: #68c16f ;
  color: black;
  background-color: #0F6;
}
.navbar-brand:active {
  background-color: #9aa9b0;
  color: white;
  border-style: none;
}
#navbarCollapse > li > a:link {
  background-color: transparent;
  border-style: none;
  font-size: 16px;
}
#navbarCollapse > li > a:hover {
  color: black;
  background-color: #0F6;
}
#navbarCollapse > li > a:active {
  background-color: #9aa9b0;
  color: white;
  border-style: none;
}
.navbar-fixed {
  top: -5;
  z-index: 100;
  position: fixed;
  width: 100%;
}
#navbarHeader {
  vertical-align: bottom;
  width: 100%;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.btn-primary {
  color: white;
  background-color: #be2e26;
}
.btn-primary:hover {
  color: lighten(white, 20%);
  background-color: lighten(#be2e26, 20%);
}
.btn-primary:focus {
  color: lighten(white, 30%);
  background-color: lighten(#be2e26, 30%);
}
.panel-primary .panel-heading {
  color: black;
  background-color: #dae6f0;
}
/* Validation    */
.ng-invalid {
  border: red solid 1px;
}
/*    form .ng-valid.ng-dirty { background-color: lightgreen }  */
div.form-group span {
  color: red;
}
/* Login and Register Dialog */
div#loginOrRegister ul.navbar-nav li a {
  font-size: larger;
  color: white;
  background-color: #be2e26;
}
div#loginOrRegister div.ngfade div.ng-enter {
  -webkit-transition: all linear .5s;
  -moz-transition: all linear .5s;
  -ms-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
  opacity: 0;
}
div#loginOrRegister div.ngfade div.ng-enter-active {
  opacity: 1;
}
div#loginOrRegister div.modal-dialog {
  width: 450px;
}
div#loginOrRegister div.modal-dialog div.row div.toggleLinks {
  margin-top: 10px;
}
div#loginOrRegister div.modal-dialog div.row div.toggleLinks a {
  margin-left: 15px;
}
div#loginOrRegister div.modal-dialog.isProfileView.hasCustomProfileView div.profilePartial > .row > div.col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}
div#loginOrRegister div.modal-dialog.isRegisterView.hasCustomRegisterView div.registerPartial > .row > div.col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}
div#loginOrRegister div.modal-dialog.isRegisterView.hasCustomRegisterView div.registerPartial > .row > div.col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}
div#loginOrRegister div.modal-dialog.isRegisterView.hasCustomRegisterView div.registerPartial div.customUserProfile div.col-md-12 {
  padding-left: 5px;
  padding-right: 5px;
}
div#loginOrRegister div.modal-dialog.isRegisterView.hasCustomRegisterView div.registerPartial div.customUserProfile div.col-md-12 div.col-md-5 {
  padding-left: 5px;
  padding-right: 5px;
}
div#loginOrRegister div.modal-dialog.isRegisterView.hasCustomRegisterView div.registerPartial div.customUserProfile div.col-md-12 div.col-md-7 {
  padding-left: 5px;
  padding-right: 5px;
}
div#loginOrRegister div.modal-dialog.loginOrRegisterDialog ng-form.ng-invalid {
  border: none;
}
div#loginOrRegister div.modal-dialog.loginOrRegisterDialog ng-form.ng-invalid .nomatch {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0px;
}
div#loginOrRegister div.modal-dialog.loginOrRegisterDialog ng-form.ng-invalid .nomatch label {
  font-style: italic;
}
div#loginOrRegister div.modal-dialog.loginOrRegisterDialog div.changePasswordPartial div.chgpwderror {
  text-align: center;
  margin: 5px;
}
div#loginOrRegister div.modal-dialog.loginOrRegisterDialog div.changePasswordPartial div.chgpwderror label {
  color: red;
  margin: 5px;
  padding: 5px;
}
div#loginOrRegister div.modal-dialog.loginOrRegisterDialog div.changeEmailPartial div.chgemailerror {
  text-align: center;
  margin: 5px;
}
div#loginOrRegister div.modal-dialog.loginOrRegisterDialog div.changeEmailPartial div.chgemailerror label {
  color: red;
  margin: 5px;
  padding: 5px;
}
div#loginOrRegister button#btnOptions {
  padding-top: 10px;
  background-color: #9aa9b0;
  position: relative;
}
div#loginOrRegister button#btnOptions span.glyphicon.glyphicon-option-vertical {
  color: white;
}
div#loginOrRegister button#btnOptions div#options {
  position: absolute;
  top: 30px;
  right: 10px;
  background-color: #9aa9b0;
  padding: 10px;
  border: black 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div#loginOrRegister button#btnOptions div#options a {
  display: block;
  padding: 5px;
  text-decoration: underline;
  color: white;
}
/*  Course Listing */
div.courses div.courseslist {
  padding: 5px;
  /* no courses to display info */

}
div.courses div.courseslist #header {
  margin-bottom: 10px;
  text-align: center;
}
div.courses div.courseslist #search label {
  background-color: #dae6f0;
  padding-left: 3px;
  padding-right: 3px;
  color: black;
  padding-top: 2px;
  padding-bottom: 2px;
}
div.courses div.courseslist #search label input {
  background-color: #dae6f0;
  color: black;
}
div.courses div.courseslist #list {
  margin-bottom: 0px;
}
div.courses div.courseslist button.visible-xs {
  margin-top: 5px;
  background-color: #dae6f0;
  color: black;
  white-space: normal;
}
div.courses div.courseslist div.courseinfo {
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.75);
  background-color: white;
}
div.courses div.courseslist div.courseinfo button.openHtml.btn-primary span a {
  color: white;
  background-color: #be2e26;
}
div.courses div.courseslist div.courseinfo button.openHtml.btn-primary span a:hover {
  color: lighten(white, 20%);
  background-color: lighten(#be2e26, 20%);
}
div.courses div.courseslist div.courseinfo button.openHtml.btn-primary span a:focus {
  color: white;
  background-color: #be2e26;
}
div.courses div.courseslist div.panel div.panel-heading {
  padding: 5px;
}
div.courses div.courseslist div.panel div.panel-heading h4 a {
  text-decoration: underline;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  display: inline-block;
}
div.courses div.courseslist div.panel div.panel-footer {
  padding: 4px 10px;
  /*button.btn-primary
                {
                    background-color: @MobileCourseButtonBackgroundColor;
                    color : @MobileCourseButtonForeColor;
                }*/

}
div.courses div.courseslist div.panel div.panel-footer label.alert.alert-danger {
  padding: 2px;
  margin: 0px;
}
div.courses div.courseslist div.panel div.panel-footer div#btnopen {
  text-align: right;
}
div.courses div.courseslist div.panel div.panel-footer div#btnopen button.pull-left {
  margin-left: 5px;
}
div.courses div.courseslist div.panel div.panel-footer div#btnopen label.coupon {
  max-width: 60%;
}
div.courses div.courseslist div.panel div.panel-footer div#btnopen label.coupon input {
  height: 20px;
  font-size: 13px;
  width: 70%;
}
div.courses div.courseslist div.panel div.panel-footer span.spinner {
  position: relative;
  width: 20px;
  height: 20px;
  left: 25%;
}
div.courses div.courseslist div.panel div.courseDescription p {
  margin: 10px;
}
div.courses div.courseslist div.alert.alert-info {
  margin-left: 5%;
  margin-right: 5%;
}
div.courses div#confirmCoupon.modal {
  margin-left: 5px;
  margin-right: 5px;
}
div.courses div#confirmCoupon.modal div.modal-body h3 label.label-success {
  white-space: normal;
  display: block;
}
div.courses div#showCertificateSurvey.modal div.modal-footer span.ngfade.ng-hide-add, div.courses div#showCertificateSurvey.modal div.modal-footer span.ngfade.ng-hide-remove {
  -webkit-transition: all linear 1s;
  -moz-transition: all linear 1s;
  -ms-transition: all linear 1s;
  -o-transition: all linear 1s;
  transition: all linear 1s;
}
div.courses div#showCertificateSurvey.modal div.modal-footer span.ngfade.ng-hide {
  opacity: 0;
}
div.courses div#showCertificateSurvey.modal div.modal-footer span.alert-success {
  display: inline-block;
  width: 50%;
  margin-right: 25%;
  padding: 0px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.courses div#showCertificateSurvey.modal div.modal-footer button {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
div.courses div#erroropen div.modal-body h3 label.label-warning {
  white-space: normal;
  display: block;
}
div.panel.courseinfo div.panel-body div.row div.image {
  display: inline-block;
  height: 100%;
  padding-left: 5px;
}
div.panel.courseinfo div.panel-body div.row div.image img {
  width: 70px;
  height: 70px;
}
div.panel.courseinfo div.panel-body div.row div.data {
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
div.panel.courseinfo div.panel-body div.row div.data dl {
  margin-bottom: 5px;
  margin-left: 10px;
}
div.panel.courseinfo div.panel-body div.row div.data dl dt {
  text-align: left;
  width: 60px;
}
div.panel.courseinfo div.panel-body div.row div.data span.multiprice {
  margin-left: 10px;
}
/* .toggleslow .toggle-group { transition: left 0.7s; -webkit-transition: left 0.7s; } */
/*  Course Load, Purchase View */
div#courseload div.alert.alert-info {
  margin-left: 5%;
  margin-right: 5%;
}
div#courseload h4.alert {
  padding-top: 50px;
  padding-bottom: 50px;
}
/*  Course View */
div#courseview iframe#frCourse {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}
div.transcripts ul.list-group {
  margin-top: 15px;
  margin-left: 5%;
  margin-right: 5%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 21px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 21px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 21px 0px rgba(0, 0, 0, 0.75);
}
div.transcripts ul.list-group div.progress {
  margin-bottom: 5px;
}
body {
  background-color: #fdb033;
  font-family: Verdana;
  font-size: 12px;
}
/* temporarily removed image to avoid color clash in my brain*/
div.background-image {
  width: 100%;
  height: 100%;
  /*position: absolute;
    top: 0;
    background-size: cover;
    background-image: url("../Content/people.jpg");
    background-position: center;
    background-repeat: no-repeat;*/

}
div.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 100;
  left: 50%;
  margin-left: -20px;
}
/* hide background image on phones */
@media (max-width: 769px) {
  div.background-image {
    background-image: none;
    background-color: #ebebeb;
  }
}
/* desktop view */
@media (min-width: 1200.00px) {
  /*  desktop view - 4 courses wide */
  
  div.courses div.courseslist #list:nth-child(4n+1) {
    clear: both;
  }
}
/*  tablet view */
@media (max-width: 992px) {
  /*  tablet view - 3 courses wide */
  
  div.courses div.courseslist #list:nth-child(3n+1) {
    clear: both;
  }
}
/* courses list - show expanded on sizes > phone */
/* tablets */
@media (min-width: 768px) {
  div.courses div.courseslist div.panel.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    border: 1px solid black;
  }
  
  div#loginOrRegister div.modal-dialog.isProfileView.hasCustomProfileView {
    width: 750px;
  }
  
  div#loginOrRegister div.modal-dialog.isRegisterView.hasCustomRegisterView {
    width: 650px;
  }
  
  div.panel.courseinfo div.panel-body div.row div.data dl dd {
    margin-left: 70px;
  }
}
/*   NavBar and Home Area */
div#banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  margin: 0;
  padding: 0;
  background-color: #dae6f0;
}
div#mainview {
  padding-top: 130px;
  /* 80 + 50 */

  padding-bottom: 30px;
}
.navbar-fixed-top {
  top: 80px;
}
.ng-cloak {
  display: none;
}
#bannerlg {
  height: 80px;
  border: none;
  width: 100%;
  background-color: #dae6f0;
}
#bannerlgtext {
  color: black;
  font-size: 32px;
  text-align: center;
  padding-top: 20px;
}
#bannersm {
  width: 100%;
  background-color: #dae6f0;
  height: 40px;
}
#bannersmtext {
  color: black;
  font-size: 24px;
  text-align: center;
}
nav div#welcome {
  position: absolute;
  left: 25%;
  width: 50%;
  text-align: center;
  top: 25%;
  font-style: italic;
  color: white;
}
div#banner p#bannerlgtext img {
  vertical-align: text-bottom;
  height: 70px;
  -webkit-box-shadow: 10px 10px 21px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 21px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 21px -9px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
div#banner p#bannerlgtext img#logo {
  position: absolute;
  left: 10px;
  padding: 4px;
  background-color: transparent;
  top: inherit;
}
div#banner p#bannerlgtext img#logo2 {
  position: absolute;
  right: 30px;
  padding: 4px;
  background-color: transparent;
}
div#showCertificateSurvey div.modal-body input.btn {
  color: white;
  background-color: #be2e26;
}
div#showCertificateSurvey div.modal-body a.btn {
  color: white;
  background-color: #be2e26;
}
div#surveyViewDialog div.modal-dialog {
  width: 95%;
  margin: auto;
  padding: 0px;
}
div#surveyViewDialog div.modal-dialog div.modal-content {
  height: auto;
}
div#surveyViewDialog div.modal-dialog div.modal-content div.modal-body {
  height: auto;
}
div#surveyViewDialog div.modal-dialog div.modal-content div.modal-body iframe#surveyFrame {
  position: relative;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  display: block;
  height: 240px;
  background-color: white;
}
/* survey css within iframe,  aspx page wrapper */
body.mobileSurveyView {
  background: none;
}
body.mobileSurveyView div.mobileSurveyView {
  width: 100%;
  /* override survey embedded css for mobile view */

}
body.mobileSurveyView div.mobileSurveyView .bluesky {
  width: auto;
}
body.mobileSurveyView div.mobileSurveyView div.surveyViewContentError {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  min-height: 100px;
  font-size: 14pt;
  color: red;
}
body.mobileSurveyView div.mobileSurveyView div.surveyViewContainer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
body.mobileSurveyView div.mobileSurveyView div.surveyViewContainer div.surveyViewButtons a.Button1 {
  background: none;
  color: white;
  background-color: #be2e26;
  float: none;
  margin: auto;
}
body.mobileSurveyView div.mobileSurveyView div.surveyViewContainer div.surveyViewButtons a.Button1 span {
  background: none;
  color: white;
  background-color: #be2e26;
}
body.mobileSurveyView div.mobileSurveyView div.surveyViewContainer div.surveyViewButtons a.CloseLink {
  display: none;
}
body.mobileSurveyView div.mobileSurveyView div.surveyViewContainer div.surveyView {
  /*width : @adminSurveyWidth - 50;*/

  margin-left: auto;
  margin-right: auto;
  /*background-color: green;*/

}
body.mobileSurveyView div.mobileSurveyView div.surveyViewContainer div.surveyView span.bluesky {
  padding: 2px;
}
body.mobileSurveyView div.mobileSurveyView div.surveyViewContainer div.surveyView span.bluesky div.buttons-bar {
  text-align: center;
}
body.mobileSurveyView div.mobileSurveyView div.surveyViewContainer div.surveyView span.bluesky div.buttons-bar input {
  background-image: none;
  color: white;
  background-color: #be2e26;
}
/* phones */
@media (max-width: 769px) {
  nav  div#welcome {
    display: none;
  }
  
  .navbar-fixed-top {
    top: 40px;
  }
  
  div#mainview {
    padding-top: 90px;
    /* 40 + 50? */
  
  }
  
  div#loginOrRegister div.modal-dialog {
    width: auto;
  }
  
  .navbar-default.navbar-fixed-bottom {
    display: none;
  }
}
/* desktop, ipads */
/* if height greater than 600px */
@media (min-height: 500px) {
  div#surveyViewDialog div.modal-dialog div.modal-content div.modal-body iframe#surveyFrame {
    height: 450px;
  }
}
/* desktop, ipads */
/* if height greater than 600px */
@media (min-height: 600px) {
  div#surveyViewDialog div.modal-dialog div.modal-content div.modal-body iframe#surveyFrame {
    height: 550px;
  }
}
/* desktop, ipads */
/* if height greater than 600px */
@media (min-height: 800px) {
  div#surveyViewDialog div.modal-dialog div.modal-content div.modal-body iframe#surveyFrame {
    height: 650px;
  }
}
/* ssOverride.less.css */
#bannerlgtext {
  padding-top: 5px;
}
