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.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  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 {
  111. position: relative;
  112. width: 400px;
  113. }
  114. #tooltip_selected_columns .dsl-block-name input {
  115. width: 100%;
  116. background: transparent;
  117. border: none;
  118. font-weight: 500;
  119. overflow: hidden;
  120. text-overflow: ellipsis;
  121. white-space: nowrap;
  122. color: #007D88
  123. }
  124. #tooltip_selected_columns .dsl-block-name input:focus {
  125. border: none;
  126. outline: none;
  127. }
  128. #tooltip_selected_columns .dsl-block-name .input-styles {
  129. width: 100%;
  130. padding: 2px;
  131. box-sizing: border-box;
  132. outline: none;
  133. border: 2px solid #aaa;
  134. padding-left: 5px;
  135. padding-right: 20px;
  136. background-color: #fff;
  137. border-radius: 5px;
  138. }
  139. #tooltip_selected_columns .dsl-block-name button[type="reset"] {
  140. position: absolute;
  141. top: 2px;
  142. bottom: 2px;
  143. right: 2px;
  144. color: #666;
  145. border: 0;
  146. display: none;
  147. padding: 0 4px;
  148. border-radius: 50%;
  149. transition: background 200ms;
  150. background: transparent;
  151. outline: none;
  152. }
  153. #tooltip_selected_columns .dsl-block-name button[type="reset"]:hover {
  154. background-color: #eee;
  155. }
  156. #tooltip_selected_columns .dsl-block-name input:valid ~ button[type="reset"] {
  157. display: block;
  158. }
  159. .bldr-body .tabulator-row.tabulator-row-even {
  160. background-color: #fff;
  161. }
  162. .tabulator-reportbuilder .tabulator-col-title .dropdown {
  163. text-align: left;
  164. display: inline-block;
  165. padding: 0px 4px 0px 0px;
  166. }
  167. .tabulator-reportbuilder.tabulator .tabulator-header .tabulator-col {
  168. overflow: visible !important;
  169. }
  170. .tabulator-reportbuilder.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  171. overflow: visible !important;
  172. }
  173. .tabulator-reportbuilder.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-menu-button {
  174. font-size: 16px;
  175. padding: 0 2px 0 0;
  176. color: #000 !important;
  177. font-weight: 600;
  178. }
  179. #reportBuilderModal .modal-footer {
  180. z-index: 1;
  181. }
  182. #QueryBuilder .pull-right {
  183. float: none;
  184. }
  185. .biz-bldr-wrap .table-wrap {
  186. height: 100%;
  187. }
  188. .biz-bldr-wrap.chart_view .bldr-body .chart-wrap {
  189. padding-bottom: 25px;
  190. min-height: 65%;
  191. max-height: 100%;
  192. }
  193. .biz-bldr-wrap.chart_view .bldr-body .table-wrap {
  194. max-height: 35%;
  195. }
  196. .custom-right-chart-nav .nav-tabs > li.nav-item {
  197. width: 50%;
  198. }
  199. .custom-right-chart-nav .nav-tabs > li.nav-item a {
  200. display: -webkit-box;
  201. display: -ms-flexbox;
  202. display: flex;
  203. -webkit-box-align: center;
  204. -ms-flex-align: center;
  205. align-items: center;
  206. justify-content: center;
  207. -webkit-justify-content: center;
  208. -ms-flex-pack: center;
  209. border-radius: 0;
  210. height: 65px;
  211. border: 0;
  212. }
  213. .custom-right-chart-nav .nav-tabs > li.nav-item a.nav-link {
  214. background: #F4F5F6;
  215. font-weight: 500;
  216. }
  217. custom-right-chart-nav .nav-tabs > li.nav-item a.nav-link.active {
  218. background: #fff;
  219. }
  220. .custom-right-chart-nav > .simple-scroll-bar {
  221. height: calc(100vh - 65px);
  222. }
  223. .custom-right-chart-nav .drawer-body {
  224. height: calc(100% - 125px);
  225. /*height: 700px !important;*/
  226. height: calc(100vh - 200px) !important;
  227. }
  228. .custom-right-chart-nav #tab_dynamic_pivote .simple-scroll-bar {
  229. height: calc(100vh - 130px);
  230. }
  231. .custom-right-chart-nav #tab_dynamic_pivote .dynamic-list-group-wrapper {
  232. padding: 1.25rem;
  233. }
  234. .collapse-simple > .card > .card-header > a.custom-collapse::before {
  235. top: 50%;
  236. transform: translateY(-50%);
  237. }
  238. .bldr-aside-right .btn-filter.in-active {
  239. border: none !important;
  240. cursor: not-allowed !important;
  241. background-color: rgba(255, 204, 204, 0.3) !important;
  242. color: white !important;
  243. }
  244. @media (max-width: 1200px) {
  245. .biz-body-margin-right {
  246. margin-right: 290px !important;
  247. }
  248. .biz-aside-margin-right {
  249. margin-right: -290px !important;
  250. }
  251. }
  252. /* Chart Responsive*/
  253. @media (max-height: 700px) {
  254. .biz-bldr-wrap.chart_view .bldr-body .chart-wrap .card-header {
  255. height: 40px;
  256. padding-top: .5rem !important;
  257. padding-bottom: .5rem !important;
  258. }
  259. }
  260. /* End Chart Responsive*/
  261. @media (max-width: 530px) {
  262. /* Header Mobile Responsive*/
  263. .biz-bldr-wrap header.bldr-head {
  264. padding: 0 .5rem;
  265. }
  266. header.bldr-head input.form-control {
  267. padding: .375rem .5rem;
  268. }
  269. header.bldr-head input.w-180p {
  270. width: 120px !important;
  271. }
  272. .biz-bldr-wrap header.bldr-head input.report-name {
  273. font-size: 1.25rem;
  274. }
  275. /*End Header Mobile Responsive*/
  276. }
  277. @media (max-width: 380px) {
  278. /* Header Mobile Responsive*/
  279. .biz-bldr-wrap header.bldr-head input.report-name {
  280. font-size: 1rem;
  281. }
  282. header.bldr-head input.w-180p {
  283. width: 100px !important;
  284. }
  285. #header_datalist_name.ml-10 {
  286. margin-left: 5px !important;
  287. }
  288. #header_datalist_name.badge {
  289. padding: 5px;
  290. }
  291. /*End Header Mobile Responsive*/
  292. }
  293. .query-builder .rules-group-container .btn-primary {
  294. color: #fff !important;
  295. background-color: #00B0FF !important;
  296. border-color: #00B0FF !important;
  297. }
  298. .query-builder .rules-group-container .btn-primary.active {
  299. background-color: #009EE5 !important;
  300. border-color: #009EE5 !important;
  301. }
  302. .biz-bldr-wrap .dropdown-menu {
  303. z-index: 9999;
  304. }
  305. .biz-bldr-wrap .dropdown-menu.dropdown-radio .dropdown-item.selected .ri-checkbox-blank-circle-line {
  306. color: #007D88;
  307. }
  308. .biz-bldr-wrap .dropdown-menu.dropdown-radio .dropdown-item.selected .ri-checkbox-blank-circle-line:before {
  309. content: "\eff4";
  310. }
  311. .query-builder .rule-value-container .select2-container--default.select2-container{
  312. min-width:200px;
  313. max-width:100%;
  314. }
  315. .bldr-aside-right .chart-type-collapse .btn-group-toggle {
  316. max-height: 250px;
  317. overflow-y: auto;
  318. overflow-x: hidden;
  319. }
  320. .biz-bldr-wrap.chart_view .bldr-body .chart-wrap.fullscreen{
  321. height: 100% !important;
  322. padding-bottom: 10px !important;
  323. }
  324. .column-dp-menu .distinct-label{
  325. flex-grow: 1;
  326. margin-bottom: 0;
  327. cursor: pointer;
  328. }
  329. .biz-reportbuilder-wrap .select2-container--default {
  330. width: 100% !important;
  331. }
  332. .reportbuilder-main-wrap {
  333. height: 100%;
  334. display: flex;
  335. flex-direction: column;
  336. overflow: auto;
  337. }
  338. .biz-bldr-wrap.chart_view .reportbuilder-main-wrap {
  339. overflow: hidden;
  340. }
  341. .biz-reportbuilder-wrap .biz-drawer {
  342. width: 290px;
  343. }
  344. .biz-reportbuilder-wrap.biz-drawer-push.biz-drawer-pushright .biz-pg-wrapper {
  345. margin-right: 290px;
  346. }