123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417 |
-
- .biz-wrapper .bldr-aside-right {
- position: absolute;
- right: 0;
- width: 290px;
- top: 65px;
- height: 100%;
- background: #fff;
- -webkit-transition: all 0.2s ease;
- -moz-transition: all 0.2s ease;
- transition: all 0.2s ease;
- z-index: 3;
- border-left: 1px solid #DADDE1;
- }
-
- .biz-wrapper .bldr-aside-right .nav-tabs > li.nav-item {
- width: 50%;
- }
-
- .biz-wrapper .bldr-aside-right .nav-tabs > li.nav-item a {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- justify-content: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- border-radius: 0;
- height: 65px;
- border: 0;
- }
-
- .biz-wrapper .bldr-aside-right .nav-tabs > li.nav-item a.nav-link {
- background: #F4F5F6;
- font-weight: 500;
- }
-
- .biz-wrapper .bldr-aside-right .nav-tabs > li.nav-item a.nav-link.active {
- background: #fff;
- }
-
- .biz-wrapper .bldr-aside-right #chart-appearance-container > .simple-scroll-bar {
- height: calc(100vh - 130px);
- }
-
- .biz-wrapper .bldr-aside-right #chart-appearance-container > .simple-scroll-bar .tab-content {
- margin-top: 0;
- padding: 1.25rem;
- }
-
-
- .select2-container--default .select2-results > #select2-RptGroup_AutoComplete-results {
- max-height: 115px !important;
- }
- .rule-value-container .select2-container--bootstrap:nth-of-type(1) {
- display: block;
- width: 100%;
- padding: .375rem .75rem;
- font-size: 1rem;
- line-height: 1.5;
- color: #495057;
- background-color: #fff;
- background-clip: padding-box;
- border: 1px solid #ced4da;
- border-radius: .25rem;
- transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
- height: calc(2.25rem + 2px);
- }
-
- #link-report-section {
- height: 100%;
- overflow-y: hidden;
- }
-
- #link-report-section .modal-content, #is-filterable-section .modal-content {
- max-height: calc(100vh - 160px) !important;
- background-color: #F4F5F6;
- }
-
- #modalDataListColumns .line-icon i, #allDatalistColumns .line-icon i {
- font-size: 25px;
- font-weight: bolder;
- color: #1f2327;
- }
-
- #top-nav-menu .line-icon i {
- font-size: 24px;
- color: #1f2327;
- font-weight: bolder;
- }
-
- #top-nav-menu .font-awesome-icon i {
- font-size: 18px;
- }
-
- #top-nav-menu .line-icon .la-sync {
- color: #298DFF;
- }
-
- #div_Kanban .select2-container--default .select2-selection--single {
- border-radius: 4px;
- }
-
- #select2-groupby_select-container .select2-selection__clear {
- display: none;
- }
-
- .tabulator-reportbuilder .dropdown-menu {
- width: max-content;
- }
-
- .disabled-border {
- border: 1px solid rgba(0, 0, 0, .125);
- color: #1f2327 !important;
- }
-
- #bl-report-title .fa {
- font-size: 17px;
- }
-
- .t-90d {
- transform: rotate(90deg);
- }
-
- .t-270d {
- transform: rotate(270deg);
- }
-
- /*Tooltip text clear btn*/
-
- #tooltip_selected_columns .dsl-block-name {
- position: relative;
- width: 400px;
- }
-
- #tooltip_selected_columns .dsl-block-name input {
- width: 100%;
- background: transparent;
- border: none;
- font-weight: 500;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- color: #007D88
- }
-
- #tooltip_selected_columns .dsl-block-name input:focus {
- border: none;
- outline: none;
- }
-
- #tooltip_selected_columns .dsl-block-name .input-styles {
- width: 100%;
- padding: 2px;
- box-sizing: border-box;
- outline: none;
- border: 2px solid #aaa;
- padding-left: 5px;
- padding-right: 20px;
- background-color: #fff;
- border-radius: 5px;
- }
-
- #tooltip_selected_columns .dsl-block-name button[type="reset"] {
- position: absolute;
- top: 2px;
- bottom: 2px;
- right: 2px;
- color: #666;
- border: 0;
- display: none;
- padding: 0 4px;
- border-radius: 50%;
- transition: background 200ms;
- background: transparent;
- outline: none;
- }
-
- #tooltip_selected_columns .dsl-block-name button[type="reset"]:hover {
- background-color: #eee;
- }
-
- #tooltip_selected_columns .dsl-block-name input:valid ~ button[type="reset"] {
- display: block;
- }
-
- .bldr-body .tabulator-row.tabulator-row-even {
- background-color: #fff;
- }
-
- .tabulator-reportbuilder .tabulator-col-title .dropdown {
- text-align: left;
- display: inline-block;
- padding: 0px 4px 0px 0px;
- }
-
- .tabulator-reportbuilder.tabulator .tabulator-header .tabulator-col {
- overflow: visible !important;
- }
-
- .tabulator-reportbuilder.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
- overflow: visible !important;
- }
-
- .tabulator-reportbuilder.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-menu-button {
- font-size: 16px;
- padding: 0 2px 0 0;
- color: #000 !important;
- font-weight: 600;
- }
- #reportBuilderModal .modal-footer {
- z-index: 1;
- }
-
- #QueryBuilder .pull-right {
- float: none;
- }
-
- .biz-bldr-wrap .table-wrap {
- height: 100%;
- }
-
- .biz-bldr-wrap.chart_view .bldr-body .chart-wrap {
- padding-bottom: 25px;
- min-height: 65%;
- max-height: 100%;
- }
-
- .biz-bldr-wrap.chart_view .bldr-body .table-wrap {
- max-height: 35%;
- }
-
- .custom-right-chart-nav .nav-tabs > li.nav-item {
- width: 50%;
- }
-
- .custom-right-chart-nav .nav-tabs > li.nav-item a {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- justify-content: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- border-radius: 0;
- height: 65px;
- border: 0;
- }
-
- .custom-right-chart-nav .nav-tabs > li.nav-item a.nav-link {
- background: #F4F5F6;
- font-weight: 500;
- }
-
- custom-right-chart-nav .nav-tabs > li.nav-item a.nav-link.active {
- background: #fff;
- }
-
- .custom-right-chart-nav > .simple-scroll-bar {
- height: calc(100vh - 65px);
- }
-
- .custom-right-chart-nav .drawer-body {
- height: calc(100% - 125px);
- /*height: 700px !important;*/
- height: calc(100vh - 200px) !important;
- }
-
- .custom-right-chart-nav #tab_dynamic_pivote .simple-scroll-bar {
- height: calc(100vh - 130px);
- }
-
- .custom-right-chart-nav #tab_dynamic_pivote .dynamic-list-group-wrapper {
- padding: 1.25rem;
- }
- .collapse-simple > .card > .card-header > a.custom-collapse::before {
- top: 50%;
- transform: translateY(-50%);
- }
-
- .bldr-aside-right .btn-filter.in-active {
- border: none !important;
- cursor: not-allowed !important;
- background-color: rgba(255, 204, 204, 0.3) !important;
- color: white !important;
- }
- @media (max-width: 1200px) {
- .biz-body-margin-right {
- margin-right: 290px !important;
- }
-
- .biz-aside-margin-right {
- margin-right: -290px !important;
- }
- }
- /* Chart Responsive*/
-
- @media (max-height: 700px) {
- .biz-bldr-wrap.chart_view .bldr-body .chart-wrap .card-header {
- height: 40px;
- padding-top: .5rem !important;
- padding-bottom: .5rem !important;
- }
- }
-
- /* End Chart Responsive*/
- @media (max-width: 530px) {
- /* Header Mobile Responsive*/
- .biz-bldr-wrap header.bldr-head {
- padding: 0 .5rem;
- }
-
- header.bldr-head input.form-control {
- padding: .375rem .5rem;
- }
-
- header.bldr-head input.w-180p {
- width: 120px !important;
- }
-
- .biz-bldr-wrap header.bldr-head input.report-name {
- font-size: 1.25rem;
- }
- /*End Header Mobile Responsive*/
- }
-
- @media (max-width: 380px) {
- /* Header Mobile Responsive*/
- .biz-bldr-wrap header.bldr-head input.report-name {
- font-size: 1rem;
- }
-
- header.bldr-head input.w-180p {
- width: 100px !important;
- }
-
- #header_datalist_name.ml-10 {
- margin-left: 5px !important;
- }
-
- #header_datalist_name.badge {
- padding: 5px;
- }
- /*End Header Mobile Responsive*/
- }
-
- .query-builder .rules-group-container .btn-primary {
- color: #fff !important;
- background-color: #00B0FF !important;
- border-color: #00B0FF !important;
- }
-
- .query-builder .rules-group-container .btn-primary.active {
- background-color: #009EE5 !important;
- border-color: #009EE5 !important;
- }
-
- .biz-bldr-wrap .dropdown-menu {
- z-index: 9999;
- }
-
- .biz-bldr-wrap .dropdown-menu.dropdown-radio .dropdown-item.selected .ri-checkbox-blank-circle-line {
- color: #007D88;
- }
-
- .biz-bldr-wrap .dropdown-menu.dropdown-radio .dropdown-item.selected .ri-checkbox-blank-circle-line:before {
- content: "\eff4";
- }
-
- .query-builder .rule-value-container .select2-container--default.select2-container{
- min-width:200px;
- max-width:100%;
- }
-
- .bldr-aside-right .chart-type-collapse .btn-group-toggle {
- max-height: 250px;
- overflow-y: auto;
- overflow-x: hidden;
- }
-
- .biz-bldr-wrap.chart_view .bldr-body .chart-wrap.fullscreen{
- height: 100% !important;
- padding-bottom: 10px !important;
- }
-
- .column-dp-menu .distinct-label{
- flex-grow: 1;
- margin-bottom: 0;
- cursor: pointer;
- }
-
- .biz-reportbuilder-wrap .select2-container--default {
- width: 100% !important;
- }
-
- .reportbuilder-main-wrap {
- height: 100%;
- display: flex;
- flex-direction: column;
- overflow: auto;
- }
-
- .biz-bldr-wrap.chart_view .reportbuilder-main-wrap {
- overflow: hidden;
- }
-
- .biz-reportbuilder-wrap .biz-drawer {
- width: 290px;
- }
-
- .biz-reportbuilder-wrap.biz-drawer-push.biz-drawer-pushright .biz-pg-wrapper {
- margin-right: 290px;
- }
|