 html body {
  font-family:Verdana, Geneva, sans-serif;
  height: 100%;
  overflow: hidden;
  padding-top: 0px;
  margin:0px;
 background-color: rgb(238, 238, 238);
}

/*@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
   // overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}*/
@media screen and (min-width: 320px) and (max-width: 767px){
   
.tooltip-inner
{
   visibility:hidden;
    display:none;
    border: 0px solid red;
}

.tooltip-arrow
{
    visibility:hidden;
     display:none;
}
.tooltip .arrow
{
    visibility:hidden;
     display:none;
}
}
.topic
{
    padding:0.75rem;
    background-color: #00B2D3;
    
    color:#fff;
    font-family: verdana;
    
}

.col-reverse
{
    height:100%;
}
.topic p{
    width:95%;
    font-size: 20px;
     text-align:left;
}
.question
 {
   padding:0.75rem;
   background-color:#C8C9CB;
   color: #251D08;
   
   font-style: normal; 
   display: flex;
   align-items: center;
   
 }
  .question p
 {
    width: 95%;
    font-size: 18px;
    text-align: left;
    color: #265EAC;
	}
.container
 {
    position: relative;
    width:80%;
    height:100vh;
    padding:0px;
	
 }
 .card{
     position: relative;
     border: 0px solid red;
 }
 
.body-content
{
  position:relative;
  overflow: auto;
  
      background-color: #fff;
  display: block;
    //align-items: center;
   
}

.body-content .col-md-12
{
 /* position:absolute; */
/* top:0px; */
/* height:100% */
} 

#content
{
height:95%;
}
  .footer
  {
     width:100%;   
     margin:0 auto;
     position:absolute;
    
     /*bottom:0px;*/
  }
  
  .button-container
  {
    border: 0px solid red;
    position:relative;
    text-align: center;
    padding:5px;
   
  }

.options
{
  position:relative;
  height:auto;
  margin-top:5px;
  margin-bottom:5px;
  overflow-y: auto;
  border: 0px solid red  ;
 }

.option
{
 
 line-height: 18px;
 font-size:16px; 
 padding:5px;
 
}

.topic p{
    width:90%;
    border: 0px solid red;
}
.dropdown
{
   font-size: 16px; 
}

li{
    list-style-type:decimal;
    border: 0px solid red; 
    margin-left:9px;   
   
}
    
.rightWrong
{
    position:absolute;
    left:1px;
    margin-top:6px;
    width:25px;
    height:25px;
     display: none;  
}
.rightWrong img{
   width:100%;
}
.correctAnswer{
    color:#28a745;
    display: none;
	border-radius:15px;
	padding:2px 3px;
   /* font-weight: bold;*/
}
select {
    //text-transform: capitalize;
}
@media only screen and (max-width: 900px) {
    .container
 {
    width:100%;
    padding:0px
 }
}
@media only screen and (max-width: 700px) {
    .col-reverse
 {
    display: flex;
flex-direction: column-reverse;
 }

 
 .option
{
   font-size:18px; 
   padding:5px;
   line-height:25px;
   max-height: 350px;
   border: 0px solid red;
}
/* select {
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  padding:0 10px;
 // border-color: #444 #333 #333 #444!important;
 } */
}

.content-img
{
    position:relative;
    width:100%;
    padding-top:10px;
   // display: table-cell;
    vertical-align: middle;
    text-align:center;
    //height:500px;
}

.vertical-align
{
  // display: flex;
    //align-items: center;
    border: 0px solid red;
}

.bg-dark
{
    background-color:#C8C9CB !important;
}
#showAnswer
{
    margin-left:40px;
}
.center
{
    margin:0 auto;
}

@media (min-width: 768px){
.container {
    width: 100% !importan;
}
}
/*select{
   background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 0.7em;
  padding: 0.5em 3.5em 0.5em 1em;

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none; 
}

select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}*/
    .modal.show .modal-dialog{
    max-width: 100%;
    min-height: auto;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateY(-50%);
    transform: translateX(-50%);
   }

.info-btn
{
   position:absolute;
   right: 7px;
   height: 36px;
   width: 36px;
   cursor: pointer;
}
.info-btn img
{
    width:100%;
    height:100%;    
}

.topic .info-btn a {
	background:#265EAC;
	display:block;
	width:1.5em;
	height:1.5em;
	border-radius: 100%;
	font-weight:600;
	color:#ffffff;
    /* font-family: cursive; */
    font-size: 20px;
}


.audio-btn
{
   position:absolute;
   right:8px;
  
   height:26px;
   width:26px;
   cursor: pointer;
}
.audio-btn img
{
    width:100%;
    height:100%;    
}
   .modal-dialog
   {
       //height:90%;
   }
   
   .modal-content {
    max-width: 600px !important;
    min-height: 200px !important;
    max-height: 400px !important;
}
   
   .modal-header {
    background-color: #00B2D3;
    color: #fff;
    cursor: move;
}
   .modal-footer {
    background-color: #fff;
}
   .modal-body p
    {
      //height:500px;
text-align: left;
    padding-left: 11px;
    }
	 .modal-body p
    {
    margin: 0 !important;
	
    background: none !important;
    }
   .modal-title
   {
       margin:0 auto;
	   margin-left:0px;
   }
   .modal-body {
    padding: 0;
    background: transparent;
    /* background-color: white; */
    text-align: center;
    margin-block-end: 0;
    margin: 0 20px;
    /* border: 1px solid #ccc; */
    padding: 20px 0;
    /* box-shadow: 0 0 2px #eee; */
}
   .modal-body {
    //height: 500px;
    /* border: 1px solid #fff; */
    overflow-y: auto;
}
   .modal-footer .btn
   {
       margin:0 auto;
   }
   
   







.showAnswerColor
{
   background-color:#1b702e;
   color:#fff;
}

.submitColor
{
    background-color:#0ea7d0;
   color:#fff;
}

.closeColor
{
     background-color:#383838;
   color:#fff;
}



.glyphicon
{
    width:40px;
    height:40px;
}
.glyphicon-play:before
{
  content:"\f5b0";
}

.shadow-bg{
 box-shadow: 5px 5px 5px grey;
 }
 
 #audio .modal-content
 {
     min-height:auto;
 }
 
  #audio .modal-header
 {
     background-color:transparent;
 }
 
 #audioPlayer
 {
     width:99%;
 }
 
 .modal-header
 {
     border-bottom: 0px solid;
 }
 
.dispnone{display:none;}
.dispblock{display:inline-block;}
.glyphicon {
        left: -8px;
		    top: 0px !important;
}
li:hover { 
  background-color:#D6EAF8;
}
li {
	/* border:1px solid #D6EAF8; */
	border-radius:1em;margin-top:10px; cursor:pointer;}
.info-btn1 {
  position: absolute;

right: 40px;

height: 26px;

width: 41px;

cursor: pointer;
display:none;
}
/* .rightWrong img{display:none;} */