Built files from Bizgaze WebServer
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

style.reportbuilder.css 9.7KB

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