#comment_box,
#page {
  height: 400px;
  overflow-y: scroll;
}
#comment_send,
#page {
  outline: 0;
  background: #fff;
}
#stat_head,
#stat_val {
  width: 210px;
  font-family: arial;
  padding: 4px 0 0;
}
a,
body,
div,
html {
  color: #404040;
  font-family: Roboto, Arial Narrow, sans-serif;
  font-size: 16px;
}
body a:hover {
  color: #bc1b1b;
  text-decoration: none;
}
.btn-default,
btn-red-1 {
  background-color: #fff;
  color: #eee;
}
.btn-default:hover,
.btn-red-1:hover {
  border: 1px solid #000;
  background-color: #eee;
  color: #404040;
}
form {
  width: 100%;
}
.sidebar {
  width: 16rem !important;
}
.dashboard-back,
.dashboard-help,
.dashboard-icon {
  width: 29px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
}
.dashboard-icon {
  background-image: url(../images/home.png);
}
.dashboard-back {
  background-image: url(../images/back.png);
}
.dashboard-help {
  background-image: url(../images/help.png);
}
@media screen and (max-width: 765px) {
  .sidebar-off {
    margin-left: -16rem;
  }
}
.forgot-link:hover {
  text-decoration: none;
  color: wheat;
}
.card-red {
  width: auto;
}
@media (max-width: 330px) {
  .card-red,
  .forgot {
    padding-bottom: 6px !important;
  }
  .logindiv {
    flex-direction: column;
    margin: auto;
    opacity: 0.8;
  }
  [type="email"] {
    margin-bottom: 6px !important;
  }
  .card-red {
    padding-top: 1.5rem !important;
  }
  .forgot {
    margin-bottom: 4px !important;
  }
}
.login {
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.btn {
  border-radius: 0;
}
img {
  border: 0;
}
.option_container,
.question_container {
  padding: 4px;
  max-height: 35%;
  overflow-y: auto;
}
.op {
  border-bottom: 1px solid #eee;
  padding: 5px;
}
.question_div {
  display: none;
  border-top: 1px solid #ddd;
}
.footer_buttons {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 80px;
  padding: 4px;
  border-top: 1px solid #ddd;
}
#page,
.arrow_box {
  position: relative;
}
#stat_head,
.qbtn {
  height: 30px;
  color: #fff;
  text-align: center;
}
.qbtn {
  cursor: pointer;
  width: 40px;
  border-radius: 0;
  background-color: #212121;
  float: left;
  font-size: 15px;
  padding: 2px;
  margin: 5px;
}
.save_answer_signal {
  float: right;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: #666;
  margin: 2px;
}
#photograph {
  width: 150px;
  height: 150px;
}
.arrow_box {
  background: #d50f29;
  border: 0 solid #f5e131;
  border-radius: 3px;
}
.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(213, 15, 41, 0);
  border-bottom-color: #d50f29;
  border-width: 10px;
  margin-left: -5px;
}
.class_text_board {
  width: 650px;
  height: 500px;
  float: left;
}
.class_comment_board {
  width: 300px;
  height: 470px;
  border-radius: 10px;
  float: right;
  padding: 5px;
  border: 1px groove #eee;
}
#comment_box {
  width: 290px;
  padding: 5px;
}
#username_comment {
  color: #666;
  font-size: 11px;
}
#page,
.class_heading {
  width: 650px;
  font-size: 14px;
}
#comment_send {
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 5px #ddd inset;
  color: #666;
  height: 25px;
  width: 275px;
}
.class_heading {
  height: 35px;
  background: #212121;
  color: #fff;
  padding: 5px 25px 0;
  border-radius: 8px 8px 0 0;
}
#page::after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 20px;
  border-left: 1px solid #f8d3d3;
}
#page {
  line-height: 30px;
  padding: 5px 25px 27px;
  background: -webkit-linear-gradient(top, #dfe8ec 0, #fff 8%);
  background: -moz-linear-gradient(top, #dfe8ec 0, #fff 8%);
  background: linear-gradient(center top, #dfe8ec 0, #fff 8%);
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -ms-background-size: 100% 30px;
  background-size: 100% 30px;
}
#page_res {
  float: right;
  color: #666;
  font-size: 12px;
}
.div_exp_corr {
  background: #e0ffe0;
  display: none;
}
.div_exp_wrong {
  background: #ff9d9d;
  display: none;
}
.nav > li > a,
.page-signin-modal {
  position: relative;
  display: block;
}
#stat_box {
  width: 210px;
  height: 100px;
  border: 0 solid #ddd;
  float: left;
  margin-left: 20px;
}
#stat_head {
  background: #ec5c0d;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
}
#stat_val,
.hoverbg:hover,
.op_style {
  background: #eee;
}
#stat_val {
  height: 66px;
  font-size: 40px;
  color: #212121;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
.op_style {
  padding: 4px;
  margin: 5px;
  border: 1px solid #ddd;
}
.font-size-34 {
  font-size: 34px !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
strong {
  font-weight: 700;
  color: #666;
}
.revenuew {
  background-color: #f5fbfc;
  margin: 5px;
  padding: 5px;
}
.panel,
.widget-more-link.b-a-1,
.widget-products-image,
:not(.panel) .thumbnail {
  border-color: #e0e0e0;
}
.panel-heading {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  background: #fafafa;
}
.page-signin-modal {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
}
.page-signin-form-group {
  position: relative;
}
.page-signin-icon {
  position: absolute;
  line-height: 21px;
  width: 36px;
  border-color: rgba(0, 0, 0, 0.14);
  border-right-width: 1px;
  border-right-style: solid;
  left: 1px;
  top: 9px;
  text-align: center;
  font-size: 15px;
}
html[dir="rtl"] .page-signin-icon {
  border-right: 0;
  border-left-width: 1px;
  border-left-style: solid;
  left: auto;
  right: 1px;
}
html:not([dir="rtl"]) .page-signin-icon + .page-signin-form-control {
  padding-left: 50px;
}
html[dir="rtl"] .page-signin-icon + .page-signin-form-control {
  padding-right: 50px;
}
#page-signin-forgot-form {
  display: none;
}
.page-signin-modal > .modal-dialog {
  margin: 30px 10px;
}
@media (min-width: 544px) {
  .page-signin-modal > .modal-dialog {
    margin: 60px auto;
  }
}
.btn span.glyphicon {
  opacity: 0;
}
.btn.active span.glyphicon {
  opacity: 1;
}
.container {
  padding: 0;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav > li > a {
  padding: 10px 15px;
}
.card-heading {
  padding: 5px;
}
.topmagin {
  margin-top: 300px;
}
