body{
  background: #f2f4f6;
  //background-image: url('/img/bg.png');
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}
a {
    color: #4b8c29;
    text-decoration: none;
    background-color: transparent;
}
.logo{
height: 50px;
}
.ddth{
width: 400px;
}

.imgquiz{
max-width:400px;
}
.font-medium {
    font-size: 12px;
}
.legenda .btn.btn-link {
    margin-left: 0;
    padding-left: 0;
    color: #000;
}
.legenda .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.sbox {
    margin-bottom: 20px;
}
.sbox a {
    text-decoration: none;
}
.sbox a:hover {
    text-decoration: none;
}
.progress{
  height: unset !important;
  margin-bottom: 40px !important;
}
.contentcenter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ui-draggable-handle{
  cursor: grab !important;
  width: 100%;
}
.dark.area {
    background: #999 !important;
    color: #ccc !important;
}

.qtype_multichoice_clearchoice {
    color: #f01e1e!important;
    background-color: transparent!important;
    border: 1px solid #f01e1e!important;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
.valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /* vendor prefixes omitted due to brevity */
}
.progress-bar {
    background-color: #4b8c29 !important;
}
.c-top-container {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0 1px 0, rgb(0 0 0 / 8%) 0 2px 6px, rgb(0 0 0 / 5%) 0 10px 20px;
    box-shadow: rgb(0 0 0 / 10%) 0 1px 0, rgb(0 0 0 / 8%) 0 2px 6px, rgb(0 0 0 / 5%) 0 10px 20px;
}

.navbar-toggler {
    background-color: #2d8f07 !important;
}

.page-context-header .page-header-image h1, .page-context-header .page-header-headings h1 {
    font-weight: 800;
}
.page-context-header {
    vertical-align: initial;
    display: inline-flex;
    align-items: center;
}
.page-context-header .page-header-image, .page-context-header .page-header-headings {
    display: inline-flex;
    max-width: 780px;
}
.page-context-header .page-header-headings {
    position: relative;
}
.c-header-content {
    margin-bottom: 2rem;
    justify-content: space-between;
}
.w-100 {
    width: 100%!important;
}
.align-items-center {
    align-items: center!important;
}
.no-gutters, .moodle-dialogue-bd .usp-search form, .paging p, .moodle-dialogue-bd .form-actions, .moodle-dialogue-bd [data-region=link-buttons], #page-tag-search #tag-search-box form, [role=dialog] .fp-select-buttons, .moodle-dialogue .link-buttons {
    margin-right: 0;
    margin-left: 0;
}

.region-main {
    width: 100%;
    background-color: #fff;
    padding: 2rem;
    border-radius: 5px;
}

.btn-primary{
    color: #fff!important;
    background-image: -webkit-linear-gradient(to right,#6daf54 0%,#90c379 51%,#6daf54 100%)!important;
    background-image: -o-linear-gradient(to right,#6daf54 0%,#90c379 51%,#6daf54 100%)!important;
    background-image: linear-gradient(to right,#6daf54 0%,#90c379 51%,#6daf54 100%)!important;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    border: 0;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
.btn-primary:hover{
    color: #fff!important;
    background-image: -webkit-linear-gradient(to left,#6daf54 0%,#90c379 51%,#6daf54 100%)!important;
    background-image: -o-linear-gradient(to left,#6daf54 0%,#90c379 51%,#6daf54 100%)!important;
    background-image: linear-gradient(to left,#6daf54 0%,#90c379 51%,#6daf54 100%)!important;
    background-position: right center;
    border: 0;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #4b8c29 !important;
    border-color: #4b8c29 !important;
    box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 60%) !important;
}

.btn:hover, .btn:focus {
    text-decoration: none;
}
.bord-r{
border-right:1px solid #ccc;
}

#page-mod-quiz-summary.submitbtns{
    color: #fff!important;
    background-image: -webkit-linear-gradient(to right,#6daf54 0%,#90c379 51%,#6daf54 100%)!important;
    background-image: -o-linear-gradient(to right,#6daf54 0%,#90c379 51%,#6daf54 100%)!important;
    background-image: linear-gradient(to right,#6daf54 0%,#90c379 51%,#6daf54 100%)!important;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    border: 0;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
.btn-secondary{
    background: transparent!important;
    border: 1px solid #90c379!important;
    color: #4a4c50!important;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
.btn-secondary:focus{
    -webkit-box-shadow: 0 0 0 0.2rem rgb(144 195 121 / 25%) !important;
    box-shadow: 0 0 0 0.2rem rgb(144 195 121 / 25%) !important;
}

.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px rgb(132 188 109 / 25%);
    box-shadow: inset 0 0 0 2px rgb(132 188 109 / 25%);
}
.speech-bubble {
  filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
  margin: 1rem;
  margin-bottom: 40px;
  padding: 1.5rem 2rem;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  background: #8CA8D8;
  color: white;
}
.speech-bubble::before {
  border: 12.5px solid transparent;
  border-top: 12.5px solid #8CA8D8;
  border-bottom: 0;
  height: 0;
  width: 0;
  border-top-width: 25px;
  content: "";
  display: block;
  position: absolute;
  left: 3rem;
  bottom: -8px;
  transform-origin: center;
  transform: rotate(0deg) skew(-25deg) translateY(16.6666666667px);
}

.speech-bubble-r {
  filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
  margin: 1rem;
  margin-bottom: 40px;
  padding: 1.5rem 2rem;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  background: #f9f3c7;
  color: black;
  width: 80%;
}
.speech-bubble-r::before {
  border: 12.5px solid transparent;
  border-top: 12.5px solid #f9f3c7;
  border-bottom: 0;
  height: 0;
  width: 0;
  border-top-width: 25px;
  content: "";
  display: block;
  position: absolute;
  right: 3rem;
  bottom: -25px;
  transform-origin: center;
  transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
}

check_mark {
  width: 80px;
  height: 130px;
  margin: 0 auto;
}

button {
  cursor: pointer;
  margin-left: 15px;
}

.hide{
  display:none;
}

.sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sa-icon.sa-success {
  border-color: #4CAF50;
}

.sa-icon.sa-success::before, .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #f8f9fa;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(76, 175, 80, .5);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #f8f9fa;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

.sa-icon.sa-success {
  border-color: transparent\9;
}
.sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}
.sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}


@media (max-width: 960px){
  .bord-r{
  border-right:none;
  }
  th.ddth{
  display: block; 
  width: 100%;
  border: none !important; 
  }
  .ddtd {
  display: block;
  width: 100%;
  }
  .region-main {
      padding: unset;
  }
  span.tooltip-content.clearfix {
    margin-left: -15px;
    }
  .p-sm-20 {
    padding: 20px;
  }
  .logo{
  height: 45px;
  }
  .imgquiz{
	width:100%;
}
  h4{
    font-size: 1rem !important;
  }

}

@media (min-width: 1400px){
  .page-context-header .page-header-image, .page-context-header .page-header-headings {
    max-width: 100%;
  }
}
