You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
989 B

2 years ago
  1. body {
  2. }
  3. .btn-xs {
  4. padding: 1px 5px;
  5. }
  6. hr {
  7. height: 1px;
  8. margin-left: 7px;
  9. border: none;
  10. border-top: 1pt dashed #DF5F09;
  11. background-color: white !important;
  12. }
  13. .panel-info {
  14. padding-bottom: 70px;
  15. }
  16. .signeddecision {
  17. margin: 0 10px 20px 20px;
  18. }
  19. .file-list .jFiler-input-dragDrop {
  20. margin-left: 0;
  21. width: 60px;
  22. height: 50px;
  23. font-size: 23px;
  24. }
  25. .file-list .jFiler-input-dragDrop:hover {
  26. margin-left: 0;
  27. width: 60px;
  28. height: 50px;
  29. font-size: 23px;
  30. border-color: #225067;
  31. color: #225067;
  32. cursor: pointer;
  33. }
  34. .jsgrid {
  35. font-size: 0.7em;
  36. }
  37. .plustemplkey {
  38. padding: 0 5px;
  39. }
  40. .form-group {
  41. margin-bottom: 5px;
  42. }
  43. fieldset {
  44. border: 2px groove threedface !important;
  45. width: 90%;
  46. margin: 0 5% !important;
  47. padding: 0 10px 0px 0px !important;
  48. }
  49. .control-label{
  50. font-size: 11pt;
  51. font-weight: bold;
  52. }
  53. #table_box tr td span{
  54. font-size: 10pt;
  55. }