.list{
    color: #303030;
    font-size: 15px;
    border-width: 0 0 1px;
    padding: 8px 4px 8px;
    border-color: rgba(0,0,0,.12);
    line-height: 25px;
    background: #fff;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    border: 1px #e1e1e1 solid;
    font: 400 14px / 1.42857143 "SourceSansPro", sans-serif;
    -webkit-appearance:none;
}

body {
  min-height: 100%;
  font: 400 16px / 1.42857143 "SourceSansPro", sans-serif;
  padding-top: 48px;
  box-sizing: border-box;
}

.input-soal .md-card-content{
    padding: 30px !important;
}

@font-face {
    font-family: SourceSansPro;
    src: url(../fonts/SourceSansPro-Regular.ttf);
}

audio{
    height: 38px;
}

#soal_gambar{
    background-size: 100%;
    display: block;
    /* margin-left: auto; */
    /* margin-right: auto; */
    max-width: 100%;
    max-height: 100%;
}

#soal_mp3{
    display: block;
}

.input-soal{
    margin-top: 10px !important;
}

#sidebar_main .sidebar_main_header .sidebar_logo a {
    margin-left: 0px !important;
}

.uk-dropdown>ul>li>a {
    font-size: 15px;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.color-red{
    color: red;
}

.tambah_materi{
    width: 35%;  
}

.tambah_text{
    width: 85%;
    margin: 10px auto;
}

#pilih_teks{
    margin-top: 10px;
    margin-left: 40px;
}

.list_text{
    cursor: pointer;
    padding: 10px;
}

.list_text:hover{
    background: rgba(0, 0, 0, 0.04);
}

#isi_text{
    display: none;
    padding: 10px;
    border: 1px #e0e0e0 solid;
}

.input_skor{
    border: 0px solid;
    border-bottom: 1px #121212 dotted !important;
    text-align: center;
    width: 50px;
    padding: 1px;
}

.input_token{
    border: 0px solid;
    border-bottom: 1px #121212 dotted !important;
    text-align: left;
    width: 300px;
    padding: 1px 8px;
}

.pilihan_tingkat{
    margin: 0 2px 2px 0 !important;
}

/*input[type=radio]:not(old){
  font-size : 1em;
  opacity   : 0;
}

input[type=radio]:not(old) + label > span{
    cursor: pointer;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 1px 10px 1px 1px;
    border: 0.0625em solid rgb(192,192,192);
    border-radius: 1.25em;
    background: rgb(224,224,224);
    background-image: -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: linear-gradient(rgb(240,240,240),rgb(224,224,224));
    vertical-align: bottom;
}

input[type=radio]:not(old):checked + label > span{
    background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
    background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
    background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
    background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
    background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

input[type=radio]:not(old):checked + label > span > span{
    display: block;
    width: 95.1%;
    height: 95.1%;
    margin: 0.3px 0.3px;
    border-radius: 100%;
    background: #4dbd86;
}

.label_radio{
    cursor: pointer;
    margin-left: -25px;
}*/

@media (max-width: 720px) {
  .tambah_materi{
    width: 80%;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ed3838;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #55bd86;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.soal_koran{
  font-size: 35px;
  color: green;
}

.soalnya_koran{
  font-size: 35px;
}

.jawaban_koran{
  font-size: 25px;
}

/*input[type="radio" i]{
  margin: 3px 3px 0px 15px !important;
}*/

.label_radio{
  cursor: pointer;
  margin-left: -20px;
}

input[type=radio   ]:not(old){
  font-size : 1em;
  opacity   : 0;
}

input[type=radio   ]:not(old) + label > span{
    cursor: pointer;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 2px;
    border: 0.0625em solid rgb(192,192,192);
    border-radius: 1.25em;
    background: #879643;
    background-image: -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: linear-gradient(rgb(240,240,240),rgb(224,224,224));
    vertical-align: middle;
}

input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

input[type=radio]:not(old):checked + label > span > span{
    display: block;
    width: 92%;
    height: 92%;
    margin: 1px 0.9px;
    border-radius: 100%;
    background: #879643;
}
