Brak opisu
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.

custom.css 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. /* .container {
  2. max-width: none !important;
  3. }
  4. body{
  5. font-size: 1rem !important;
  6. }
  7. /* .wrapper {
  8. display: flex;
  9. width: 100%;
  10. align-items: stretch;
  11. }
  12. #content {
  13. width: 100%;
  14. padding-top: 20px;
  15. padding-bottom: 65px;
  16. }
  17. .pageTitle h1, .pageTitle p, .pageTitle h3{
  18. display: inline;
  19. }
  20. .pageTitle p{
  21. font-size: 16px;
  22. }
  23. @media screen and (max-width: 768px) {
  24. .pageTitle p{
  25. display: none;
  26. }
  27. .pageTitle h1{
  28. white-space: nowrap;
  29. font-size: 2rem;
  30. }
  31. }
  32. @media screen and (max-width: 768px) {
  33. div[class*='col-md-']{
  34. margin-bottom: 20px;
  35. }
  36. }
  37. @media screen and (max-width: 768px) {
  38. .container{
  39. padding-left: 0px;
  40. padding-right: 0px;
  41. }
  42. }
  43. ul ul a {
  44. font-size: 0.9em !important;
  45. padding-left: 30px !important;
  46. background: #6d7fcc;
  47. } */
  48. button {
  49. margin-bottom: 3px;
  50. }
  51. .row_yellow_background{
  52. background-color: #F0E68C !important;
  53. }
  54. .row_red_background{
  55. background-color: LightSalmon !important;
  56. }
  57. .row_green_background{
  58. background-color: #90EE90 !important;
  59. }
  60. .row_white_background{
  61. background-color: #FFFFFF !important;
  62. }
  63. .row_grey_background{
  64. background-color: #DCDCDC !important;
  65. }
  66. /* .bootstrap-datetimepicker-widget{
  67. margin-top: 5px !important;
  68. } */
  69. /* .DTED_Lightbox_Wrapper{
  70. width: 60% !important;
  71. left: 43% !important;
  72. } */
  73. .DTE_Field{
  74. padding: 5px 5% !important;
  75. }
  76. .dtr-data{
  77. word-break: break-all;
  78. }
  79. /* .isDisabled {
  80. color: currentColor;
  81. cursor: not-allowed;
  82. opacity: 0.5;
  83. text-decoration: none;
  84. }
  85. .colorSquare {
  86. width: 20px;
  87. height: 20px;
  88. margin:auto;
  89. border: 1px solid rgba(0, 0, 0, .2);
  90. } */
  91. label{
  92. font-weight: bold;
  93. display: block;
  94. }
  95. .filtri_tabella{
  96. background-color: #DCDCDC !important;
  97. }
  98. .row {
  99. margin-right: unset !important;
  100. margin-left: unset !important;
  101. }
  102. @media (min-width: 992px) {
  103. .modal-lg,
  104. .modal-xl {
  105. max-width: 800px;
  106. }
  107. }
  108. @media (min-width: 1200px) {
  109. .modal-xl {
  110. max-width: 1140px;
  111. }
  112. }
  113. .fas, .fab, .far {
  114. margin-right: 4px;
  115. }
  116. input.form-control[type='radio'], input.form-control[type='checkbox']{
  117. /* width: 2em !important;
  118. height: 2em !important; */
  119. /* display: inline; */
  120. /* vertical-align: middle;
  121. margin-bottom: 5px; */
  122. }
  123. .signature-pad{
  124. background-color: #F0E68C;
  125. }