add.css 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. .btn-success{
  2. background-color:#4E76FB !important;
  3. }
  4. .btn-imports{
  5. background-color:#F5BD00 !important;
  6. }
  7. .btn-transfer{
  8. background-color:#55D05F !important;
  9. }
  10. .btn-send-email{
  11. background-color:#E74C44 !important;
  12. }
  13. .btn-send-sms{
  14. background-color:#4E9FFB !important;
  15. margin-left:3px;
  16. }
  17. .btn-refresh{
  18. background-color:#4E76FB !important;
  19. }
  20. .records,.seas{
  21. color:#4E9FFB;
  22. font-weight: 500;
  23. }
  24. .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
  25. background-color:#4E76FB !important;
  26. border-color:#4E76FB !important;
  27. }
  28. .records{
  29. padding-right:10px;
  30. }
  31. .toolbar a{
  32. margin-right:6px;
  33. }
  34. .commonsearch-table{
  35. background-color:#fff;
  36. padding-top:20px;
  37. padding-bottom:10px;
  38. }
  39. .panel{
  40. background-color:#f1f4f6 !important;
  41. }
  42. .fixed-table-container{
  43. background-color:#fff;
  44. }
  45. tbody tr td{
  46. padding-top: 20px !important;
  47. padding-bottom: 20px !important;
  48. }
  49. .fixed-table-toolbar{
  50. padding-top: 10px;
  51. padding-bottom: 10px;
  52. }
  53. .toolbar a:hover{
  54. border:0px solid #fff !important;
  55. }
  56. .form-group label{
  57. font-weight:normal !important;
  58. margin-right:10px !important;
  59. min-width:55px !important;
  60. padding-top:18px !important;
  61. }
  62. .form-group .col-sm-6 .col-sm-10{
  63. width:100% !important;
  64. }
  65. .col-sm-12 textarea{
  66. width:88.5% !important;
  67. }
  68. .form-control{
  69. width:75% !important;
  70. margin-top:10px !important;
  71. }
  72. #c-next_time{
  73. width:67% !important;
  74. }
  75. .input-group{
  76. width:90% !important;
  77. float:right;
  78. }
  79. #c-image{
  80. width:100% !important;
  81. }
  82. .input-group-addon{
  83. padding-top: 8px !important;
  84. padding-left: 12px !important;
  85. padding-right: 12px !important;
  86. width: 0% !important;
  87. }
  88. .form-group-selects{
  89. height:56px;
  90. }
  91. .bootstrap-select{
  92. margin-top:0px !important;
  93. }