12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409 |
- @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 */
- }
|