123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550 |
- .layout-builder .collapse-simple > .card > .card-header > a.no-collapse {
- cursor: default;
- }
-
- .layout-builder .collapse-simple > .card > .card-header > a.no-collapse::before {
- content: '';
- }
-
- .p-relative {
- position: relative;
- }
-
- .no-wrap {
- flex-wrap: nowrap;
- }
-
- .layout-builder .title-devider {
- height: 10px;
- border-top: 1px solid #DADDE1;
- }
-
- @media (min-width: 1200px) {
- /* .layout-builder .biz-bldr-wrap .bldr-aside-left{
- width: 350px;
- } */
- /* .layout-builder .biz-bldr-wrap.bldr__aside__left .bldr-body{
- margin-left: 350px;
- margin-right: 60px;
-
- } */
- /* .layout-builder.biz-wrapper .biz-drawer{
- width: 350px;
- } */
- }
-
-
- /* Logo */
- .layout-builder .background-change #background-image-view .card-body .row {
- max-height: 250px;
- overflow-y: scroll;
- }
- .layout-builder .background-change #background-image-view .card-body a img {
- height: 65px;
- object-fit: cover;
- }
- .layout-builder .background-change #background-image-view .card-body a.active img {
- border: 3px solid #1a73e8;
- }
-
- .background-change .thumbnail-input-card {
- border: 1px dotted #DADDE1;
- cursor: pointer;
- }
-
- .background-change #background-image-view .card-body a .delete, .layout-logo-wrap .delete {
- position: absolute;
- bottom: 5px;
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- color: white;
- background: rgba(0,0,0,0);
- color: white;
- height: 33px;
- -webkit-transition: background 218ms ease,height 218ms ease,opacity 218ms ease;
- transition: background 218ms ease,height 218ms ease,opacity 218ms ease;
- opacity: 0;
- display: none;
- }
-
- .background-change #background-image-view .card-body a:not(.active):not(.default):hover .delete, .layout-logo-wrap:hover .delete {
- background: rgba(0,0,0,0.6);
- height: 30px;
- opacity: 1;
- display: flex;
- }
-
- .background-change #background-image-view .card-body a:not(.active):not(.default):hover .delete:hover, .layout-logo-wrap .delete:hover {
- background: rgb(162 0 0 / 60%);
- }
-
- .progress {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- height: 0.25rem;
- overflow: hidden;
- font-size: .75rem;
- background-color: #e9ecef;
- border-radius: .25rem;
- border: 1px solid #DADDE1;
- width: 80%;
- }
-
- .progress-bar {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- color: #fff;
- text-align: center;
- background-color: black !important;
- transition: width .6s ease;
- }
-
- .layout-builder .background-change #imagepickerThumbnail {
- font-size: 65px;
- position: absolute;
- left: 0;
- top: 0;
- opacity: 0;
- width: 100%;
- }
-
- /* Logo End */
-
- /* Colors Start */
- /* .hk-wrapper .hk-settings-panel .settings-panel-wrap .layout-img-wrap a i { */
- .checkbox-container a i, #dipsplay-modes-section .mode-btn i.delete {
- font-size: 15px;
- position: absolute;
- /* right: 25px;
- top: 10px; */
- right: 2px;
- top: 0px;
- opacity: 0;
- height: 20px;
- width: 20px;
- background: green;
- border-radius: 50%;
- text-align: center;
- padding-top: 2px;
- color: #fff;
- }
-
- #background-image-view .checkbox-container a i.zmdi-check {
- right: 12px;
- top: 10px;
- }
-
- #background-image-view .checkbox-container a i.fa-trash {
- top: auto;
- right: auto;
- opacity: 1;
- background: none;
- }
- .checkbox-container a.active i {
- opacity: 1;
- }
-
-
- .layout-builder .colors-wrap {
- border: 1px solid #DADDE1;
- }
-
- .layout-builder .color-tabs .nav-item .nav-link.active {
- /*background-color: #007D88;*/
- color: black;
- }
-
- .layout-builder .background-colors .color-tabs .nav-item .nav-link.active {
- border: 1px solid lightgrey;
- }
- .layout-builder .color-tabs .nav-item .nav-link {
- /*background-color: #9e9e9e;*/
- color: #9e9e9e;
- }
- .layout-builder .color-tabs .nav-item .nav-link.active .dot {
- position: absolute;
- width: 8px;
- height: 8px;
- right: 4px;
- top: 19px;
- background-color: #007D88;
- opacity: 1;
- }
-
- .dipsplay-modes .buttons-wrap button, .dipsplay-modes .custom-mode-section button {
- border: 1px solid #DADDE1;
- padding-left: 0.5rem !important;
- padding-right: 0.5rem !important;
- }
- .dipsplay-modes .custom-mode-section .custom-mode-input-section {
- display: flex;
- }
-
- .dipsplay-modes .buttons-wrap button.btn.btn-wth-icon.icon-left .btn-text {
- padding-left: 6px !important;
- }
-
- .dipsplay-modes .buttons-wrap button.active {
- border: 1px solid #00B0FF;
- }
-
- #dipsplay-modes-section .mode-btn:not(.active):not([data-name="Default"]):hover i.delete {
- background: rgba(0,0,0,0.6);
- opacity: 1;
- }
- #dipsplay-modes-section .mode-btn:not(.active):not([data-name="Default"]):hover i.delete:hover {
- background: rgb(239 6 6);
- }
- #dipsplay-modes-section .mode-btn i.delete {
- height: 16px;
- width: 16px;
- right: -7px;
- top: -6px;
- padding-top: 1px;
- }
-
- /* Colors End */
-
-
- .hidden {
- display: none;
- }
-
- .layout-builder-dashboard .biz-wrapper.biz__icon__menu.biz__fullheight__menu .biz-submenu {
- position: absolute !important;
- height: 100%;
- }
-
- @media (max-width: 1199px) {
- .layout-builder-dashboard .biz-wrapper.biz__icon__menu.biz__fullheight__menu .biz-submenu {
- left: 0px !important;
- }
- }
-
- .layout-builder-dashboard .biz-wrapper.biz__icon__menu .biz-main-menu {
- position: relative !important;
- height: 100%;
- }
-
- .layout-builder-dashboard .biz-pg-wrapper {
- position: absolute !important;
- left: 300px !important;
- margin-left: 0 !important;
- height: 100% !important;
- min-height: 0px !important;
- /*max-width: 786px !important;*/
- padding: 0 !important;
- /* left: auto !important;
- margin-left: auto !important; */
- }
-
- @media (max-width: 1199px) {
- .layout-builder-dashboard .biz-pg-wrapper {
- left: 240px !important;
- }
- }
-
- /*.layout-builder-dashboard #layout-nav.d-none + .biz-pg-wrapper {
- left: auto !important;
- }*/
- .layout-builder-dashboard .layoutpreviewhtml.d-none + .biz-pg-wrapper {
- left: auto !important;
- }
-
- .layout-builder .layout-builder-dashboard .top-navbar {
- /*left: 300px !important;*/
- /*max-width: 788px;*/
- /*left: 50px !important*/
- }
-
-
- .layout-builder-dashboard .layoutpreviewhtml.d-none + .biz-pg-wrapper ._bizgaze_detail_container {
- /*max-width: 788px !important;*/
- }
- .layout-builder .layout-builder-dashboard ._bizgaze_detail_container {
- /*max-width: 698px;*/
- }
-
- .biz-wrapper.layout-builder {
- height: 100vh;
- overflow: hidden;
- }
-
- .layout-builder #dipsplay-modes-section button {
- background: none
- }
-
- .layout-builder .biz-bldr-wrap .bldr-aside-left > .simple-scroll-bar {
- height: 100% !important
- }
-
- .layout-builder .layout-builder-dashboard #bizgaze_body {
- overflow: inherit;
- }
-
- .layout-builder .layout-builder-dashboard nav.navbar.hk-navbar {
- top: -60px !important;
- /*left: -313px !important;
- max-width : 710px;*/
- }
-
- .layout-builder .layout-builder-dashboard.background-image .biz-main-menu,
- .layout-builder .layout-builder-dashboard.background-image .biz-submenu,
- .layout-builder .layout-builder-dashboard.background-image .biz-pg-wrapper {
- background: none !important;
- }
-
-
- .layout-builder .layout-builder-dashboard .biz-submenu {
- /*background-color: inherit !important;*/
- }
-
- @media (max-width: 1200px) {
- .layout-builder-dashboard .biz-wrapper.biz__icon__menu .biz-menu.bg-dark .biz-main-menu {
- min-height: 650px;
- }
- }
-
- /*.layout-builder .color-pickr-container,*/
- .layout-builder .color-pickr-container .sp-replacer {
- width: 20px;
- height: 20px;
- }
-
- .layout-builder .color-pickr-container .sp-replacer .sp-dd{
- display: none;
- }
-
- .layout-builder .color-pickr-container {
- display: flex;
- align-items: center;
- margin-bottom: 0.75rem;
- /*color: #76606C;*/
- }
-
- .layout-builder .color-pickr-container span{
- flex: 0.65;
- }
-
- .layout-builder .background-colors .color-pickr-container:last-child,
- .layout-builder .text-colors .color-pickr-container:last-child {
- margin-bottom: 0;
- }
-
- .layout-builder .pickr button {
- width : 100%;
- }
-
- .layout-builder.biz-wrapper .biz-drawer .drawer-body .drawer-content-wrap {
- padding: .5rem 1rem !important;
- }
-
- .layout-builder .layout-builder-dashboard.biz-layout-3-preview .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav li {
- width: 240px !important;
- }
- .layout-builder .layout-builder-dashboard.biz-layout-3-preview .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item .nav-link[data-toggle="collapse"]::after {
- margin-left : auto !important;
- }
- .layout-builder .layout-builder-dashboard.biz-layout-3-preview section.dashboard-layout {
- margin-left: 240px !important;
- }
-
- .layout-builder .collapse-simple > .card {
- border-bottom: 0;
- }
-
- .layout-builder .collapse-simple > .card > div > .card-body .row{
- margin: 0;
- }
-
- .layout-builder .layout-builder-dashboard .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1,
- .layout-builder .layout-builder-dashboard .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-2 {
- border-radius: .25rem !important;
- }
-
- .layout-builder .layout-builder-dashboard .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item .nav-link {
- padding: .25rem 1.5rem ;
- font-size: 14px !important;
- }
-
- /* Responsive */
- @media (max-width: 1199px) {
- .layout-builder .layout-builder-dashboard .top-navbar.hk-wrapper .hk-navbar .navbar-nav {
- flex-direction: row !important;
- }
-
- .layout-builder .layout-builder-dashboard .top-navbar.hk-wrapper .hk-navbar .navbar-nav .nav-item .nav-link {
- padding: .5rem !important
- }
-
- .layout-builder .layout-builder-dashboard .top-navbar.hk-wrapper.hk-horizontal-nav .hk-nav {
- /*left: 155px !important;
- top: 138px !important;*/
- position : static !important;
- }
-
- .layout-builder .layout-builder-dashboard #bizgaze_body .top-navbar.hk-wrapper.hk-vertical-nav .hk-navbar.biz-primary-color nav.hk-nav ul.navbar-nav {
- flex-direction: column !important;
- }
-
- .layout-builder .layout-builder-dashboard .biz-wrapper.biz__icon__menu .biz-menu {
- min-height : 568px;
- }
-
- .layout-builder .layout-builder-dashboard .nicescroll-bar {
- overflow: hidden !important;
- }
-
- .layout-builder .layout-builder-dashboard .top-navbar.hk-wrapper.hk-horizontal-nav nav.navbar.hk-navbar nav.hk-nav .navbar-nav-wrap {
- padding-top: 0 !important;
- }
- }
-
- .layout-builder .layout-builder-dashboard .top-navbar.hk-wrapper.hk-horizontal-nav nav.navbar.hk-navbar nav.hk-nav{
- height: 45px !important;
- }
- /* Responsive */
-
- #menu-layouts .layout-row a {
- height : 117px;
- }
- .user-themes #menu-layouts .layout-row a{
- /*.user-themes #detail-list-view .detail-row a {*/
- height: 117px;
- }
-
- /*User Themes Start */
- /*.biz-right-side-menu #right-side-layout-builder-btn .dropdown-menu-float-right-side {
- padding: 0;
- }*/
- .user-themes .tab-content{
- padding-top: 0;
- margin-top: 0;
- }
- .user-themes .tab-content,
- /*.user-themes-header,*/
- .user-themes-footer {
- /*padding: 1.25rem;*/
- padding: 0;
- /*padding-top: 1.25rem;*/
- padding-bottom: 0 !important;
- }
-
- /*.user-themes-body{
- height : 85vh;
- }*/
-
- .user-themes-footer {
- display: flex;
- justify-content: center;
- margin-bottom: 40px;
- }
-
- /*.user-themes .checkbox-container {
- display: flex !important;
- flex-wrap: nowrap;
- }*/
- .user-themes #menu-layouts .layout-row a,
- .user-themes #detail-list-view .detail-row a {
- width: 117px;
- flex: unset;
- }
-
- .user-themes .collapse-simple > .card > div > .card-body .row {
- margin: 0;
- }
-
- .user-themes .collapse-simple > .card > .card-header > a.no-collapse::before {
- content: '';
- }
-
- .user-themes .title-devider {
- height: 10px;
- border-top: 1px solid #DADDE1;
- }
-
- .user-themes .collapse-simple > .card {
- border-bottom: 0;
- }
- .user-themes .background-change .thumbnail-input-card {
- display: none !important;
- }
- .user-themes #theme-switcher-colors .checkbox-container,
- .user-themes #background-image-view .checkbox-container {
- flex-wrap: wrap !important;
- }
-
- .user-themes .background-change #background-image-view .card-body a.solid-color .color-box {
- height: 65px;
- }
-
- .user-themes .background-change #background-image-view .card-body a img {
- height: 150px;
- height: 65px;
- object-fit: cover;
- }
-
- .user-themes .background-change #background-image-view .card-body a.active img {
- border: 3px solid #1a73e8;
- }
-
- .user-themes #theme-switcher-colors .color-box {
- width: 40px;
- height: 40px;
- border-radius: 6px;
- }
-
- .user-themes #theme-switcher-colors a i {
- right: -6px;
- top: -6px;
- }
-
- .user-themes .background-change #background-image-view .card-body a:not(.active):not(.default):hover .delete {
- display: none !important;
- }
-
- /*User Themes End */
-
- .layout-builder .custom-control-label.nav-group-label::before, .layout-builder .custom-control-label.nav-group-label::after{
- right: 0;
- left: unset;
- }
-
- .layout-builder .drawer-content-wrap .switch span {
- width: 45px;
- height: 25px;
- }
-
- .layout-builder .drawer-content-wrap .switch input:checked + span:after {
- left: 20px;
- }
-
- .layout-builder-bootbox {
- background-color: #1f232780;
- }
-
- .biz-wrapper.layout-builder .biz-drawer .drawer-header {
- padding: 1.25rem 1.25rem;
- border-bottom: 1px solid #DADDE1;
- }
-
- .layout-builder .logo-setting-body .layout-logo-wrap {
- display: inline-block;
- position: relative;
- }
-
- .layout-builder .logo-setting-body .layout-logo-preview {
- height: 70px;
- border-radius: 5px;
- }
|