.hidden {
    display: none;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.bottom-5 {
    bottom: 5px;
}

.bottom-10 {
    bottom: 10px;
}

.bottom-15 {
    bottom: 15px;
}

.bottom-20 {
    bottom: 20px;
}

.bottom-25 {
    bottom: 25px;
}

.top-5 {
    top: 5px;
}

.top-10 {
    top: 10px;
}

.top-15 {
    top: 15px;
}

.top-20 {
    top: 20px;
}

.top-25 {
    top: 25px;
}

label.error {
    color: red;
    font-weight: normal;
}

.wa-1 {
    min-width: 52px !important;
}

.wa-2 {
    min-width: 88px !important;
}

.wa-3 {
    min-width: 126px !important;
}

.wa-4 {
    min-width: 160px !important;
}

.wa-5 {
    min-width: 298px !important;
}

.btnTransactionBorrowingApprove, 
.btnTransactionExtendApprove, 
.btnExtend, 
.btnTransactionAppendixPrinter, 
.btnTransactionPrinter, 
.btnTransactionCancel, 
.btnHistory, 
.btnApprove, 
.btnComplete, 
.btnUpload, 
.btnLiquidation, 
.btnClose, 
.btnBorrowing, 
.btnInterest, 
.btnStatus, 
.btnSettings, 
.btnInsertUpdate, 
.btnRemove {
    margin-bottom: 2px !important;
}

.h31 {
    height: 31.5px !important;
}

.wait {
    position: fixed;
    z-index: 999999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.wait .center {
    z-index: 1000;
    margin: 191px auto;
    padding: 17px 0;
    width: 90px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.color-white {
    color: white;
}

.color-empty {
    color: none;
}

.color-empty:hover {
    color: empty;
}

.bg-empty {
    background: none !important;
}

.bg-empty:hover {
    background: none;
}

.form-group input.error,
.form-group select.error,
.form-group textarea.error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.float-none {
    float: none;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: white;
    }
}

.notification-list .noti-title {
    margin: -6px 0px 0px 0px;
}

.content-page > .content {
    margin-top: 45px;
    padding: 0px 8px 15px 8px;
}

.page-title-box {
    margin: -0 -20px 20px -20px;
}

.padding-0 {
    padding: 0;
}

.registerlayout {
    float: left;
    width: 90%;
    padding: 0;
}
.color-opacque{

    color: #9199a1;
    font-weight:600;
    margin: 0;
}
#frmProfile .form-group,#frmPassword .form-group,#frmPassword2 .form-group {
    margin-right: 0 !important; 
    margin-left: 0 !important;  
}
.tree-title,.datagrid-cell{
    font-size:1.2em !important;
}
.cp{
    cursor:pointer !important;
}
.rotate{
    color:#64b0f2;
}
.btnRefresh{

    position: absolute;right:20px;top:0px;
}
.pictureError{
    color: red;
    font-weight: normal;
}
span.required{
    color:red !important;
}
span.col-md-2,span.col-sm-2{ 
    padding-right: 0 !important;
}
div.section, div.section .col-md-4 {
    position: inherit;
}
.frmPawn > .content{
    position: inherit !important;
}
.tablefx>tbody>tr>td{
    vertical-align:middle !important;
}
.errorextra{
    color:red;
    font-weight: normal;
}
textarea{
    resize: none;
}
@media (min-width: 768px){
    .modal-dialog-fix {
        width: 760px;
        margin: 30px auto;
    }

}
@media (min-width: 992px){
    .modal-lg {
        width: 900px;
    }
}
.margin-left-5{
    margin-left: 5px;
}
.modal-80 {
    width: 80% !important;
}
.modal-90 {
    width: 90% !important;
}
.delete>td{ 
    text-decoration: line-through;
    color:red;
}
.delete>td.no-del{
    text-decoration:none;
}
.lblvnd{color:red;}
.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.stuck {
    position: fixed;
    top: 0;
    left: 40%;
    width: 20%;
    max-height: 45px;
    z-index: 999;
    text-align: center;
}

.dropleft .dropdown-menu {
    right: 0;
    left: auto;
}