.page-container-portal {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  font-weight: normal;
  line-height: 1.2;
  font-weight: 500;
}

li.nav-item {
  font-size: 14px;
}

.grader-bg {
  background: url(../images/logo-bg.png) no-repeat;
}

.grade {
  float: left;
  background-color: #E84785;
  position: relative;
  height: 120px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.grade {
  position: relative;
  width: 100%;
  z-index: 99;
}

.grade:after {
  background: #E84785 url(../images/logo-bg.png) no-repeat;
  width: 121px;
  height: 120px;
  position: absolute;
  right: -121px;
  top: 0px;
  content: "";
}

.grade-right {
  float: left;
  background-color: #fff;
  position: relative;
  height: 120px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}
.grade-left {
  float: left;
  background: #00b1f1 url(../images/logo-bg.png) no-repeat;
  width: 121px;
  height: 120px;
  background-color: #0282be;
  position: relative;
  height: 120px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.grade-bg {
  max-width: 11.266667%;
  float: right;
  background-color: #0282be;
  padding-left: 0px;
  padding-right: 0px;
}

.btn2 {
  font-size: 0.875rem;
  padding: 0.6rem 1rem;
  line-height: 1.25;
  margin-bottom: 10px;
  height: auto;
  border: 1px solid #edf2f9;
  border-radius: 30px;
}

.radio.radio input[type="radio"] + label:after {
  content: "";
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: 7px;
  top: 8px;
}

.col-md-3.correct-ans {
  background-color: #445e5a;
  width: 75%;
  padding-top: 8px;
}

.col-md-3.wrong-ans {
  background-color: #445e5a;
  width: 75%;
  padding-top: 8px;
}

.wrong-ans .radio input[type="radio"]:checked + label:after {
  background-color: #fc1515;
}
.correct-ans .radio input[type="radio"]:checked + label:after {
  background-color: #28bb16;
}

.share-btn {
  display: flex;
}

.btn-active {
  background-color: #ffe5e526;
}

.btn-log {
  background-color: #00000073;
}

.btn-log-active {
  padding: 10px 15px 15px 5px;
}

.border-right {
  border-right: 1px solid #edf2f938 !important;
}

.list-group-item2 {
  position: relative;
  height: 90px;
  display: block;
  padding: 10px 10px 10px 15px;
  vertical-align: super;
  margin-bottom: -1px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #edf2f9;
}

.text-green {
  color: #54b14e !important;
}

.text-violet {
  color: #9b6fac !important;
}

.text-cider {
  color: #c08457 !important;
}

.text-spice {
  color: #714524 !important;
}

.text-muted {
  color: rgb(255 255 255) !important;
}

.text-light-green {
  color: #05cb7e !important;
}

.text-blue {
  color: #0a96af !important;
}
.bg-info-header {
  background-color: #00b1f1 !important;
}
#bottom {
  color: #fff;
  position: absolute;
  bottom: 20px;
  margin-left: 15px;
  text-align: center;
  background-color: #0000009c;
  padding: 10px 0px 10px 10px;
  width: 80%;
  left: 0;
}

.p-portal {
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 10px;
}

.text-gray-portal {
  color: #ffffff !important;
}

.footer-portal .footer-content-portal {
  display: flex;
  height: 80px;
  align-items: center;
  border-top: 0px solid #edf2f9;
}

.header-portal {
  background: #fff;
  height: 70px;
  border-bottom: 0px solid #edf2f9;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1030;
  display: flex;
}

.side-nav .side-nav-inner .side-nav-menu > li > a .icon-holder {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  position: relative;
  left: -10px;
  margin-right: -10px;
  font-size: 17px;
  border-radius: 6px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.side-nav .side-nav-inner .side-nav-menu {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 0;
  overflow: auto;
  border-right: 1px solid #edf2f959;
  height: calc(100vh - 70px);
}

.card-portal {
  position: relative;
  background-color: #3C1A46;
  margin-bottom: 1.25rem;
  border: 0px solid #edf2f9;
  border-radius: 15px;
}

.card-test {
  position: relative;
  background-color: #3C1A46;
  margin-bottom: 1.25rem;
  border: 0px solid #edf2f9;
}

.card-test-head {
  background-color: #0000004a;
  padding: 20px;
}

.header-portal .nav-wrap .nav-left li > a,
.header-portal .nav-wrap .nav-left li nz-dropdown > a,
.header-portal .nav-wrap .nav-right li > a,
.header-portal .nav-wrap .nav-right li nz-dropdown > a {
  padding: 5px 15px;
  font-size: 20px;
  color: #3C1A46;
  display: block;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  border-radius: 0.25rem;
}

.header-portal .nav-wrap .nav-left li > a:hover,
.header-portal .nav-wrap .nav-left li > a:focus,
.header-portal .nav-wrap .nav-left li > a:active,
.header-portal .nav-wrap .nav-left li nz-dropdown > a:hover,
.header-portal .nav-wrap .nav-left li nz-dropdown > a:focus,
.header-portal .nav-wrap .nav-left li nz-dropdown > a:active,
.header-portal .nav-wrap .nav-right li > a:hover,
.header-portal .nav-wrap .nav-right li > a:focus,
.header-portal .nav-wrap .nav-right li > a:active,
.header-portal .nav-wrap .nav-right li nz-dropdown > a:hover,
.header-portal .nav-wrap .nav-right li nz-dropdown > a:focus,
.header-portal .nav-wrap .nav-right li nz-dropdown > a:active {
  color: #3C1A46;
  background-color: rgba(63, 135, 245, 0.1);
}

/*
    Common 
*/

.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}

.wizard a,
.tabcontrol a {
  outline: 0;
}

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}

/* Accessibility */

.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

/*
    Wizard
*/

.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 17.1%;
}

.wizard > .steps .number {
  font-size: 1.429em;
  display: none;
}

.user-body {
  padding: 1rem;
  position: relative;
  border-radius: 5px;
}

.wizard > .steps > ul > li {
  width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0px 0em 0em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 0px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  color: #fff;
  cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #74a2bc59;
  color: #fff;
  cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #00000000;
  color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}

.wizard > .content {
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0px 0px 0px 0px;
  width: 82%;
  border-radius: 5px;
}

.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2.5%;
  margin: 5px 0 0 0;
  border-radius: 5px;
}

.wizard > .content > .body ul {
  list-style: disc !important;
}

.wizard > .content > .body ul > li {
  display: list-item;
}

.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

/* .wizard > .content > .body input { */
/* display: block; */
/* border: 1px solid #ccc; */
/* } */

.wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
}

.wizard > .content > .body input.error {
  background: rgb(251, 227, 228);
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}

.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}

.wizard > .actions > ul > li {
  margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

.wizard > .loading {
}

.wizard > .loading .spinner {
}

/*
    Tabcontrol
*/

.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

.tabcontrol > .content > .body ul {
  list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
  display: list-item;
}

@media only screen and (max-width: 600px) {
  .grade:after {
    display: none;
    background: #00b1f1 url(../images/logo-bg.png) no-repeat;
    width: 121px;
    height: 120px;
    position: absolute;
    right: -121px;
    top: 0px;
    content: "";
  }
}

.display-none {
  display: none !important;
}




#submit_posttest .radio,
#submit_pretest .radio {
    margin-left: 10px;
    position: relative;
}
#submit_posttest .radio input[type="radio"] + label ,
#submit_pretest .radio input[type="radio"] + label {
    padding-left: 25px;
}
#submit_posttest .radio input[type="radio"] + label::before , 
#submit_pretest .radio input[type="radio"] + label::before { 
  margin-left: 0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: 2px;
}

#submit_posttest .radio.radio input[type="radio"] + label::after , 
#submit_pretest .radio.radio input[type="radio"] + label::after {  
    width: 10px;
    height: 10px; 
    left: 4px;
    top: 6px;

}

div.radio {
  position: relative;
  display: flex;
  align-items: baseline;
} 
.radio input[type="radio"],.radio input[type="checkbox"] {
  top: .2em;
  position: relative;
  margin-right: 10px;
}