/** Custom add css to design **/

.bg-shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)!important;
}

.enlargefont{
    font-size:20px!important;
    margin-bottom:0!important;
}

.muted-note{
    color: #868e96!important;
    margin-left:20px;
    /* margin-top:10px!important; */
    margin-bottom:10px!important;
    font-size:13px!important;
}

.otherside{
    color:red;
    float:right;
    display:block;
}

/** spinner **/
.customSpinner{
    visibility:hidden;
  }
  
  .customLoader{
    position:fixed;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color:#fff;
    background-image:url('../img/spinner.gif');
    background-repeat:no-repeat;
    background-position:center;
    z-index:10000000;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    visibility:hidden;
  }


  /* custom header for each lemaing and panalaban */
  .lemaingheader{
      background:url('/img/tiny-header-lemaing.png') no-repeat #fff right!important;
  }

  .panalabanheader{
    background:url('/img/tiny-header-panalaban.png') no-repeat #fff right!important;
}

/* .defaultheader{
    background:url('/img/tiny-header-mix.png') no-repeat #fff right!important;
} */

.lemaingpanelcolor{
    background-color:#ffd89e!important;
}

.panalabanpanelcolor{
    background-color:#b6ff9e!important;
}