
body{
	font-family: 'ubunturegular';
	background-color: #fff;
  text-size-adjust: auto !important;
  word-break: normal !important;
}
a{
	font-family: 'ubunturegular';
	text-decoration: none !important;
}
p{
	font-family: 'ubunturegular';
	font-size: 14px;
	line-height: 23px;
}
h1,h2,h3,h4{
    font-family: 'ubuntumedium';
}
img{
  max-width: 100%;
}
ul{
  list-style-type: none;
  padding-inline-start: 0;
}

.nopad{
  padding: 0px !important;
}


.mainwrapper{
  background-color: #efefef;
  background-image: url(../img/images/bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
}
.maincontent{
  float: none !important;
  margin: 30px auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.2);
}
.head{
  padding: 5px 15px;
  background-color: #195c92;
}
.head h2{
  font-size: 20px;
  margin-top: 10px;
  color: #fff;
}
.head p.time{
  color: #fff;
  line-height: 20px;
  margin-bottom: 0;
  line-height: 40px;
  float: right;
}
.head p.time span{
  color: red;
  font-family: 'ubuntumedium';
}
.head .btn{
  float: right;
  padding: 3px 15px;
  margin-top: 7px;
  margin-left: 10px;
}


.boxa{
  background-color: #e3eaea;
  height: 330px;
  overflow: auto;
  padding-bottom: 25px;
}
.boxb{
  height: 330px;
  overflow: auto;
  padding-bottom: 25px;
}
@media(max-width: 991px){
.boxa, .boxb{
  height: auto;
}
}

p.info{
  margin-top: 40px;
  font-size: 16px;
  font-family: 'ubuntumedium';
  padding-left: 25px;
}
p.info .fa{
  font-size: 20px;
  position: absolute;
  left: 15px;
  margin-top: 2px;
  color: #2196F3;
}
audio{
  outline: 0 !important;
  background-color: #f1f3f4;
  border-radius: 5px;
  display: block !important;
  margin: 15px auto; 
}
.ppq-audio-player{
  border-radius: 5px !important;
  margin-bottom: 25px !important;
}
.ppq-audio-player .player-bar{
  pointer-events: none !important;
}

.optcontrol {
  /*margin-bottom: 5px;*/
  padding: 5px;
}
.optcontrol label{
  font-weight: 500;
  border-bottom: 1px solid #efefef;
  position: absolute;
  right: 15px;
  left: 15px;
  margin-bottom: 0;
  padding-left: 25px;
  line-height: 30px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.optcontrol input[type=radio]{
  position: relative;
  z-index: 1;
  top: 5px;
}
.optcontrol label:hover{
  background-color: #bcbbcc;
}

.foot{
  background-color: #2196f3;
  padding: 15px 0;
}
.foot .btn{
  padding: 3px 15px;
}
.foot .btn-back{
  float: right;
  background-color: #195c92;
  border-color: #195c92;
}