@font-face {
  font-family: myFont;
  src: url('../font/Harmonia Sans W01 Regular.ttf'), 
  url('../font/Harmonia Sans W01 Regular.otf')
}

@font-face {
  font-family: myFontB;
  src: url('../font/Harmonia Sans W01 Bold.ttf'), 
  url('../font/Harmonia Sans W01 Bold.otf')
}

body {
  font-family: myFont;
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
  -webkit-user-select: none; 
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
  color:#000000;
}

.container {
  padding: 0;  
  margin: 0 auto;
}

.header {
  padding-bottom: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.header .headingTop {
  overflow: hidden;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.section {
  min-height: 50px;
  margin: 0 auto;
}

.loadPage {
  position: relative;
  /*width:1200px;height:460px;*/
  top: -10px;
  padding: 10px 20px;
  margin: 0px 40px;
  z-index: 1;
  border: 5px solid #CFDF60;
  border-radius: 20px;
  background-color: #fff;
}

.footer {
  position: relative;
  width: 100%;
  background: #e3dcee;
  display: flex;
  margin-top: -15px;
  padding-top: 15px;
  overflow: hidden;
  align-items: center;
}

.pageNumber {
  border: 3px solid #fb4040;
  border-radius: 13px;
  font-weight: bold;
  font-size: 30px;
  line-height: 68px;
  height: 76px;
  background-color: #fff;
}

.nextBtn, .backBtn, .showAnsBtn, .resourseBtn, .reloadBtnAll, .reloadBtnScreen, .helpBtn {cursor: pointer;}

.resoursePopup, .helpPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
}

.closeBtn {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
  z-index: 1;
}

.titleAudio {
  cursor: pointer;
}

.disabled {
  opacity: 0.6;
  cursor: default !important;
  pointer-events: none;
}

/*Dragger*/

.audioDragger {
  width: 100%;
  height: 55px;
  position: relative;
}

.audioDragContainer {
  background: url('../assets/images/timeline.png') no-repeat;
  width: 100%;
  height: 15px;
  top: 40%;
  cursor: pointer;
}

.audioDrag {
  height: 15px;
  width: 15px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  top: 0px;
  -webkit-transition: left 2s;
  transition: left 2s;
  left: 0;
  position: relative;
}

.audioPlayerContainer #pButton {
  cursor: pointer;
}

.audioPlayerContainer .play {
  background: url('../assets/images/play.png')
}

.audioPlayerContainer .pause {
  background: url('../assets/images/pause.png')
}

/*Dragger*/

.header .box1 {
  width: 8%;
  display: inline-block;
  margin: 1% 0% 1% 2%;
  cursor:pointer;
}

.box1 {
width: 13%;
display: inline-block;
margin: 1% 2%;
margin-right: 20px;
}

.box2 {
width: 13%;
display: inline-block;
margin: 1% 1%;
margin-left: 0px;
}



.box3 {
	visibility:hidden;
  width: 46%;
  display: inline-block;
  margin: 1% 1%;
}

.box4 {
      width: 13%;
    display: inline-block;
    text-align: center;
}

.box5 {
	/*cursor:pointer;*/
    width: 8%;
    display: inline-block;
    margin: 1% 1%;
    position: absolute;
    left: 517px;
    top: 19px;

}

.boxhead5 {
  width: 95%;
  display: inline-block;
  margin: 1% 1%;
  margin-left: 27px;
}

.boxhead5 h1 {
  font-size: 3vw;
    font-family: myfont2;
}

.slidecontainer {
  position: relative;
  top: 11.5px;
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 0px;
  background: white;
  outline: none;
  opacity: 1;  
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: step 1s ease-in;  
}


.slider::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: #FFF;
  border-radius: 1.3px;  
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  top: 11.5px;
}

#container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.page_content {
  width: 1280px;
  height: 960px;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 500ms ease-in-out !important;
  transition: all 500ms ease-in-out !important;
  position: absolute;
}

.controlsinline {
  margin: 26px;
}

.container-fluid {
  max-width: 1280px;
  max-height: 960px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.header {
  display: flex;
  height: 80px;
}

.headingTitle h1 {
  margin: 0;
  font-size: 35px;
  font-family: myFontB;
}

.pageContainer {
  padding: 0 25px;
}

.pageContent {
  position: relative;
  /*top: -10px;*/
  padding: 10px 20px;
  z-index: 1;
  border: 5px solid #CFDF60;
  border-radius: 20px;
  background-color: #fff;
}

.pageBg {
  background-color: #7d51a1;
  position: absolute;
  left: 0;
  top: 15px;
}

.showAnsBtn img {
  margin: 0 auto;
}

.controlsDiv {
  background: url("../assets/images/draggerBG.png") no-repeat center;
  height: 76px;
}

.carousel-inner, .carousel-inner .item {
	height: 100%;
}
/*
.resourseContainer, .helpContainer {
  position: relative;
  width: 1260px;
  height: 460px;
  background-color: #fff;
  border: 5px solid #CFDF60;
  border-radius: 20px;
  padding: 20px;
  position: fixed;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  cursor: pointer;
}

.correctTick::after {
  content: " ";
  background: url("../assets/images/tikMark.png");
  position: absolute;
  top: -50px;
  display: inline-block;
  height: 50px;
  width: 50px;
  background-size: contain;
  margin-left: -20px;
}

.incorrectTick::after {
  content: " ";
  background: url("../assets/images/crossMark.png");
  position: absolute;
  top: -50px;
  display: inline-block;
  height: 47px;
  width: 48px;
  background-size: contain;
  margin-left: -20px;
}
.carousel {
    padding: 0;
    height: 100%;
}

.floatNone {
  margin: 0 auto;
  float: none !important;
}

.marginTop-60 {
  margin-top: 60px;
}

.noPaddingRt {
  padding-right: 0 !important;
}

.noPaddingLt {
  padding-left: 0 !important;
}

.noPadding {
  padding: 0 !important;
}

.noMargin {
  margin: 0;
}

.marginBottom-10 {
  margin-bottom: 10px;
}

.marginBottom-20 {
  margin-bottom: 20px;
}

.marginBottom-30 {
  margin-bottom: 30px;
}

.marginBottom-40 {
  margin-bottom: 40px;
}

.marginBottom-50 {
  margin-bottom: 50px;
}

.marginTop-10 {
  margin-top: 10px;
}

.marginTop-20 {
  margin-top: 20px;
}

.marginTop-30 {
  margin-top: 30px;
}

.marginTop-40 {
  margin-top: 40px;
}

.marginTop-50 {
  margin-top: 50px;
}

.inlineblock {
  display: inline-block;
}


/* ********* */
.footer {
  position: relative;
  width: 100%;
  background: #deecf6;
  display: flex;
  margin-top: -15px;
  padding-top: 15px;
  overflow: hidden;
  background-color: transparent;
  align-items: center;
}
.pageNumber {
  border: 3px solid rgb(251, 229, 199);
  border-radius: 13px;
  font-weight: bold;
  font-size: 30px;
  line-height: 68px;
  height: 76px;
  background-color: transparent;
}
.resoursePopup, .helpPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(251, 229, 199, 0.8);
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
}
#container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: antiquewhite;
}
.pageContent {
  position: relative;
  /*top: -10px;*/
  padding: 10px 20px;
  z-index: 1;
  border: 5px solid transparent;
  border-radius: 20px;
  background-color: rgb(251, 229, 199);
}

.pageBg {
  background-color: antiquewhite;
  position: absolute;
  left: 0;
  top: 15px;
}
.resourseContainer, .helpContainer {
  position: relative;
  width: 1260px;
  height: 460px;
  background-color: rgb(251, 229, 199);
  border: 5px solid transparent;
  border-radius: 20px;
  padding: 20px;
  position: fixed;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url('../assets/images/background.jpg');
}
.pageContent {
  position: relative;
  /*top: -10px;*/
  padding: 10px 20px;
  z-index: 1;
  border: 5px solid transparent;
  border-radius: 20px;
  background-color: transparent;
}
.pageBg {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 15px;
}
.resourseContainer, .helpContainer {
  position: relative;
  width: 1260px;
  height: 460px;
  background-color: transparent;
  border: 5px solid transparent;
  border-radius: 20px;
  padding: 20px;
  position: fixed;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.resoursePopup, .helpPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 236, 239, 0.8);
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
}
