common.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .no_padding{
  2. padding:0px 0px
  3. }
  4. .no_margin{
  5. margin:0px 0px
  6. }
  7. .no_display{
  8. display:none
  9. }
  10. .fileinput>.file{
  11. position: absolute;
  12. top: 0;
  13. right: 0;
  14. margin: 0;
  15. opacity: 0;
  16. filter: alpha(opacity=0);
  17. font-size: 23px;
  18. height: 100%;
  19. width: 100%;
  20. direction: ltr;
  21. cursor: pointer;
  22. }
  23. .delete_button{
  24. color: #dc3545;
  25. }
  26. .java110_loading{
  27. width: 100%;
  28. height: 100%;
  29. z-index: 2300;
  30. position: fixed;
  31. }
  32. .java110_loading>div{
  33. margin: 70px auto;
  34. }
  35. .wizard > .actions .vc_disabled a,
  36. .wizard > .actions .vc_disabled a:hover,
  37. .wizard > .actions .vc_disabled a:active
  38. {
  39. background: #fff;
  40. color: #888;
  41. }
  42. .wizard > .steps .vc_disabled a,
  43. .wizard > .steps .vc_disabled a:hover,
  44. .wizard > .steps .vc_disabled a:active
  45. {
  46. background: #fff;
  47. color: #888;
  48. cursor: default;
  49. }
  50. .wizard > .steps > ul > li {
  51. width: 33.33%;
  52. }
  53. .java110_step{
  54. width:80%;
  55. margin: 20px auto 50px auto;
  56. }
  57. .form-group span.required {
  58. color: #f00;
  59. font-size: 100%;
  60. }