common.css 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .choose-date span, .dp-choose-date {display: block; float: left; margin: 0 10px;}
  2. .dp-applied {float: left;}
  3. .choose-date span {line-height: 20px;}
  4. .date {width: 80px;}
  5. ul li {list-style: none;}
  6. .side-col {padding-right: 20px; width: 15%;}
  7. #sidebar>.cell {width: 100%;}
  8. #productList p {margin: 2px 0;}
  9. .table-bordered, .outer.with-side .main, .outer.with-side > form > .table, .outer.with-side > .table {border: none;}
  10. #report-list.list-group {margin-bottom: 0;}
  11. #report-list .list-group-item {padding: 8px 15px; border-left: none; border-right: none;}
  12. #report-list .list-group-item:first-child {border-top: 1px;}
  13. #report-list .list-group-item:last-child {border-bottom: 1px;}
  14. #report-list .list-group-item.active {background: none; color: #333;}
  15. .main > .input-group {margin-bottom: 10px;}
  16. .main > .input-group > .datepicker-wrapper {display: table-cell;}
  17. .main > .input-group > .datepicker-wrapper > .form-control {padding: 5px 10px; height: 30px;}
  18. .main > .input-group > .datepicker-wrapper:before {top: 4px;}
  19. .main > .input-group > .datepicker-wrapper + .input-group-addon {border-left: none; border-right: none;}
  20. td .deviation {padding-left: 20px; text-align: left;}
  21. .up {color: red; padding-right: 2px;}
  22. .down {color: green; padding-right: 2px;}
  23. .zero {color: #66CD00;}
  24. .u50 {color: #ED1C24;}
  25. .u30 {color: #F37021;}
  26. .u10 {color: #FAA61A;}
  27. .u0 {color: #FFCB05;}
  28. .d0 {color: #76B043;}
  29. .d20 {color: #33A52E;}
  30. .checkboxes {margin-bottom: 10px;}
  31. .checkboxes .checkbox-primary {margin-bottom: 5px;}
  32. .fixed-header-copy thead tr th {color: #fff !important;}
  33. .table-panel {overflow-x: auto;}
  34. .datatable {width: auto;}
  35. .datatable th.header {line-height: 32px !important;}
  36. .header-config {float: right; display: none;}
  37. .header:hover .header-config {display: inline-block;}
  38. .label-outline.label-info {border: unset; line-height: 14px;}
  39. .border-bottom {border-bottom: 1px solid #f4f5f7;}
  40. .text-center {text-align: center;}
  41. .visibility-hidden{visibility: hidden;}