@charset "UTF-8"; /** Imports **/ /*@import url(../../../tenants/themes/shared/fonts/css/remixicon.css);*/ /*Builders Styles*/ .biz-wrapper .biz-drawer { right: -290px; width: 290px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0s ease; } .biz-wrapper .biz-drawer.drawer-right { right: -290px; border-left: 1px solid #DADDE1; } .biz-wrapper.biz-drawer-push.biz-drawer-pushright .biz-pg-wrapper { margin-right: 290px; } .biz-wrapper .biz-drawer.drawer-small { top: 65px; z-index: 9; } /*Auth pages*/ .biz-pg-wrapper.biz-auth-wrapper { padding: 0; background: #F4F6F7; } .biz-pg-wrapper.biz-auth-wrapper > header { position: absolute; top: 0; z-index: 10; width: 100%; padding: 20px; } .biz-pg-wrapper.biz-auth-wrapper .auth-cover-img { background-size: cover; background-repeat: no-repeat; background-position: center; height: 100vh; width: 100%; } .biz-pg-wrapper.biz-auth-wrapper .auth-cover-img .auth-cover-info { position: relative; z-index: 2; padding: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; } .biz-pg-wrapper.biz-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content { margin: 0 auto; } .biz-pg-wrapper.biz-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content .play-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; margin-top: 30px; } .biz-pg-wrapper.biz-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content .play-wrap .play-btn { background: rgba(255, 255, 255, 0.3); height: 45px; width: 45px; border-radius: 50%; top: auto; 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; color: #fff; margin-right: 10px; } .biz-pg-wrapper.biz-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content .play-wrap .play-btn:before { display: inline-block; font-family: "Ionicons"; padding-left: 3px; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f488"; } .biz-pg-wrapper.biz-auth-wrapper .auth-cover-img .auth-cover-info .auth-cover-content .play-wrap > span { font-size: 14px; color: #fff; } .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap { padding: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100vh; } .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form { margin: 0 auto; } .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .option-sep { position: relative; text-align: center; overflow: hidden; font-size: 14px; margin: 30px 0; text-transform: uppercase; } .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .option-sep:before { background: #CACFD4; content: ""; height: 1px; right: 50%; margin-right: 28px; position: absolute; top: 50%; width: 100%; } .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .option-sep:after { background: #CACFD4; content: ""; height: 1px; left: 50%; margin-left: 28px; position: absolute; top: 50%; width: 100%; } .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .form-group .form-control, .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .form-group .dd-handle { border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; } .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .form-group .form-control.rounded-input, .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .form-group .rounded-input.dd-handle { border-top-right-radius: 50px; border-bottom-right-radius: 50px; } .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .form-group .input-group-append { position: absolute; right: 0; top: 0; bottom: 0; z-index: 10; pointer-events: none; } .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .form-group .input-group-append .input-group-text { background: transparent; border: none; } .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap .auth-form .form-group .input-group-append .input-group-text .feather-icon > svg { height: 18px; width: 18px; } @media (max-width: 1199px) { .biz-pg-wrapper.biz-auth-wrapper .auth-cover-img { height: auto; } .biz-pg-wrapper.biz-auth-wrapper .auth-form-wrap { height: auto; } } /*Gallery*/ .biz-gallery-wrap .tab-content .tab-pane .row.biz-gallery { margin-right: -5px; margin-left: -5px; } .biz-gallery-wrap .tab-content .tab-pane .row.biz-gallery > [class*="col-"] { padding-right: 5px; padding-left: 5px; } .biz-gallery-wrap .tab-content .tab-pane .row.biz-gallery > [class*="col-"] > a { position: relative; display: block; } .biz-gallery-wrap .tab-content .tab-pane .row.biz-gallery > [class*="col-"] > a .gallery-img { min-height: 160px; max-width: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; } .biz-gallery-wrap .tab-content .tab-pane .row.biz-gallery > [class*="col-"] > a > i { color: #fff; position: absolute; right: 10px; bottom: 10px; font-size: 18px; } .lg-outer .lg-video .lg-object { display: inline-block; position: absolute; top: 0; left: 0; right: 0; margin: auto; width: auto !important; height: 100% !important; } /*Summernote*/ .inline-edit .note-editor .note-editing-area .note-editable { overflow: hidden; } /*Dragula*/ .gu-mirror { cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing; position: fixed !important; margin: 0 !important; z-index: 9999 !important; opacity: 1; } .dragula-demo .col-lg-4 { border: 1px dotted #B9C0C7; border-radius: 5px; padding: 10px; } .dragula-demo .col-lg-4 > div { border: 1px solid #DADDE1; border-radius: 5px; margin: 10px; width: 200px; padding: 10px; cursor: move; } /*Filter Component*/ .btn-filter { color: #646A71; background-color: transparent; background-image: none; border-color: #E6E9EB; 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; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important; padding: 0px !important; } .btn-filter i { font-size: 35px; } .btn-filter:hover, .btn-filter:focus { color: #646A71; background-color: transparent; background-image: none; border-color: #E6E9EB; } .btn-filter.active { color: #007D88; background-color: #EBF5F6; border-color: #007D88; } .btn-filter.active:hover, .btn-filter.active:focus { color: #007D88; background-color: #EBF5F6; border-color: #007D88; } .color-board { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -1px; } .color-board .color-block { cursor: pointer; padding: 5px; border: 1px solid transparent; border-radius: .25rem; display: -webkit-box; display: -ms-flexbox; display: flex; } .color-board .color-block > div { height: 24px; width: 24px; flex-shrink: 0; } .color-board .color-block.selected { border-color: #007D88; background: #EBF5F6; } .color-board .theme-caption { font-size: 14px; } /**Bizgaze**/ .biz-bldr-wrap { position: relative; height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; flex-grow: 1; background: #fff; flex-flow: column; overflow: hidden; } .biz-bldr-wrap header.bldr-head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; height: 65px; position: fixed; left: 0; right: 0; padding: 0 1.25rem; background: #fff; box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1) !important; z-index: 999; } .biz-bldr-wrap header.bldr-head .bldr-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .biz-bldr-wrap header.bldr-head .bldr-title h1 { font-size: 24px; font-weight: 500; margin-bottom: 0; } .biz-bldr-wrap header.bldr-head .bldr-title:after { top: 0; } .biz-bldr-wrap header.bldr-head input.report-name { font-size: 1.5rem; } .biz-bldr-wrap header.bldr-head .bldr-options-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; } .biz-bldr-wrap header.bldr-head .bldr-options-wrap > a { margin-left: 5px; display: inline-block; } .biz-bldr-wrap header.bldr-head .bldr-options-wrap > a:first-child { margin-left: 0; } .biz-bldr-wrap .bldr-aside-left { position: absolute; left: 0; width: 290px; top: 65px; height: 100%; background: #fff; z-index: 3; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; border-right: 1px solid #DADDE1; } .biz-bldr-wrap .bldr-aside-left .nav-tabs > li.nav-item { width: 50%; } .biz-bldr-wrap .bldr-aside-left .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-bldr-wrap .bldr-aside-left .nav-tabs > li.nav-item a.nav-link { background: #F4F5F6; font-weight: 500; } .biz-bldr-wrap .bldr-aside-left .nav-tabs > li.nav-item a.nav-link.active { background: #fff; } .biz-bldr-wrap .bldr-aside-left > .simple-scroll-bar { height: calc(100vh - 130px); } .biz-bldr-wrap .bldr-aside-left > .simple-scroll-bar .tab-content { margin-top: 0; padding: 1.25rem; } .biz-bldr-wrap .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-bldr-wrap .bldr-aside-right .nav-tabs > li.nav-item { width: 50%; } .biz-bldr-wrap .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-bldr-wrap .bldr-aside-right .nav-tabs > li.nav-item a.nav-link { background: #F4F5F6; font-weight: 500; } .biz-bldr-wrap .bldr-aside-right .nav-tabs > li.nav-item a.nav-link.active { background: #fff; } .biz-bldr-wrap .bldr-aside-right > .simple-scroll-bar { height: calc(100vh - 130px); } .biz-bldr-wrap .bldr-aside-right > .simple-scroll-bar .tab-content { margin-top: 0; padding: 1.25rem; } .biz-bldr-wrap .left-aside-togglable { display: none; } .biz-bldr-wrap .bldr-body { padding-top: 65px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; overflow: hidden; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; flex-flow: column; margin-left: 0; margin-right: 0; min-height: 100%; position: relative; left: 0; } .biz-bldr-wrap .bldr-body header.bldr-sec-head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; height: 65px; position: relative; padding: 0 1.25rem; background: #fff; border-bottom: 1px solid #DADDE1; } .biz-bldr-wrap .bldr-body .simple-scroll-bar { -ms-flex: 1; flex: 1; overflow: auto; } .biz-bldr-wrap .bldr-body .tabulator.table-bordered .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell:nth-last-child(3) { border-right: 0; } .biz-bldr-wrap.bldr__aside__left .bldr-body { margin-left: 290px; } .biz-bldr-wrap.bldr__aside__right .bldr-body { margin-right: 290px; } .biz-bldr-wrap.chart_view .bldr-body .simple-scroll-bar { position: relative; } .biz-bldr-wrap.chart_view .bldr-body .chart-wrap { height: calc(100% - 320px); padding-bottom: 50px; margin: 0; border: 0; border-radius: 0; box-shadow: none; border-bottom: 1px solid #DADDE1; } .biz-bldr-wrap.chart_view .bldr-body .chart-wrap .card-header { height: 65px; } /* .biz-bldr-wrap.chart_view .bldr-body .table-wrap { position: absolute; height: 320px; bottom: 0; left: 0; right: 0; }*/ @media (min-width: 1200px) { .btn-mob { display: none !important; } .biz-bldr-wrap.chart_view .bldr-body header.bldr-sec-head { display: none; } } .biz-wrapper.biz__navbar .biz-bldr-wrap header.bldr-head { left: 60px; } .biz-wrapper.biz__navbar.biz__submenu .biz-bldr-wrap header.bldr-head { left: 300px; } @media (max-width: 1199px) { .biz-wrapper.biz__navbar .biz-bldr-wrap header.bldr-head { top: 57px; left: 0 !important; } .btn-web { display: none !important; } .biz-bldr-wrap .bldr-aside-left { left: -290px; } .biz-bldr-wrap.bldr__aside__left .bldr-body { margin-left: 0; } .biz-bldr-wrap .bldr-aside-right { right: -290px; } .biz-bldr-wrap.bldr__aside__right .bldr-body { margin-right: 0; } .biz-bldr-wrap .left-aside-togglable { height: 25px; width: 25px; left: 15px; border-radius: 50%; top: 52px; position: absolute; background: #fff; cursor: pointer; border: 1px solid #DADDE1; 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; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important; -webkit-transition: -webkit-transform 0.3s ease-in-out; -moz-transition: -moz-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; z-index: 2; } .biz-bldr-wrap .left-aside-togglable:after { content: "\ea6c"; font-family: remixicon; text-rendering: auto; } .biz-bldr-wrap .left-aside-togglable.active { -webkit-transform: translateX(32px); -moz-transform: translateX(32px); -ms-transform: translateX(32px); -o-transform: translateX(32px); transform: translateX(32px); } .biz-bldr-wrap .left-aside-togglable.active:after { content: "\ea62"; } .biz-bldr-wrap.bldr__aside__left__toggle .bldr-aside-left { left: 0; } .biz-bldr-wrap.bldr__aside__left__toggle.bldr__aside__left .bldr-body { left: 290px; } .biz-bldr-wrap.bldr__aside__left__toggle .left-aside-togglable:after { content: "\ea62"; } .biz-bldr-wrap.bldr__aside__left__toggle .left-aside-togglable.active:after { content: "\ea6c"; } .biz-bldr-wrap.bldr__aside__right__toggle .bldr-aside-right { right: 0; } .biz-bldr-wrap.bldr__aside__right__toggle.bldr__aside__right .bldr-body { left: -290px; } } /*Jquery Builder*/ .query-builder .rule-container, .query-builder .rule-placeholder, .query-builder .rules-group-container { border: 0; background: none; border-radius: 0; } .query-builder .rules-list > ::after, .query-builder .rules-list > ::before { border-color: #F4F5F6; } .query-builder .rule-header { padding-bottom: 5px; } .query-builder .rules-list > :last-child::before { border-radius: 0; } .qry-builder-container { position: absolute; left: 0; top: 65px; height: 100%; width: 100%; bottom: 0; z-index: 99; display: none; background: #fff; } .qry-builder-container header { display: -ms-flexbox; display: flex; -ms-flex-align: start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; padding: 1.25rem 1.25rem; border-bottom: 1px solid #DADDE1; } .qry-builder-container .qry-builder-body { Padding: 1.25rem 1.5rem; height: calc(100vh - 207px); } .qry-builder-container footer { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; -ms-flex-pack: end; justify-content: flex-end; Padding: 1.25rem 1.5rem; border-top: 1px solid #DADDE1; } /*Adj Mini Drawer*/ .biz-mini-adj-drawer-wrap .biz-mini-adj-drawer { position: fixed; z-index: 1; background: #fff; left: 300px; display: none; width: 290px; border: 1px solid #DADDE1; } .biz-mini-adj-drawer-wrap .biz-mini-adj-drawer header { padding: 1.25rem; border-bottom: 1px solid #DADDE1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; } .biz-mini-adj-drawer-wrap .biz-mini-adj-drawer .drawer-body { padding: 1.25rem; min-height: 200px; } .biz-mini-adj-drawer-wrap .biz-mini-adj-drawer footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: flex-end; -webkit-justify-content: flex-end; -ms-flex-pack: flex-end; padding: 1.25rem; border-top: 1px solid #DADDE1; } @media (max-width: 900px) { .biz-mini-adj-drawer-wrap .biz-mini-adj-drawer { left: 0 !important; top: 65px !important; } .biz-mini-adj-drawer-wrap .biz-mini-adj-drawer .drawer-body { height: calc(100vh - 207px); } } /*Adj Drawer*/ .biz-adj-drawer-wrap .biz-adj-drawer { position: fixed; z-index: 1; background: #fff; left: 300px; top: 65px; display: none; width: 290px; border: 1px solid #DADDE1; border-top: 0; border-bottom: 0; } .biz-adj-drawer-wrap .biz-adj-drawer header { padding: 1.25rem; border-bottom: 1px solid #DADDE1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 65px; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; } .biz-adj-drawer-wrap .biz-adj-drawer .drawer-body { padding: 1.25rem 0; } .biz-adj-drawer-wrap .biz-adj-drawer .drawer-body .form-search { padding: 0 1.25rem; } .biz-adj-drawer-wrap .biz-adj-drawer .drawer-body .nicescroll-bar { height: calc(100vh - 307px) !important; padding: 0 1.25rem; } .biz-adj-drawer-wrap .biz-adj-drawer .drawer-body .nicescroll-bar .columns-list li > a .col-name { max-width: 9rem; } .biz-adj-drawer-wrap .biz-adj-drawer footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: flex-end; -webkit-justify-content: flex-end; -ms-flex-pack: flex-end; padding: 1.25rem; border-top: 1px solid #DADDE1; } @media (max-width: 900px) { .biz-adj-drawer-wrap .biz-adj-drawer { left: 0 !important; } } /*Sfl Block*/ .dragger { font-size: 29px; cursor: grab; color: #9e9e9e; } .dsl-block-wrap > .dsl-block { background: #EBF5F6; color: #007D88; border: 1px solid #CCE5E7; } .dsl-block-wrap > .dsl-block .dsl-block-name { font-weight: 500; } .dsl-block-wrap > .dsl-block > span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .dsl-block { background: #EBF5F6; color: #007D88; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); border-radius: .25rem; padding: .5rem; display: -webkit-box; display: -ms-flexbox; display: flex; height: 45px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; margin-bottom: 10px; } .dsl-block .dragger { margin-right: 10px; } .dsl-block .dsl-block-name { font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 8rem; } .dsl-block > span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .dsl-block .close { margin-left: 10px; } .dsl-block .feather-icon > svg { height: 18px; width: 18px; } /*Sub Report Block*/ .sub-report-block { background: #fff; margin-bottom: 15px; } .sub-report-block:last-child { margin-bottom: 0; } .sub-report-block header { padding: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; } .sub-report-block .report-body { padding: 1rem; } /*Create New Report*/ .biz-new-report .modal-content { max-height: 85vh; } .biz-new-report .modal-body { display: flex; flex-grow: 1; overflow: auto; } .biz-new-report .dataset-list-wrap, .biz-new-report .columns-list-wrap { width: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; flex-flow: column; background: #fff; } .biz-new-report .dataset-list-wrap > div.simple-scroll-bar, .biz-new-report .columns-list-wrap > div.simple-scroll-bar { padding: 0 1.25rem 1.25rem 1.25rem; } .biz-new-report .dataset-list-wrap .simple-scroll-bar, .biz-new-report .columns-list-wrap .simple-scroll-bar { min-height: 1px; } .biz-new-report .form-search { padding: 1.25rem; } .biz-new-report .dataset-list-wrap { border-right: 1px solid #DADDE1; } .biz-new-report .dataset-list-wrap .nav.nav-tabs { border-bottom: 0; } .biz-new-report .dataset-list-wrap .nav.nav-tabs .nav-item { margin-bottom: 10px; } .biz-new-report .dataset-list-wrap .nav.nav-tabs .nav-item .nav-link.data-list-sel { color: #1F2327; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .5rem .8rem; font-weight: 500; height: 45px; border-radius: .25rem; text-transform: capitalize; border: none; background: #fff; } .biz-new-report .dataset-list-wrap .nav.nav-tabs .nav-item .nav-link.data-list-sel.active { background: #EBF5F6; color: #007D88; } .biz-new-report .dataset-list-wrap .nav.nav-tabs .nav-item .nav-link.data-list-sel .nav-link-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 20rem; } .biz-new-report .columns-list-wrap .tab-content { margin-top: 0; } .biz-new-report .columns-list-wrap .close-columns-list { color: #1F2327; display: none; margin-left: 1.25rem; } .biz-new-report .columns-list-wrap .close-columns-list .feather-icon > svg { height: 18px; width: 18px; } .columns-list li { margin-bottom: 10px; } .columns-list li > a { display: flex; justify-content: space-between; align-items: center; border: 1px solid #DADDE1; border-radius: .25rem; height: 45px; color: #1F2327; padding: 0 .5rem 0 0; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); } .columns-list li > a .col-type-icon { display: flex; padding: .5rem; height: 100%; align-items: center; width: 45px; justify-content: center; border-right: 1px solid #DADDE1; } .columns-list li > a .col-type-icon .feather-icon > svg { height: 18px; width: 18px; } .columns-list li > a .col-name { font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 16rem; } .columns-list li > a > span:last-child { display: flex; justify-content: space-between; flex-grow: 1; align-items: center; } .columns-list li > a > span:last-child .col-name { text-transform: capitalize; padding-left: .8rem; } .columns-list li > a > span:last-child .col-stat-icons { display: flex; } .columns-list li.selected > a { background: #EBF5F6; color: #007D88; border-color: #CCE5E7; } .columns-list li.selected > a .col-type-icon { border-color: #CCE5E7; } @media (max-width: 1199px) { .biz-new-report .dataset-list-wrap { border: none; } .biz-new-report .dataset-list-wrap, .biz-new-report .columns-list-wrap { width: 100%; } .biz-new-report .columns-list-wrap { display: none; } .biz-new-report .columns-list-wrap .close-columns-list { display: block; } .biz-new-report .columns-list-wrap.active { display: block; position: absolute; z-index: 1; height: 400px; } .biz-new-report .columns-list-wrap.active .simple-scroll-bar { height: calc(100% - 105px); } } @media (min-width: 1200px) { .biz-wrapper .biz-navbar { display: none; } } /*Already created doc type*/ .already-created-doc .card .card-header { position: relative; } .already-created-doc .card .card-header .more-btn { position: absolute; top: 4px; right: 15px; } .dsl-block.doc-type { background: #fff; color: #1F2327; border: 1px solid #DADDE1; } .dsl-block.doc-type.selected { background: #EBF5F6; color: #007D88; } /*Form Builder*/ .biz-bldr-wrap.form-bldr-wrap .bldr-sec-head .nav-tabs.nav-line > .nav-item > .nav-link { height: 65px; display: flex; align-items: center; } .biz-bldr-wrap.form-bldr-wrap .bldr-sec-head .drawer-toggle-link { position: absolute; right: 1.25rem; } .biz-bldr-wrap.form-bldr-wrap .bldr-body { background: #F4F5F6; } .form-sec-wrap { padding: 60px; } .form-sec-block { background: #fff; margin-bottom: 15px; } .form-sec-block:last-child { margin-bottom: 0; } .form-sec-block header { padding: .5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between; border-bottom: 1px solid #DADDE1; } .form-sec-block .sec-body { padding: 1.25rem; } .form-sec-block .sec-body .form-group { margin-left: -.5rem; margin-right: -.5rem; } .form-sec-block .sec-body .form-group > div { padding: .5rem; border-radius: 8px; background: transparent; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; } .form-sec-block .sec-body .form-group > div .form-label-group .form-group-action { opacity: 0; } .form-sec-block .sec-body .form-group > div:hover { background: #FFF7DE; } .form-sec-block .sec-body .form-group > div:hover .form-label-group .form-group-action { opacity: 1; } /*Landing Page*/ .biz-landing .play-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 30px; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center; } .biz-landing .play-wrap > span { font-size: 14px; color: #fff; } .biz-landing .play-wrap .play-btn { height: 60px; width: 60px; border-radius: 50%; background: rgba(255, 255, 255, 0.3); color: #fff; top: auto; 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; margin-right: 10px; } .biz-landing .play-wrap .play-btn::before { display: inline-block; font-family: "Ionicons"; padding-left: 3px; font-size: 28px; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f488"; } .biz-landing .owl-carousel.dots-on-item .owl-dots { bottom: auto; } .biz-landing .biz-landing-sec { padding: 80px 0; } .biz-landing .biz-preview-sec { background-image: url(../img/landing-pg/herobg.png); background-size: cover; background-position: center; background-repeat: no-repeat; padding-top: 57px; } .biz-landing .feature-block { display: inline-block; margin: 0 15px 15px 15px; width: 100px; } .biz-landing .feature-block .card { height: 100px; width: 100px; margin-bottom: 10px; 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; } .biz-landing .feature-block .card img { width: 44px; } .biz-landing .feature-block .feature-cap { font-size: 14px; color: #1F2327; font-weight: 500; } @media (max-width: 1199px) { .biz-landing .container.px-0 { max-width: 100%; } } @media all and (-ms-high-contrast: none) { *::-ms-backdrop, .media-body { flex-basis: auto !important; } /* IE11 */ }