.f-bantuan{
    font-size: 12px;
    font-style: italic;
    margin-left: 3px;
}
.badge-white{
    background-color:#fff;
    color:#555;
   font-size: 13px;
   margin-left: 5px;
}
.absolute{
    position: absolute;
    right: 0px;
}
.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: 80px;
}
.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;

}

  .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;
}
@media (max-width: 576px) {
.header-navbar .navbar-header .navbar-brand {
    padding: 0px 0 !important;
}
}