.card-kel{
    border: 1px solid #bdbaba;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 30px;
    box-shadow: 5px 10px 10px #e1e1e1;
}
.card-kel p{
    margin-left: 14px;
}
.box-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.box-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 50px;
    width: 50px;
    margin: -9px 0px 0px -45px;
    z-index: 1;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border:1px solid #5a98db;
}

/* On mouse-over, add a grey background color */
.box-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.box-check input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.box-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.box-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.badge-white{
    background-color:#fff;
    color:#555;
   font-size: 13px;
   margin-left: 5px;
}
.warning{
border: 1px solid #d9bc1e;
color:#d9bc1e;
}
.danger{
border: 1px solid #e65858;
color: #dd3b3b;
}
.info{
border: 1px solid #3fe4ec;
color:#2accdd;

}
.success{
border: 1px solid #35c653;
color:#3eca68;

}
.form-wajib{
    border: 1px solid
#ea3c3c;
margin-bottom: 30px;
padding: 15px;
}
.btn-nothover{
    background-color:#fff;
    display: inline-block;
    border-radius: 20px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.proposal-author{
    margin: 17px 0px 10px 0px;
}
.img-bio{
    max-width: 300px;
}
.space{
    margin: 30px;
}
.invalid-feedback{
    display: block;
}
.logo-ed{
    width: 150px;
}
.brand-logo{
	width: 30px;
}
.depro-proposal{
    background-color:
    #eaeaea;
    padding: 10px;
    border: 1px solid
    #dbdada;
    margin-bottom: 20px;
}
.jd-depro{
    font-size: 23px;
}
.jd{
   font-size: 20px; 
}
.b-active{
background-color:
#404e67 !important;
border-color:
#445066 !important;
}
.b-active:hover{
background-color:
#404e67 !important;
border-color:
#445066 !important;
}
.header-navbar .navbar-header .navbar-brand .brand-text {

    display: inline;
    padding-left: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 2px;
    position: absolute;

}
  .btntoTop {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #34495e;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.error-code{
    font-size: 50px;
}
.badge-ungu{
    background-color: #ce87f7;
}
.btntoTop:before {
    content: "\f106";
    display: inline-block;
    vertical-align: middle;
    font: 20px 'FontAwesome';
    color: #b8bcc0;
}
.btntoTop.active {
    opacity: 1;
}
.btntoTop.active:hover{
    opacity: 0.8
}
.ft-berita{
	width:80px;
}
.ft-favicon{
    width:35px;
}
.dataTables_length label {
    margin-top: 1rem;
}
html body .content .content-wrapper {
    padding-top: 15px;
}
.btn-outline-secondary:hover {
    color: #fff !important;
}
.margin15{
    margin-left: 15px;
    margin-right: 15px;
}