.form-control.datepicker {
    direction:rtl !important;
}

.fancy-title {
    text-align: right;
    background-position: bottom right;
    background-size: 10% 5px;
}

.info-label.success{
    right:20px;
    left:unset;
    border-radius: 0 0 15px 0;
  }
  .info-label.danger{
    right:135px;
    left:unset;
    border-radius: 0 0 0 15px;
  }