.input-group{
    width: 100% !important;
}
.table_th{
    background-color: #264174 !important;
    color: #fff !important;
}
.va_middle{
    vertical-align: middle !important;
}
.ml_1{
    margin-left: 1%;
}
.control-label{
    font-weight: bold !important;
}

.w-10{
    width: 10% !important;
}
.w-15{
    width: 15% !important;
}
.w-60{
    width: 60% !important;
}
.w-30{
    width:30% !important;
}
.tr:nth-child(odd) {
    background: #e5e8ff;

  }
  .tr:nth-child(even) {
    background: #f9f9f9;

  }
  .bold{
    font-weight: bold !important;
  }
  .scroll-permission{
   height: 200px;
    overflow-y: scroll;
    /* border: 1px solid; */
    box-shadow: 0px 0px 1px 0px;
    border-radius: 5px;
  }
  .payment-label{
    font-weight: bold !important;
    float: left;
  }
  .float-right{
    float: right !important;
  }
  .panel-body_custom{
    width: 50% !important;
  }
  .p-1{
      padding:1%;
  }