*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;

    direction: ltr;
}
html {
    margin: 0px;
    padding: 0px;

    font-family: "Lato", "proxima-nova", "Helvetica Neue", sans-serif, Arial;
    font-weight: normal;

    -webkit-text-size-adjust: 100%;
}
body {
    overflow-y: scroll;

    margin: 0px;
    padding: 0px;

    background: #171717;
}
.body_kiri {
    position: absolute;
    z-index: -1;

    width: 75%;
    height: 100%;

    background-color: white;
}
.index {
    width: 100%;
    height: 100%;
}
.header {
    position: relative;
    z-index: 10;

    width: 100%;

    background: #2c3e50;
    box-shadow: 0px -1px 10px #7B817D;
}
.logo {
    position: absolute;

    display: block;

    width: 75px;
    height: 75px;

    background-image: url('../icon/logo_smk13100.png');
}
.logo_kecil {
    position: absolute;

    display: block;

    width: 38px;
    height: 38px;

    /*background-image: url('../icon/favicon.png');*/
}
.topbar {
    position: relative;

    overflow: initial;

    max-width: 65.5rem;
    height: 60px;
    margin: 0 auto;
    padding: 0 20px;

    color: white;

    line-height: 40px;
}
.topbar_admin {
    position: relative;

    overflow: initial;

    max-width: 80.5rem;
    margin: 0 auto;
    padding: 0 20px;

    color: white;
    /*height: 60px;*/

    line-height: 40px;
}
.topbar li {
    display: inline-block;
    float: left;

    margin: 10px 10px;

    list-style: none;
}
.topbar_kiri {
    float: left;
}
.topbar_kanan {
    float: right;
}
.body {
    position: relative;

    padding-top: 30px;
    padding-bottom: 3em;

    background: white;
    box-shadow: 0px -5px 5px #080;
}
.body_admin {
    padding-top: 10px;
}
.wrapper {
    margin: 0 auto;

    background-color: white;
}

/*
.container {
  width: 69em;
  margin:0 auto;
  padding: 0 0;
  text-align:center;
}
.container .text-muted {
  margin: 20px 0;
  font-size:12px;
  text-align:center
}
.container .text-muted span{
  color:rgba(0,0,0,.55);
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background:rgba(0,0,0,0.2) ;
  border-top:3px solid #E7C300;
}*/

.footer {
    max-width: 65.5rem;
    height: 3em;
    margin: 0 auto;
    padding: 0.5em 0;

    color: #959595;

    font-size: 0.85em;
    font-weight: 400;
    line-height: 2em;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center !important;
}
.text-kiri {
    text-align: left !important;
}
.text-kanan {
    text-align: right !important;
}
.clear {
    clear: both;
}
.baris {
    width: 100%;
    max-width: 63.5rem;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0 8px;
}
.baris-title {
    width: 100%;
    margin-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 10px;

    background-color: rgba(251, 247, 214, 0.77);
}
div.baris-title> div.title {
    max-width: 63.5rem;
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    padding: 15px 0;

    text-align: center;
    /*border-top: 2px solid #ccc;*/
    /*border-bottom: 2px solid #ccc;*/

    color: rgba(0, 0, 0, .5);
}
.title> h1 {
    text-transform: uppercase;
}
.title> small {
    text-transform: lowercase;

    color: #5c4f4f;

    font-weight: 500;
    font-style: italic;
}
.row_soal {
    margin: 0 10px;
}

/* Buttons
__________________________*/

.btn, .button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;

    box-sizing: border-box;
    padding: 3px 12px;

    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: .1rem;
    text-transform: uppercase;

    color: white;
    color: #fff;
    border-width: 1px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.5)));
    background-color: rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 1px grey;

    font-size: 11px;
    font-weight: 800;
}
#button_akhiri {
    padding: 10px;

    box-shadow: 5px -2px 0px -2px rgb(218, 37, 28), -4px 2px 0px -2px rgb(218, 37, 28);
}
#button_akhiri:hover {
    background-color: rgb(218, 37, 28);
    box-shadow: none;
}
.btn-dangerious {
    color: #fff;
    border-color: #d43f3a;
    background-color: #d9534f;
}
.btn-dangerious:hover {
    color: #fff;
    border-color: #ac2925 background-color: #c9302c;
}
.button:hover,
/*button:hover,*/

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
    outline: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.button.button-primary,
/*button.button-primary,*/

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
    color: #FFF;
    border-color: #4288CC;
    background-color: #4288CC;
}
.button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
    color: #FFF;
    border-color: #1EAEDB;
    background-color: #1EAEDB;
}

/* Input
_____________________________________________________ */

input[type="text"], input[type="password"] {
    min-width: 200px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 5px 6px;
}

/* Tables
_______________________________________________________ */

.tabel td.kolom_kotak {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px !important;
}
th, td, .tabel th, .tabel td {
    padding: 13px 15px;

    text-align: left;

    border-bottom: 1px solid #E1E1E1;
}
.tabel td:last-child {
    /*background-color: red;*/
    border-right: 1px solid #E1E1E1;
}
.tabel tr:first-child td {
    border-top: 1px solid #E1E1E1;
}
.tabel {
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;

    border-spacing: 0;
}
.tabel th {
    margin: 0;

    text-align: center;

    color: whitesmoke;
    border: none;
    border-collapse: collapse;
    border-bottom: 0.1px solid rgba(210, 206, 206, 0.61);
    background-color: #2c3e50;

    font-weight: 600;
}
.tabel td ol li {
    margin-left: 18px;
}
.tabel tbody tr th {
    padding-left: 25px;

    text-align: left;
    vertical-align: top;
    text-transform: uppercase;

    font-weight: 500;
}

/* Link
________________________________________*/

html body.index a.link {
    margin: 0 3px;
    padding: 2px 5px;

    text-decoration: none;

    color: #fff;
    border-radius: 3px;
    border-radius: 5px;
    /*background-color: #fff500;*/
    background-color: #aeaeae;
    box-shadow: 0px 0px 1px 0px #00903D;
}
html body.index a.link:hover {
    color: #222;
    background-color: #fff500;
}

/*----------------------*/

.timeout {
    margin-right: -5px;
    padding: 0px 5px 0px 5px;

    color: white;
    border-radius: 1px;
    background-color: tomato;
}
.timeout_2 {
    color: tomato;
    text-shadow: 1px -1px 0px black;
}
.biru {
    color: white;
    background-color: #32AFB8;
}
.span_biru {
    color: #32AFB8;
    background-color: transparent;
}
.body_ujian {
    background-color: white;
}
.wrapper_ujian {
    width: 100%;

    background-color: #171717;
}
.menu_soal {
    float: left;

    width: 75%;

    background-color: white;

    font-size: 17px;
}
.tampilan_per_soal {
    display: none;

    min-height: 100%;
    margin: 20px;
    margin-right: 25px;
    padding: 15px;

    font-size: 14pt;
    line-height: 25px;
}
.show_soal {
    display: block;
}
.menu_pilih_soal {
    position: absolute;
    /*min-height: 100%;*/
    right: 0;

    width: 25%;
    /*padding-top: 30px;*/
    margin-top: 0px;
    padding: 15px;
    padding-left: 25px;

    background-color: #171717;
}
.pilihan_jawaban {
    margin-top: 10px;
    margin-left: 5px;
}
.pilihan_jawaban_arab {
    margin-top: 10px;
    margin-left: 5px;

    text-align: right;
}
button.button-pilih, button.sudah_diisi, button.ragu {
    width: 50px;
    height: 40px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 4px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;

    color: #F3F3F3;
    border-color: #444444;
    border-radius: 2px;
    background-color: #353535;
    box-shadow: 1px 1px 5px 0px #423E3E;
    text-shadow: 1px 1px 2px #444444;

    font-size: 0.8em;
    font-weight: lighter;
}
button.button-pilih:hover {
    box-shadow: inset 0px -7px 5px -4px gold;
    text-shadow: 0px -5px 25px #fff, 0px -5px 25px yellow;
}
button.dipilih, button.dipilih:hover, button.dipilih:focus, button.dipilih:active {
    border: none;
    /*box-shadow: inset 0px 4px 1px 0px red !important;*/
    box-shadow: 0px 0px 0px 2px white !important;
}
button.tandai {
    padding: 5px 20px;
}
button.ragu {
    color: #FFFFFF;
    background-color: #ee9f0d;
    text-shadow: 1px 2px 1px hsla(0, 0%, 0%, 0.66);

    font-weight: 600;
}
button.yakin {
    color: #FFFFFF;
    background-color: #24F944;
    text-shadow: 1px 2px 1px hsla(0, 0%, 0%, 0.66);

    font-weight: 600;
}
button.sudah_diisi {
    color: #FFFFFF;
    /*background-color: #24F944;
    text-shadow: 1px 2px 1px hsla(0, 0%, 0%, 0.66);*/

    font-weight: 600;
}
button.sudah_diisi:active {
    box-shadow: 0px 0px 0px 2px white !important;
}
button.ragu:hover, button.ragu:focus {
    background-color: #ee9f0d;
    /*box-shadow: 0px 0px 2px 0px white !important;*/
    text-shadow: 0px -5px 25px #898989, 0px -5px 25px #24F944;
}
button.yakin:hover, button.yakin:focus {
    background-color: #24F944;
    /*box-shadow: 0px 0px 2px 0px white !important;*/
    text-shadow: 0px -5px 25px #898989, 0px -5px 25px yellow;
}
button.sudah_diisi:hover, button.sudah_diisi:focus {
    /*background-color: #24F944;
    box-shadow: 0px 0px 2px 0px white !important;*/
    text-shadow: 0px -5px 25px #898989, 0px -5px 25px yellow;
}
div.token {
    padding: 5px 0;

    text-align: center;

    background-color: white;
    box-shadow: 1px 1px 3px 1px #D2D2D2;
}
div.token> h1 {
    letter-spacing: 5px;

    text-shadow: 2px 2px 1px #B9B5B5;

    font-size: 50pt;
}
div.token small {
    letter-spacing: 3px;
}
.bg-image {
    position: relative;
}
.bg-image img {
    max-width: 100%;
    /*width: 100%;*/
    height: auto;
    max-height: 1000px;
    margin-top: 8px;
    margin-bottom: 8px;
}
div.inline-flex {
    display: inline-flex;
}
div.pilihan_jawaban label div.abjad {
    position: relative;

    float: left;

    width: 45px;
}
div.pilihan_jawaban_arab label div.abjad {
    position: relative;

    float: right;

    width: 45px;
}
div.pilihan_jawaban label div.jawaban {
    position: relative;
    /*display: inline-block;*/

    float: left;

    width: 90%;
}
div.pilihan_jawaban label {
    cursor: pointer;
}
div.pilihan_jawaban_arab label div.jawaban {
    position: relative;
    /*display: inline-block;*/

    float: right;

    width: 90%;
}
div.pilihan_jawaban_arab label {
    cursor: pointer;
}
.menu_pilih_soal p {
    color: #DADADA;

    font-size: 0.8em;
    font-style: italic;
}
span.pesan {
    display: table;

    margin: 0 auto;
    padding: 8px;

    text-align: center;

    color: white;
    background-color: #43CB81;

    font-size: 120%;
    font-weight: 600;
    font-style: italic;
}

/*notif*/

.alert {
    margin-bottom: 20px;
    padding: 15px;

    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-info {
    color: #31708f;
    border-color: #bce8f1;
    background-color: #d9edf7;
}

/*WAKTU BADGE*/

.badge_waktu {
    position: fixed;
    z-index: 1;
    right: 2px;

    width: 120px;
    margin-top: -8px;

    text-align: center;

    border: 0;
    border-radius: 30px;
    background: white;
    box-shadow: 0 14px 45px rgba(0, 0, 0, 0.10), 0 10px 18px rgba(0, 0, 0, 0.10);

    -webkit-tap-highlight-color: transparent;
}
.badge_waktu-tanggal {
    height: 32px;

    letter-spacing: 0.3px;

    color: white;
    background: #00903D;

    font-size: 12px;
    font-weight: 200;
    line-height: 32px;
}
.badge_waktu-waktu {
    padding: 0 0;

    color: white;
    border-radius: 5px transparent;
    background: #7DBB44;

    font-size: 32pt;
}
.badge_waktu-gmt {
    padding: 3px 0;

    color: rgba(0, 0, 0, 0.54);
    background-color: white;

    font-size: 9pt;
}
.data_peserta {
    width: 100%;

    background: white;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 0px 15px rgba(0, 0, 0, 0.10);
}
.foto_peserta {
    display: block;

    margin: 0 auto;
    padding: 15px 5px;
}
.header_peserta {
    text-align: center;
}
.header_peserta h1 {
    margin: 0;
    padding: 0;

    color: #FF5722;

    font-size: 14pt;
}
.header_peserta h2 {
    margin: 0;
    padding: 0;

    font-size: 12pt;
}
.status_peserta {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;

    text-align: center;
}
a.link_menu {
    color: #00903D;
}
a.link_menu:hover {
    text-decoration: none;
}
.menu_link {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 5px;

    text-align: center;

    background: white;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5), 0 0px 15px rgba(0, 0, 0, 0.10);
}
.link_penjelasan {
    margin: 5px 0;

    text-align: left;

    color: black;

    font-size: 10pt;
    font-weight: 100;
    line-height: 16px;
}
.link_penjelasan hr {
    margin: 5px 0;
}
.jam_selanjutnya {
    opacity: 0.8;
    color: grey;
}
.jam_selanjutnya h3 {
    margin: 0;

    font-size: 30pt;
}
.app-title> small {
    padding-top: -15px;
}
body> div.body> div> div.baris> table> tbody> tr> th {
    /*background-color: #aeaeae;*/
    background-color: #1F1A17;
}
body> div.body> div> div.baris> table> thead> tr> th {
    padding-top: 20px;
    padding-bottom: 20px;
}
body> div.body.body_admin> div.container> div> div> div> table> tbody> tr> th {
    background-color: #1f1a17;
}
body> div.body.body_admin> div.container> div> div> div> table> tfoot> tr> th {
    background-color: #f5d251;
}
