.sidebar .menu .list a{
    padding: 5px 13px;
    min-height: 50px;
    display: flex;
    align-items: center;
    /* border-radius: 30px; */
}
.sidebar .menu .list i.material-icons {
    margin-top: 0px;
    font-size: 14px;
}
.sidebar .menu .list a span {
    margin: auto 15px;
    font-size: 12px !important;
}
.sidebar .menu .list .ml-menu li a {
    padding-top: 0;
    padding-bottom: 0;
}
.sidebar .menu .list li a:hover {
    /* background-color: #e5e6e7 !important; */
    transition: .5s;
}
.sidebar {
    width:  200px;
}
section.content {
    margin: 90px 15px 0 215px;
}
.content .container-fluid {
    padding:  0;
}


/* MENU CBT*/
body,.navbar-brand {
    font-family: 'Nunito', sans-serif !important;
}
a.navbar-brand {
    font-weight: 900;
    font-size: 24px;
}
.btn-group.bootstrap-select.form-control.soallist {
    width: 100%;
}
.table-responsive a {
    word-break: break-all;
}
a.btn.hasil {
    padding-bottom: 5px;
    letter-spacing: 1px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding-left: 20px;
}
.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 24px;
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    padding: 10px;
}

.grid-item {
    padding: 1rem;
    position: relative;
    color: #929796;
    background-color: #ffffff;
    border: 1px solid #2699fc;
    border-radius: 5px;
    padding-bottom: 20px;
/*    &:nth-child(odd) {
        background-color: #424242;
    }*/
}
.grid-item:hover {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important
}
.siswa .soallist .rating {
    position: absolute;
    top: -10px;
    font-size: 11px;
    background-color: #ffffff;
    right: 0;
}
.siswa .soallist .namatest {
    font-weight: 700;
    /*color: #ffffff;*/
    margin-bottom: 20px;
    text-align: center;
    margin-top: 10px;
    /*background-color: #2699fc;*/
    border-radius: 5px;
    padding: 5px;
    background-color: transparent !important;
    border: #2196f3 1px solid !important;
    color: #213f99 !important;
}
.siswa .soallist .keterangan {
    color: #333;
    font-size: 12px;
    margin-bottom: 10px;
}
.siswa .soallist .keterangan .info{
    color: #333;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
    width: auto;
}
a.cetakkartu {
    background-color: #f5eee5;
    border-radius: 100px;
    padding: 5px;
    color: #3f51b5;
    line-height: 3;
}
.siswa .soallist .keterangan .info.nilai{
    border-radius: 10px;
    background-color: #e7ebf9 !important;
    color: #2196f3 !important;
    margin-top: 10px;
    width: auto;
    text-align: center;
    margin-bottom: 10px !important;
}
.siswa .soallist .buka,
.siswa .soallist .topup {
    padding-bottom: 5px;
    letter-spacing: 1px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding-left: 20px;
}
.buka:hover {
    font-weight: 600;
}
.siswa .soallist .level {
    position: absolute;
    top: -25px;
    left: -9px;
}
.siswa .soallist .url {
    position: absolute;
    right: -1px;
    bottom: -1px;
}
.tampilkansoal .url button:disabled,
.tampilkansoal .url button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
.siswa .m0 {
    margin:0px !important;
}
/*.siswa .sidebar .user-info .info-container,
.guru .sidebar .user-info .info-container {
    top: 0px;
    padding: 10px;
    background-image: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.3), rgba(255,255,255,1));
    padding-top: 27px;
    height: 100px;
}*/

.siswa .card .header {
    border-radius: 10px;
}

.siswa .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-left: 10px solid #3C763F !important;
}

.siswa .btn.simpan{
    max-width: 220px;
    border-radius: 100px;
}

.siswa .br100 {
    border-radius: 100px !important;
}

.siswa.theme-indigo .navbar {
    background-color: #ffffff !important;
}

.siswa div#navbar-collapse {
    padding-top: 0px;
}
.navbar{
    /* background-image:url('/persuratan/images/backhead.gif');
    background-size: cover;
    background-position: center; */
    box-shadow: 0 5px 10px rgba(37, 80, 144, 0.34);
}
ul.dropdown-menu.inner {
    margin-left: 30px !important;
}
img.logositoni {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.labelsitoni {
    font-size: 20px;
    padding-top: 25px;
    color: #ffffff;
    display: block;
    text-align: center;
}
.login .msg {
    padding-top: 15px;
}
.login input#kodeval {
    height: 50px;
    border-radius: 0;
}
.login .card,.daftar .card {
    margin-left: 10px;
    margin-right: 10px;
}
.daftar .modal {
    top: 50px !important;
}
.br100 {
    border-radius: 100px;
}

@media (max-width: 325px) {
  .daftar .input-group {
    margin-bottom: 0px;
    }
    .daftar .input-group .font10 {
        font-size: 10px;
    }
}
.perhatian {
    background-color: #3F51B5 !important;
    color: #fff; }
    .bg-red .content .text,
    .bg-red .content .number {
      color: #fff !important; }

.warning {
    background-color: #F44336 !important;
    color: #fff; }
    .bg-red .content .text,
    .bg-red .content .number {
      color: #fff !important; }

.success {
    background-color: #2b982b !important;
    color: #fff; }
    .bg-red .content .text,
    .bg-red .content .number {
        color: #fff !important; }

.card,.alert,.info-box{
    border-radius: 30px;
    border: 2px solid #fff;
}
.bootstrap-select .bs-searchbox:after{
    content:'';
}
.btn-group.surat button {
    font-size: 18px !important;
    padding-left: 0px;
}

.kecilbgt {
    font-size: 10px;
    display:block;
    margin-bottom: 0px;
}

.tglentry {
    font-size: 10px;
}

.signup-page {
    background-color: #009688;
    max-width: 500px;
}
.signup-page .signup-box a {
    color: #337ab7;
}
.info-box.hover-expand-effect:after{
    left:57px;
}
.persetujuan {
    background-color: #f9ea9b;
    padding: 10px;
}
#alamatpanitia {
    background-color: #f9ea9b;
    padding: 5px;
    font-size: 12px;
}
.ml10 {
    margin-left: 10px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.nopadding {
    padding:0 !important;
}
.nomargin {
    margin:0 !important;
}
.nomargintop{
    margin-top: 0px !important;
}
.nomarginbottom{
    margin-bottom: 0px !important;
}
input.besar {
    font-size: 34px;
    height: 70px;
}
hr.mepet {
    margin:5px;
}

.info-box .icon {
    width: 30px;
}
.info-box .icon i {
    font-size: 18px;
}