/* to mimify use: https://www.toptal.com/developers/cssminifier*/
#cd-infomessage,
#cd-login,
#cd-pwchange,
#cd-reset-password,
#cd-reset-password-entry,
#cd-signup,
#cd-terms,
#signupOkMessage,
div#loading {
  display: none;
}

body,
input,
textarea {
  font-family: "PT Sans", sans-serif
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.forgotpassbutton {
  position: absolute;
  width: auto;
  left: 0%;
  top: 53px;
  font-size: .875rem;
  border-radius: 3px;
  border: .5px solid #ccc;
  padding: 4px;
}

a.forgotpassbutton:hover {
  background: #3599ae;
  color: white;
  border: unset;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  padding: 30px;
  z-index: 1000;
}

div#logo {
  background-image: url(../img/bonanzalogo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 44px;
}

/*div#qna {
  position: absolute;
  height: 44px;
  left: 75%;
  width: 44px;
  top: 34px;
  background-image: url(../img/qna.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: none;
}

div#qna:hover p {
  display: block;
}

div#qna p {
  display: none;
  margin-top: 40px;
  transform: translateX(-50%);
}*/

div#centered {
  font-size: 31px !important;
  color: #4a4a4a;
  margin-left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 34px;
}

input.full-width.has-padding[disabled] {
  color: #92acb5;
}

div#systemMessage {
  position: absolute;
  left: 50%;
  top: 198px;
  transform: translatex(-50%);
  width: 400px;
  background: #515151;
  color: #faebd7;
  padding: 24px;
  border-radius: 10px;
  border: 8px double;
  z-index: 4;
  display: none;
  line-height: 19px;
}

div#loading {
  position: absolute;
  width: auto;
  background-color: #ffffff;
  color: #370000;
  padding: 30px;
  border-radius: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10
}

.blinking {
  animation: 1.2s infinite blinkingText
}

@keyframes blinkingText {

  0%,
  100% {
    color: #000
  }

  25% {
    color: #00000080
  }

  50% {
    color: #fff
  }

  75% {
    color: #ffffff7d
  }
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

body {
  font-size: 100%;
  color: #505260;
  background-color: #fff;
  /* background-image: url(../img/background.jpg); */
  background-image: url(/images/class1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  color: #2f889a;
  text-decoration: none
}

input,
textarea {
  font-size: 1rem
}

input::-ms-clear,
textarea::-ms-clear {
  display: none
}

ol li {
  list-style-type: decimal;
  margin-left: 4rem;
  margin-right: 5rem;
  margin-bottom: 1rem;
  font-size: .9rem
}

.red {
  color: #c00
}

.green {
  color: #00b300
}

p.cd-form-message.heading {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
  text-align: center
}

.center {
  text-align: center
}

.mainheader {
  font-size: 2em;
  padding-top: 13px
}

span#resetreqerror a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  pointer-events: auto
}

.languageselector {
  position: relative;
  left: 50%;
  top: 67px;
  transform: scale(.8) translateX(-50%);
  width: 164px;
  /* background-color: aliceblue; */
}

header[role=banner] {
  position: relative;
  height: 50px;
  background: #ffe800
}

header[role=banner] #cd-logo {
  float: left;
  margin: 15px 0 0 5px;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
  -o-transform: scale(.7);
  transform: scale(.7)
}

#cd-infomessage.is-selected,
#cd-login.is-selected,
#cd-pwchange.is-selected,
#cd-reset-password-entry.is-selected,
#cd-reset-password.is-selected,
#cd-signup.is-selected,
#cd-terms.is-selected,
#signupOkMessage.is-visible,
header[role=banner] #cd-logo img {
  display: block
}

header[role=banner]::after {
  content: '';
  display: table;
  clear: both
}

.main-nav {
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url(../img/cd-icon-menu.png) center center no-repeat;
  cursor: pointer
}

.main-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%)
}

.main-nav ul.is-visible {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px)
}

.main-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #292a34;
  border-top: 1px solid #3b3d4b;
  color: #fff
}

@media only screen and (min-width:768px) {
  header[role=banner] {
    height: 58px
  }

  header[role=banner] #cd-logo {
    margin: 19px 0 0 15px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }

  .main-nav,
  .main-nav a {
    height: auto;
    background: 0 0
  }

  .main-nav {
    width: auto;
    cursor: auto
  }

  .main-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 80px
  }

  .main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  .main-nav li {
    display: inline-block;
    margin-left: 1em
  }

  .main-nav li:nth-last-child(2) {
    margin-left: 2em
  }

  .main-nav a {
    display: inline-block;
    line-height: normal
  }

  .main-nav a.cd-signin,
  .main-nav a.cd-signup {
    padding: .6em 1em;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 50em
  }

  .main-nav a.cd-signup {
    background: #2f889a;
    border: none
  }
}

.cd-user-modal {
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, .7);
  z-index: 3;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s, visibility .3s;
  -moz-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s
}

.cd-close-form,
.cd-form label.image-replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden
}

.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.cd-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #fff;
  margin: 4rem auto 4em;
  cursor: auto;
  border-radius: .25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s
}

.cd-user-modal-container .cd-switcher:after {
  content: "";
  display: table;
  clear: both
}

.cd-user-modal-container .cd-switcher li {
  width: 50%;
  float: left;
  text-align: center
}

.cd-user-modal-container .cd-switcher li:first-child a {
  border-radius: .25em 0 0
}

.cd-user-modal-container .cd-switcher li:last-child a {
  border-radius: 0 .25em 0 0
}

.cd-user-modal-container .cd-switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #222424;
  font-size: 1.3rem;
  background-color: #d7d7d7;
}
.cd-user-modal-container .cd-switcher a:hover {
    background-color: #fff;
}

.cd-user-modal-container .cd-switcher a.selected {
  background: #fff;
  color: #222424;
  font-size: 1.3rem
}

.cd-form {
  padding: 1.4em;
}

.cd-form .fieldset {
  position: relative;
  margin: 1.4em 0
}

.cd-form .fieldset:first-child {
  margin-top: 0
}

.cd-form .fieldset:last-child {
  margin-bottom: 0
}

.cd-form label {
  font-size: .875rem
}

.cd-form label.image-replace {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0
}

.cd-form label.cd-username {
  background-image: url(../img/cd-icon-username.png)
}

.cd-form label.cd-email {
  background-image: url(../img/cd-icon-email.png)
}

.cd-form label.cd-password {
  background-image: url(../img/cd-icon-password.png);
}

.cd-form input {
  margin: 0;
  padding: 0;
  border-radius: .25em
}

.cd-form input.full-width {
  width: 100%
}

.cd-form input.has-padding {
  padding: 12px 20px 12px 50px
}

.cd-form input.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none
}

.cd-form input.has-border:focus {
  border-color: #343642;
  box-shadow: 0 0 5px rgba(52, 54, 66, .1);
  outline: 0
}

.cd-form input.has-error {
  border: 1px solid #d76666
}

.cd-form input[type=password] {
  padding-right: 65px
}

.cd-form input[type=submit] {
  padding: 16px 0;
  cursor: pointer;
  background: #2f889a;
  color: #fff;
  font-weight: 700;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none
}

.no-touch .cd-form input[type=submit]:focus,
.no-touch .cd-form input[type=submit]:hover {
  background: #3599ae;
  outline: 0
}

.cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: .875rem;
  color: #343642
}

.cd-form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, .9);
  padding: .8em;
  z-index: 2;
  color: #fff;
  font-size: .8125rem;
  border-radius: .25em;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s 0, visibility 0 .2s;
  -moz-transition: opacity .2s 0, visibility 0 .2s;
  transition: opacity .2s 0, visibility 0 .2s
}

.cd-form .cd-error-message::after {
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, .9)
}

.cd-form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .2s 0, visibility 0 0;
  -moz-transition: opacity .2s 0, visibility 0 0;
  transition: opacity .2s 0, visibility 0 0
}

.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: .875rem;
  line-height: 1.4
}

@media only screen and (min-width:600px) {
  .cd-user-modal-container {
    margin: 4em auto
  }

  .cd-user-modal-container .cd-switcher a {
    height: 70px;
    line-height: 70px
  }

  .cd-form {
    padding: 2em;
  }

  .cd-form .fieldset {
    margin: 2em 0
  }

  .cd-form .fieldset:first-child {
    margin-top: 0
  }

  .cd-form .fieldset:last-child {
    margin-bottom: 0
  }

  .cd-form input.has-padding {
    padding: 16px 20px 16px 50px
  }

  .cd-form input[type=submit] {
    padding: 16px 0
  }

  .cd-form-message {
    padding: 2em 2em 0
  }
}

.cd-form-bottom-message {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: -44px;
  text-align: center;
  font-size: .875rem;
  border-radius: 3px;
  background-color: #2f889a;
  transform: translatex(-50%);
  padding: 10px;
}

.cd-form-bottom-message a {
  color: #fff;
  text-decoration: underline
}

.cd-close-form {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url(../img/cd-icon-close.png) center center no-repeat
}
.startinginfo {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 456px;
  transform: translate(-50%,-50%) rotate(0deg);
  background: #ffFF00;
  border: 9px solid #ff0000;
  padding: 16px;
  border-radius: 10px;
  /* text-align: center; */
  z-index: 10000;
  color: #000000;
  font-size: 24px;
  line-height: 30px;
  box-shadow: 3px 3px 19px black;
  font-family: sans-serif;
}
.startinginfo p {
    margin-top: 16px;
}

@media only screen and (min-width:1170px) {
  .cd-close-form {
    display: none
  }
}