input[type="number"]{text-align: right;}
.modal-bottom{position:fixed;top:auto;right:auto;left:auto;bottom:0;}
.fake-link:hover{cursor: pointer;color: blue;background-color: rgba(0,0,255,0.1);}
.morecontent span {display: none;}
.morelink {display: block;}
.table-cilik>thead>tr>th,.table-cilik>tbody>tr>th,.table-cilik>tfoot>tr>th,.table-cilik>thead>tr>td,.table-cilik>tbody>tr>td,.table-cilik>tfoot>tr>td{
    height:20px;
    padding:1px;
    font-size: smaller;
}
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
.main-footer {
    padding: 3px;
}

.ngeblok:hover td{
    background-color: rgba(100,255,0,0.5);
}
.form-control-plaintext{
    display:block;
    width:100%;
    padding:.3125rem 0;
    margin-bottom:0;
    line-height:1.5;
    color:#5e6e82;
    background-color:transparent;
    border:solid transparent;
    border-width:1px 0
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.btn-xs{padding:1px 5px;font-size:10px;line-height:1.5;border-radius:3px}
.small-box p {
    font-size: 12px;
}
.small-box:hover {
    text-decoration: none;
    color: yellowgreen;
}
.input-xs {
    height: 25px;
    padding: 2px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 1px;
}
select.input-xs {
    height: 25px;
    line-height: 30px;
}
.content-wrapper{
    background: #fbfff5;
}