mystyle.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. .datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.dow:first-child {
  2. text-align: center !important;
  3. }
  4. .datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day:first-child{
  5. text-align: center !important;
  6. }
  7. .datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.dow:last-child{
  8. text-align: center !important;
  9. }
  10. .datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day:last-child{
  11. text-align: center !important;
  12. }
  13. .dataTables_wrapper .table-sm thead th::before,
  14. .dataTables_wrapper .table-sm thead th::after {
  15. line-height: 1 !important;
  16. }
  17. .card-title {
  18. font-size: 20px !important;
  19. }
  20. .table td {
  21. line-height: inherit !important;
  22. }
  23. .clasesform {
  24. padding-bottom: 1.75rem !important;
  25. }
  26. .details-control {
  27. margin-top: 3px;
  28. height: 16px;
  29. display: block;
  30. color: white;
  31. border: 2px solid white;
  32. border-radius: 14px;
  33. box-shadow: 0 0 3px #444;
  34. box-sizing: content-box;
  35. text-align: center;
  36. text-indent: 0 !important;
  37. font-family: 'Courier New', Courier, monospace;
  38. line-height: 14px;
  39. background-color: #0275d8;
  40. }
  41. .detailsChild-control {
  42. margin-top: 3px;
  43. height: 16px;
  44. display: block;
  45. color: white;
  46. border: 2px solid white;
  47. border-radius: 14px;
  48. box-shadow: 0 0 3px #444;
  49. box-sizing: content-box;
  50. text-align: center;
  51. text-indent: 0 !important;
  52. font-family: 'Courier New', Courier, monospace;
  53. line-height: 14px;
  54. background-color: #0275d8;
  55. }
  56. .form-group{
  57. margin-bottom: 0.2rem !important;
  58. }
  59. .mt-10{
  60. margin-top:10px;
  61. }
  62. .mt-30{
  63. margin-top:30px;
  64. }
  65. .sidebar .nav .nav-item.nav-profile img{
  66. max-width: 170px !important;
  67. border-radius: 0px !important;
  68. }
  69. .card-header{
  70. background: #FFF !important;
  71. border-bottom : 1px solid #FFF !important;
  72. padding: 1rem 1.25rem 0rem 1.25rem !important;
  73. }
  74. .card .card-body{
  75. padding: 1rem 1.81rem !important;
  76. }
  77. .btn-edit-record, .btn-remove-record{
  78. font-size: 12px !important;
  79. }
  80. .dataTables_wrapper .dataTable .btn{
  81. padding: 0.1rem 0.5rem !important;
  82. }
  83. .navbar.default-layout .navbar-menu-wrapper
  84. .navbar-nav .nav-item.user-dropdown{
  85. height:75px !important;
  86. border-right: 0px solid #FFF !important;;
  87. border-left: 0px solid #FFF !important;;
  88. }
  89. .btn-primary{
  90. background: #A3CB38 !important;
  91. border-color: #A3CB38 !important;
  92. }
  93. .btn-primary:hover{
  94. background: #A3CB38 !important;
  95. border-color: #A3CB38 !important;
  96. }
  97. .btn-success{
  98. background: #004E43 !important;
  99. border-color: #004E43 !important;
  100. }
  101. .btn-success:hover{
  102. background: #004E43 !important;
  103. border-color: #004E43 !important;
  104. }
  105. .card-title{
  106. font-weight:bold;
  107. }
  108. .percent, .percentNoComma, .percentNoCommaReadOnly, .currency, .currencyNoComma, .currencyNoCommaReadOnly, .percentReadOnly{
  109. text-align: right;
  110. float: right;
  111. /* padding-right: 20px !important; */
  112. }
  113. .info .percent, .info .percentNoComma, .info .percentNoCommaReadOnly, .info .currency, .info .currencyNoComma, .info .currencyNoCommaReadOnly{
  114. text-align: left;
  115. float: none;
  116. }
  117. .pagination .page-item:hover .page-link {
  118. {
  119. background: #004E43 !important;
  120. border-color: #004E43 !important;
  121. }
  122. .page-item.disabled .page-link{
  123. background: #004E43 !important;
  124. border-color: #004E43 !important;
  125. }
  126. .tab-solid .nav-item .nav-link.active{
  127. border: none;
  128. color: #000 !important;
  129. font-weight: 600;
  130. }
  131. div.dataTables_wrapper div.dataTables_length select {
  132. width: 55px !important;
  133. display: inline-block !important;
  134. }
  135. .txt-black {
  136. color: black !important;
  137. }
  138. .main-title{
  139. font-size: 40px;
  140. color: #E0352E;
  141. }