.sidebar-header .brand {
    font-size: 14px;
    display: flex;
    align-items: center;
}
.header .header-block-nav .profile .img {
    border-radius: 50%;
}
.login img {
    width: 45px;
}
.logo.login {
    height: 50px;
}
.left{
  float: left;
  margin-right: 10px
}
.right {
  float: right;
    margin-left: 10px
}
#datatable_length {
    float: right;
    font-weight: 400;
    margin-right: 30px;
    margin-top: 20px
}
#dt-other_length {
  float: right;
  font-weight: 400;
  margin-right: 30px;
  margin-top: 20px
}
::-webkit-input-placeholder {
    font-size: 12pt;
    font-style: normal !important;
    font-weight: 400;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 12pt;
    font-style: normal !important;
    font-weight: 400;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-size: 12pt;
    font-style: normal !important;
    font-weight: 400;
}

:-ms-input-placeholder {  
    font-size: 12pt;
    font-style: normal !important;
    font-weight: 400;
}
.dataTables_wrapper {
    margin-top: -16px;
}
.dataTables_wrapper .dataTables_info {
    clear: none;
}
.dataTables_wrapper .bottom .btn, .dataTables_wrapper .bottom label {
  margin-bottom: 0;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #969696;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 15px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
}

#datatable_length select{
    height: 32px;
    border-color: #d7dde4;
}
#dt-other_length select{
  height: 32px;
  border-color: #d7dde4;
}
.dataTable td:first-child, .dataTable th:first-child {
    text-align: center;
}

.btn {
    line-height: 1;
    font-size: 0.9rem;
}

.btn.btn-secondary.ui-state-disabled {
    color: #ffffff;
    background-color: #4385d9;
    background-image: none;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: none;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #eceeef;
    width: 100% !important
}
.one-edge-shadow {
    -webkit-box-shadow: 0 10px 15px 0px #cecece;
       -moz-box-shadow: 0 10px 15px 0px #cecece;
            box-shadow: 0 10px 15px 0px #cecece;
}

input[type="file"]{
   -webkit-appearance: none;
   text-align: left;
   -webkit-rtl-ordering:  left;
    display: inline;
}
input[type="file"]::-webkit-file-upload-button{
   -webkit-appearance: none;
   float: right;
   margin: 0 0 0 10px;
   border: 1px solid #aaaaaa;
   border-radius: 0;
   background-image: -webkit-gradient(linear, left bottom, left top, from(#d2d0d0), to(#f0f0f0));
   background-image: -moz-linear-gradient(90deg, #d2d0d0 0%, #f0f0f0 100%);
}

.logo {
  display: inline-block;
  width: none;
  height: inherit;}
  .logo-inner{
    max-height:38px;
    max-width:38px;}
    .logo-description{
      padding-left: 8px;
      font-weight: bold;
      font-size: 18px;
      line-height: normal;
      letter-spacing: 0.3px;}

.header {
  background-color: #ffffff;}
  .header .header-block-nav > ul > li:before {
        content:none; }
    .header .header-block-nav .profile .name {
      font-weight: none; }
      .header .header-block-nav .profile .img {
        border-radius: 50%;
        margin-right: 14px;
        margin-top: -2px; }

@media (min-width: 1200px) {
      .app .content {
        padding: 107px 47px 100px 39px; } }

.title-block {
  padding-bottom: 0;
  margin-bottom: 24px;
  border-bottom: none; }
  .title {
    display: inline-block;
    margin-top: 10px;}
    .card h3.title{
      font-size :22px;
      font-weight: 600;
      margin-bottom: 35px;
    }

.badge{
    position: absolute;
    top: -3px;
    right: -1px;
    font-size: 11px;
    color: white;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
}

.badge.red{
  background: #fd3e45;
}
@media (max-width: 767px){
  .badge{
    position: absolute;
    top: 7px;
    right: 115px;
  }
  .for-filter {
    margin: 16px 20px 10px 0px !important;
  }
}

  .rounded{
    border-radius: 15%;
    width: 28px;
    height: 28px;
    text-align: center;
    padding:0;
  }

  .shadow{
    /* padding-right:15px; */
    /* padding-left:15px; */
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.2); 
  }

  .form-control.select{
  width: 160px;
  border-radius: 0px;
  font-weight: 400;
  line-height: 4.62;
  letter-spacing: 0.3px;
  color: #4f5f6f;
  font-size: 13px;
}
select.form-control {
    font-size: 0.9rem;
}

.btn-primary.rounded{
    color: #ffffff;
    background-color: #4385d9;
    border-color: #4385d9;
    border-radius: 15%;
  }

  .btn-primary.shadow{
    color: #ffffff;
    background-color: #4385d9;
    border-color: #4385d9;
  }

  .btn.btn-warning {
    color: #ffffff;
    background-color: #fec200;
    border-color: #fec200; }
    .btn.btn-warning:hover {
      color: #ffffff;
      background-color: #ff9600;
      border-color: #ff9600; }

  .btn.btn-danger {
    color: #ffffff;
    background-color: #FF4444;
    border-color: #FF4444; }
    .btn.btn-danger:hover {
      color: #ffffff;
      background-color: #ea2020;
      border-color: #ea2020; }

  .btn-group{
    margin-top: 5px;
  }

  .sidebar .sidebar-container{
    bottom: 3px;
  }

  @media (min-width: 544px){
  .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: top;}
    }

  .status{
    font-size: 12px;
  }

  .btn-primary.status{
    padding-right: 18px;
    padding-left: 18px;
  }

  .margin-right{
    margin-right: 15px;
  }

  .divider{
    margin-top: 20px;
  }

  .modal .modal-header.danger{
    background-color: #fd3e45;
  }
    .modal .modal-header.warning{
      background-color: #fec200;
    }

  .box-head{
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.4px;
    color: #8891a1;
    vertical-align: middle;
  }

  .table th, .table td{
    vertical-align: middle;
  }

  .modal .modal-header.silver{
    background-color: #edf2f3;
    color: #4f5f6f;
  }

  .modal-title{
    font-weight: bold;
  }

  .full{
    width: 100%;
  }

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

  .nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
  }

  .nav-tabs, .nav-pills {
      text-align:center;
  }
.card .title-block, .card .card-title-block {
  margin-bottom: 0;
}
  .card .card-header .nav-tabs .nav-item .nav-link{
    display:inline-block;
  }

  @media (min-width: 544px){
    .form-inline .radio, .form-inline .checkbox{
      display: none;
    }
  }

  .radio + span, .checkbox + span {
    padding-right: 0px;
    cursor: pointer;
  }

  .help-block{
    display: flex;
    margin-bottom: 14px;
  }

  .no-padding{
    padding:0px;
  }

.card .card-header .title{
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}
  .card.card-dark .card-header{
    background-color: #383f47;
  }

  .card .card-header .header-block{
    width: 100%;
  }

  @media (min-width: 544px){
    .modal-dialog.small-modal{
      width: 360px;
    }
  }

  body{
    font-size: 14px;
  }

  label.light{
    font-weight: 500;
  }
  .label-uang{
    font-size: 12px;
    font-weight: 500;
    color: #b9b9b9;
    margin-left: 27px;
    position: absolute;
  }
  .uang-margin-bottom{
    margin-bottom: 15px
  }

  .form-control-static{
    min-height: 33px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 20px;
    font-weight: 600;
  }

  .card .card-block.cyan{
    background-color: #4385d9;
    color: #ffffff;
  }

  .card .card-block.purple{
    background-color: #7867a7;
    color: #ffffff;
  }


  .dashboard-page .stats .stat-icon{
    color: #ffffff;
  }

  .notification-danger{
        background-color: #ff6161;
    color: #ffffff;
    margin-left: 25px;
    padding: 5px 10px 5px 10px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 600;
    margin-top: 10px;
    position: absolute;
  }
  @media (max-width: 767px){
    .notification-danger{
      position: absolute;
      top: 0px;
      right: 60px;
    }
  }

  .bordered{
    border-bottom: 1px solid #d7dde4;
  }

  hr{
    border-color: #edf2f3;
  }

  .small-img{
    max-height: 50px;
    max-width: 50px;
  }

  /*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #eceeef;
  border-radius: 0;
  padding: 8px 12px;
  height: 38px;
  margin-bottom: 0;
}
.select2-container--default.select2-container--open {
  border-color: #4385d9;
}
.select2-dropdown {
  border: 1px solid #eceeef;
  border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #4385d9;
  color: white;
}
.select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid #eceeef;
}
.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  outline: none;
  border: 1px solid #3c8dbc;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #eceeef;
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple:focus {
  border-color: #4385d9;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #eceeef;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #eceeef;
  padding: 1px 10px;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}
.select2 {
    min-width: 120px;
}
.datepicker.dropdown-menu {
    z-index: 1050 !important;
}

.form-group span.has-error {
    color: #FF4444;
    font-size: 13px;
}

.form-group span.has-success {
    color: #4bcf99;
    font-size: 13px;
}

.alert-green{
  color:#ffffff;
  background-color: #4385d9;
}

.close{
  text-shadow: none;
}

.popover{
    top:120px !important;
  }
.name.judul{
  color:#fff;
}
.input-group {
    margin-bottom: 0;
}

/*my loading*/
@-webkit-keyframes opacity {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@-moz-keyframes opacity {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.myloading span {
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  
  -moz-animation-name: opacity;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
}
.myloading span:nth-child(2) {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
}
.myloading span:nth-child(3) {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
}
/*end my loading*/

.radios {
  padding-left: 0;
  /* margin: 2rem 0; */
}

.radios ul {
  counter-reset: section;
}

.radios li {
  display: flex;
  line-height: 2em;
  color: #636363;
  /* border: 1px solid #ccc; */
  counter-increment: section;
  /* margin: .5em 0 .5em 0; */
  padding: .6em .6em .6em 2.5em;
}
@media (min-width: 768px) {
  .radios li {
    align-items: center
  }
}
.radios li input + span {
  display: inline-block;
  width: 95%;
}
.radios li span p {
  margin: 0;
}

.radios li:before {
  content: counter(section, upper-alpha) " ";
  border:1px solid #ccc;
  margin-left: -20px!important;
  font-size: 14px;
  text-align: center;
  color: #999;
  border-radius: 100%;
  margin-right: 10px;
  padding: 3px;
  width: 35px;
  height: 35px;
  display: inline-block;
  cursor: pointer;
}

/* .radios li:hover:before, .radios li.checked:before {
  color: #fff;
} */

.radios .yes {
  vertical-align: middle;
}

.radios .check {
  display: inline-block;
  text-align: center;
  width: 1.5em;
  line-height: 1em;
  padding-top: .2em;
  float: right;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.radios input,
.radios li .check .yes,
.radios li.checked .check .no {
  display: none;
}

/* .radios li:hover,
.radios li.checked {
  background-color: #4bcf99;
  border-color: #4bcf99;
  color: #ffffff;
}

.radios li.warning:hover,
.radios li.warning.checked {
  background-color: #fec200;
  border-color: #fec200;
} */

.radios li::before:hover {
  background-color: #e9e9e9;
  border-color: #b2becb;
}

.radios li.checked:before {
  border: 1px solid #4bcf99 !important;
  background: #4bcf99;
  color: #fff;
} 

.radios li .check .no,
.radios li.checked .check .yes {
  display: inline;
}

.d-flex {
  display: flex !important;
}
.align-items-center {
  align-items: center !important;
}
.ml-auto {
  margin-left: auto !important;
}

#tes img {
  max-width: 100%;
  height: auto !important;
}
.img-ckedit{
  max-width:80px !;
}
.title-soal{
  display: block;
  width:100%;
}
hr.split{
  width:100%;
}
button:disabled, button[disabled]:hover{
  background-color:grey !important;
}
button:hover{
  cursor: pointer;
}