monthlyEmergencyCompletion.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. input, input[readonly] {
  2. width: 100%;
  3. height: 24px;
  4. background-color: rgba(255, 255, 255, 0) !important;
  5. border: 0;
  6. color: black;
  7. min-width: 80px;
  8. text-align: center;
  9. }
  10. textarea, textarea[readonly] {
  11. width: 100%;
  12. height: 80px;
  13. background-color: rgba(255, 255, 255, 0) !important;
  14. border: 0;
  15. color: black;
  16. }
  17. textarea[readonly] {
  18. border: 1;
  19. }
  20. .keyWordsCheckbox {
  21. width: 14px;
  22. position: relative;
  23. top: 8px;
  24. margin-left: 5px !important;
  25. margin-top: 0 !important;
  26. }
  27. .keyWordsCheckbox[readonly] {
  28. width: 14px;
  29. position: relative;
  30. top: 8px;
  31. margin-left: 5px !important;
  32. }
  33. .subhighlight,.highlight{
  34. color: red !important;
  35. }
  36. #recordInfoDiv{
  37. position: absolute;
  38. background-color: #dedddd;
  39. margin-top: 9px;
  40. margin-left: -9px;
  41. width: 200px;
  42. font-size: 14px;
  43. line-height: 35px;
  44. padding-left: -19px;
  45. text-align: left;
  46. padding-left: 15px;
  47. }
  48. .highlighttd{
  49. border: 1 sold red;
  50. }
  51. .vtip{
  52. position: absolute;
  53. width: 120px;
  54. font-size: 12px;
  55. text-align: right;
  56. color: red;
  57. float: right;
  58. }
  59. .col-xs-12{
  60. padding:0;
  61. }
  62. footer{
  63. position: fixed;
  64. top: 94%;
  65. width:100%;
  66. background:white;
  67. z-index:999;
  68. }
  69. .notnullflag{
  70. padding-left: 5px;
  71. color: red;
  72. }
  73. .dailyTip{
  74. padding-top: 6px;
  75. padding-left: 15px;
  76. color: red;
  77. }