Built files from Bizgaze WebServer
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.

style.reportbuilder.css 9.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. 
  2. .biz-wrapper .bldr-aside-right {
  3. position: absolute;
  4. right: 0;
  5. width: 290px;
  6. top: 65px;
  7. height: 100%;
  8. background: #fff;
  9. -webkit-transition: all 0.2s ease;
  10. -moz-transition: all 0.2s ease;
  11. transition: all 0.2s ease;
  12. z-index: 3;
  13. border-left: 1px solid #DADDE1;
  14. }
  15. .biz-wrapper .bldr-aside-right .nav-tabs > li.nav-item {
  16. width: 50%;
  17. }
  18. .biz-wrapper .bldr-aside-right .nav-tabs > li.nav-item a {
  19. display: -webkit-box;
  20. display: -ms-flexbox;
  21. display: flex;
  22. -webkit-box-align: center;
  23. -ms-flex-align: center;
  24. align-items: center;
  25. justify-content: center;
  26. -webkit-justify-content: center;
  27. -ms-flex-pack: center;
  28. border-radius: 0;
  29. height: 65px;
  30. border: 0;
  31. }
  32. .biz-wrapper .bldr-aside-right .nav-tabs > li.nav-item a.nav-link {
  33. background: #F4F5F6;
  34. font-weight: 500;
  35. }
  36. .biz-wrapper .bldr-aside-right .nav-tabs > li.nav-item a.nav-link.active {
  37. background: #fff;
  38. }
  39. .biz-wrapper .bldr-aside-right #chart-appearance-container > .simple-scroll-bar {
  40. height: calc(100vh - 130px);
  41. }
  42. .biz-wrapper .bldr-aside-right #chart-appearance-container > .simple-scroll-bar .tab-content {
  43. margin-top: 0;
  44. padding: 1.25rem;
  45. }
  46. .select2-container--default .select2-results > #select2-RptGroup_AutoComplete-results {
  47. max-height: 115px !important;
  48. }
  49. .rule-value-container .select2-container--bootstrap:nth-of-type(1) {
  50. display: block;
  51. width: 100%;
  52. padding: .375rem .75rem;
  53. font-size: 1rem;
  54. line-height: 1.5;
  55. color: #495057;
  56. background-color: #fff;
  57. background-clip: padding-box;
  58. border: 1px solid #ced4da;
  59. border-radius: .25rem;
  60. transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  61. height: calc(2.25rem + 2px);
  62. }
  63. #link-report-section {
  64. height: 100%;
  65. overflow-y: hidden;
  66. }
  67. #link-report-section .modal-content, #is-filterable-section .modal-content {
  68. max-height: calc(100vh - 160px) !important;
  69. background-color: #F4F5F6;
  70. }
  71. #modalDataListColumns .line-icon i, #allDatalistColumns .line-icon i {
  72. font-size: 25px;
  73. font-weight: bolder;
  74. color: #1f2327;
  75. }
  76. #top-nav-menu .line-icon i {
  77. font-size: 24px;
  78. color: #1f2327;
  79. font-weight: bolder;
  80. }
  81. #top-nav-menu .font-awesome-icon i {
  82. font-size: 18px;
  83. }
  84. #top-nav-menu .line-icon .la-sync {
  85. color: #298DFF;
  86. }
  87. #div_Kanban .select2-container--default .select2-selection--single {
  88. border-radius: 4px;
  89. }
  90. #select2-groupby_select-container .select2-selection__clear {
  91. display: none;
  92. }
  93. .tabulator-reportbuilder .dropdown-menu {
  94. width: max-content;
  95. }
  96. .disabled-border {
  97. border: 1px solid rgba(0, 0, 0, .125);
  98. color: #1f2327 !important;
  99. }
  100. #bl-report-title .fa {
  101. font-size: 17px;
  102. }
  103. .t-90d {
  104. transform: rotate(90deg);
  105. }
  106. .t-270d {
  107. transform: rotate(270deg);
  108. }
  109. /*Tooltip text clear btn*/
  110. #tooltip_selected_columns .dsl-block-name input {
  111. width: 100%;
  112. background: transparent;
  113. border: none;
  114. font-weight: 500;
  115. overflow: hidden;
  116. text-overflow: ellipsis;
  117. white-space: nowrap;
  118. color: #007D88
  119. }
  120. #tooltip_selected_columns .dsl-block-name input:focus {
  121. border: none;
  122. outline: none;
  123. }
  124. #tooltip_selected_columns .dsl-block-name .input-styles {
  125. width: 100%;
  126. padding: 2px;
  127. box-sizing: border-box;
  128. outline: none;
  129. border: 2px solid #aaa;
  130. padding-left: 5px;
  131. padding-right: 20px;
  132. background-color: #fff;
  133. border-radius: 5px;
  134. }
  135. #tooltip_selected_columns .dsl-block-name button[type="reset"] {
  136. position: absolute;
  137. top: 50%;
  138. transform: translateY(-50%);
  139. right: 4px;
  140. color: #666;
  141. border: 0;
  142. display: none;
  143. border-radius: 50%;
  144. transition: background 200ms;
  145. background: transparent;
  146. outline: none;
  147. }
  148. #tooltip_selected_columns .dsl-block-name button[type="reset"]:hover {
  149. background-color: #eee;
  150. }
  151. #tooltip_selected_columns .dsl-block-name input:valid ~ button[type="reset"] {
  152. display: block;
  153. }
  154. .bldr-body .tabulator-row.tabulator-row-even {
  155. background-color: #fff;
  156. }
  157. .tabulator-reportbuilder .tabulator-col-title .dropdown {
  158. text-align: left;
  159. display: inline-block;
  160. padding: 0px 4px 0px 0px;
  161. }
  162. .tabulator-reportbuilder.tabulator .tabulator-header .tabulator-col {
  163. overflow: visible !important;
  164. }
  165. .tabulator-reportbuilder.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  166. overflow: visible !important;
  167. }
  168. .tabulator-reportbuilder.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-menu-button {
  169. font-size: 16px;
  170. padding: 0 2px 0 0;
  171. color: #000 !important;
  172. font-weight: 600;
  173. }
  174. #reportBuilderModal .modal-footer {
  175. z-index: 1;
  176. }
  177. #QueryBuilder .pull-right {
  178. float: none;
  179. }
  180. .biz-bldr-wrap .table-wrap {
  181. height: 100%;
  182. }
  183. .biz-bldr-wrap.chart_view .bldr-body .chart-wrap {
  184. padding-bottom: 25px;
  185. min-height: 65%;
  186. max-height: 100%;
  187. }
  188. .biz-bldr-wrap.chart_view .bldr-body .table-wrap {
  189. max-height: 35%;
  190. }
  191. .custom-right-chart-nav .nav-tabs > li.nav-item {
  192. width: 50%;
  193. }
  194. .custom-right-chart-nav .nav-tabs > li.nav-item a {
  195. display: -webkit-box;
  196. display: -ms-flexbox;
  197. display: flex;
  198. -webkit-box-align: center;
  199. -ms-flex-align: center;
  200. align-items: center;
  201. justify-content: center;
  202. -webkit-justify-content: center;
  203. -ms-flex-pack: center;
  204. border-radius: 0;
  205. height: 65px;
  206. border: 0;
  207. }
  208. .custom-right-chart-nav .nav-tabs > li.nav-item a.nav-link {
  209. background: #F4F5F6;
  210. font-weight: 500;
  211. }
  212. custom-right-chart-nav .nav-tabs > li.nav-item a.nav-link.active {
  213. background: #fff;
  214. }
  215. .custom-right-chart-nav > .simple-scroll-bar {
  216. height: calc(100vh - 65px);
  217. }
  218. .custom-right-chart-nav .drawer-body {
  219. height: calc(100% - 125px);
  220. /*height: 700px !important;*/
  221. height: calc(100vh - 200px) !important;
  222. }
  223. .custom-right-chart-nav #tab_dynamic_pivote .simple-scroll-bar {
  224. height: calc(100vh - 130px);
  225. }
  226. .custom-right-chart-nav #tab_dynamic_pivote .dynamic-list-group-wrapper {
  227. padding: 1.25rem;
  228. }
  229. .collapse-simple > .card > .card-header > a.custom-collapse::before {
  230. top: 50%;
  231. transform: translateY(-50%);
  232. }
  233. .bldr-aside-right .btn-filter.in-active {
  234. border: none !important;
  235. cursor: not-allowed !important;
  236. background-color: rgba(255, 204, 204, 0.3) !important;
  237. color: white !important;
  238. }
  239. @media (max-width: 1200px) {
  240. .biz-body-margin-right {
  241. margin-right: 290px !important;
  242. }
  243. .biz-aside-margin-right {
  244. margin-right: -290px !important;
  245. }
  246. }
  247. /* Chart Responsive*/
  248. @media (max-height: 700px) {
  249. .biz-bldr-wrap.chart_view .bldr-body .chart-wrap .card-header {
  250. height: 40px;
  251. padding-top: .5rem !important;
  252. padding-bottom: .5rem !important;
  253. }
  254. }
  255. /* End Chart Responsive*/
  256. @media (max-width: 530px) {
  257. /* Header Mobile Responsive*/
  258. .biz-bldr-wrap header.bldr-head {
  259. padding: 0 .5rem;
  260. }
  261. header.bldr-head input.form-control {
  262. padding: .375rem .5rem;
  263. }
  264. header.bldr-head input.w-180p {
  265. width: 120px !important;
  266. }
  267. .biz-bldr-wrap header.bldr-head input.report-name {
  268. font-size: 1.25rem;
  269. }
  270. /*End Header Mobile Responsive*/
  271. }
  272. @media (max-width: 380px) {
  273. /* Header Mobile Responsive*/
  274. .biz-bldr-wrap header.bldr-head input.report-name {
  275. font-size: 1rem;
  276. }
  277. header.bldr-head input.w-180p {
  278. width: 100px !important;
  279. }
  280. #header_datalist_name.ml-10 {
  281. margin-left: 5px !important;
  282. }
  283. #header_datalist_name.badge {
  284. padding: 5px;
  285. }
  286. /*End Header Mobile Responsive*/
  287. }
  288. .query-builder .rules-group-container .btn-primary {
  289. color: #fff !important;
  290. background-color: #00B0FF !important;
  291. border-color: #00B0FF !important;
  292. }
  293. .query-builder .rules-group-container .btn-primary.active {
  294. background-color: #009EE5 !important;
  295. border-color: #009EE5 !important;
  296. }
  297. .biz-bldr-wrap .dropdown-menu {
  298. z-index: 9999;
  299. }
  300. .biz-bldr-wrap .dropdown-menu.dropdown-radio .dropdown-item.selected .ri-checkbox-blank-circle-line {
  301. color: #007D88;
  302. }
  303. .biz-bldr-wrap .dropdown-menu.dropdown-radio .dropdown-item.selected .ri-checkbox-blank-circle-line:before {
  304. content: "\eff4";
  305. }
  306. .query-builder .rule-value-container .select2-container--default.select2-container{
  307. min-width:200px;
  308. max-width:100%;
  309. }
  310. .bldr-aside-right .chart-type-collapse .btn-group-toggle {
  311. max-height: 250px;
  312. overflow-y: auto;
  313. overflow-x: hidden;
  314. }
  315. .biz-bldr-wrap.chart_view .bldr-body .chart-wrap.fullscreen{
  316. height: 100% !important;
  317. padding-bottom: 10px !important;
  318. }
  319. .column-dp-menu .distinct-label{
  320. flex-grow: 1;
  321. margin-bottom: 0;
  322. cursor: pointer;
  323. }
  324. .biz-reportbuilder-wrap .select2-container--default {
  325. width: 100% !important;
  326. }
  327. .reportbuilder-main-wrap {
  328. height: 100%;
  329. display: flex;
  330. flex-direction: column;
  331. overflow: auto;
  332. }
  333. .biz-bldr-wrap.chart_view .reportbuilder-main-wrap {
  334. overflow: hidden;
  335. }
  336. .biz-reportbuilder-wrap .biz-drawer {
  337. width: 290px;
  338. }
  339. .biz-reportbuilder-wrap.biz-drawer-push.biz-drawer-pushright .biz-pg-wrapper {
  340. margin-right: 290px;
  341. }