Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.layoutbuilder.css 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  1. .layout-builder .collapse-simple > .card > .card-header > a.no-collapse {
  2. cursor: default;
  3. }
  4. .layout-builder .collapse-simple > .card > .card-header > a.no-collapse::before {
  5. content: '';
  6. }
  7. .p-relative {
  8. position: relative;
  9. }
  10. .no-wrap {
  11. flex-wrap: nowrap;
  12. }
  13. .layout-builder .title-devider {
  14. height: 10px;
  15. border-top: 1px solid #DADDE1;
  16. }
  17. @media (min-width: 1200px) {
  18. /* .layout-builder .biz-bldr-wrap .bldr-aside-left{
  19. width: 350px;
  20. } */
  21. /* .layout-builder .biz-bldr-wrap.bldr__aside__left .bldr-body{
  22. margin-left: 350px;
  23. margin-right: 60px;
  24. } */
  25. /* .layout-builder.biz-wrapper .biz-drawer{
  26. width: 350px;
  27. } */
  28. }
  29. /* Logo */
  30. .layout-builder .background-change #background-image-view .card-body .row {
  31. max-height: 250px;
  32. overflow-y: scroll;
  33. }
  34. .layout-builder .background-change #background-image-view .card-body a img {
  35. height: 65px;
  36. object-fit: cover;
  37. }
  38. .layout-builder .background-change #background-image-view .card-body a.active img {
  39. border: 3px solid #1a73e8;
  40. }
  41. .background-change .thumbnail-input-card {
  42. border: 1px dotted #DADDE1;
  43. cursor: pointer;
  44. }
  45. .background-change #background-image-view .card-body a .delete, .layout-logo-wrap .delete {
  46. position: absolute;
  47. bottom: 5px;
  48. width: 100%;
  49. display: flex;
  50. justify-content: center;
  51. align-items: center;
  52. color: white;
  53. background: rgba(0,0,0,0);
  54. color: white;
  55. height: 33px;
  56. -webkit-transition: background 218ms ease,height 218ms ease,opacity 218ms ease;
  57. transition: background 218ms ease,height 218ms ease,opacity 218ms ease;
  58. opacity: 0;
  59. display: none;
  60. }
  61. .background-change #background-image-view .card-body a:not(.active):not(.default):hover .delete, .layout-logo-wrap:hover .delete {
  62. background: rgba(0,0,0,0.6);
  63. height: 30px;
  64. opacity: 1;
  65. display: flex;
  66. }
  67. .background-change #background-image-view .card-body a:not(.active):not(.default):hover .delete:hover, .layout-logo-wrap .delete:hover {
  68. background: rgb(162 0 0 / 60%);
  69. }
  70. .progress {
  71. display: -webkit-box;
  72. display: -ms-flexbox;
  73. display: flex;
  74. height: 0.25rem;
  75. overflow: hidden;
  76. font-size: .75rem;
  77. background-color: #e9ecef;
  78. border-radius: .25rem;
  79. border: 1px solid #DADDE1;
  80. width: 80%;
  81. }
  82. .progress-bar {
  83. display: -webkit-box;
  84. display: -ms-flexbox;
  85. display: flex;
  86. -webkit-box-orient: vertical;
  87. -webkit-box-direction: normal;
  88. -ms-flex-direction: column;
  89. flex-direction: column;
  90. -webkit-box-pack: center;
  91. -ms-flex-pack: center;
  92. justify-content: center;
  93. color: #fff;
  94. text-align: center;
  95. background-color: black !important;
  96. transition: width .6s ease;
  97. }
  98. .layout-builder .background-change #imagepickerThumbnail {
  99. font-size: 65px;
  100. position: absolute;
  101. left: 0;
  102. top: 0;
  103. opacity: 0;
  104. width: 100%;
  105. }
  106. /* Logo End */
  107. /* Colors Start */
  108. /* .hk-wrapper .hk-settings-panel .settings-panel-wrap .layout-img-wrap a i { */
  109. .checkbox-container a i, #dipsplay-modes-section .mode-btn i.delete {
  110. font-size: 15px;
  111. position: absolute;
  112. /* right: 25px;
  113. top: 10px; */
  114. right: 2px;
  115. top: 0px;
  116. opacity: 0;
  117. height: 20px;
  118. width: 20px;
  119. background: green;
  120. border-radius: 50%;
  121. text-align: center;
  122. padding-top: 2px;
  123. color: #fff;
  124. }
  125. #background-image-view .checkbox-container a i.zmdi-check {
  126. right: 12px;
  127. top: 10px;
  128. }
  129. #background-image-view .checkbox-container a i.fa-trash {
  130. top: auto;
  131. right: auto;
  132. opacity: 1;
  133. background: none;
  134. }
  135. .checkbox-container a.active i {
  136. opacity: 1;
  137. }
  138. .layout-builder .colors-wrap {
  139. border: 1px solid #DADDE1;
  140. }
  141. .layout-builder .color-tabs .nav-item .nav-link.active {
  142. /*background-color: #007D88;*/
  143. color: black;
  144. }
  145. .layout-builder .background-colors .color-tabs .nav-item .nav-link.active {
  146. border: 1px solid lightgrey;
  147. }
  148. .layout-builder .color-tabs .nav-item .nav-link {
  149. /*background-color: #9e9e9e;*/
  150. color: #9e9e9e;
  151. }
  152. .layout-builder .color-tabs .nav-item .nav-link.active .dot {
  153. position: absolute;
  154. width: 8px;
  155. height: 8px;
  156. right: 4px;
  157. top: 19px;
  158. background-color: #007D88;
  159. opacity: 1;
  160. }
  161. .dipsplay-modes .buttons-wrap button, .dipsplay-modes .custom-mode-section button {
  162. border: 1px solid #DADDE1;
  163. padding-left: 0.5rem !important;
  164. padding-right: 0.5rem !important;
  165. }
  166. .dipsplay-modes .custom-mode-section .custom-mode-input-section {
  167. display: flex;
  168. }
  169. .dipsplay-modes .buttons-wrap button.btn.btn-wth-icon.icon-left .btn-text {
  170. padding-left: 6px !important;
  171. }
  172. .dipsplay-modes .buttons-wrap button.active {
  173. border: 1px solid #00B0FF;
  174. }
  175. #dipsplay-modes-section .mode-btn:not(.active):not([data-name="Default"]):hover i.delete {
  176. background: rgba(0,0,0,0.6);
  177. opacity: 1;
  178. }
  179. #dipsplay-modes-section .mode-btn:not(.active):not([data-name="Default"]):hover i.delete:hover {
  180. background: rgb(239 6 6);
  181. }
  182. #dipsplay-modes-section .mode-btn i.delete {
  183. height: 16px;
  184. width: 16px;
  185. right: -7px;
  186. top: -6px;
  187. padding-top: 1px;
  188. }
  189. /* Colors End */
  190. .hidden {
  191. display: none;
  192. }
  193. .layout-builder-dashboard .biz-wrapper.biz__icon__menu.biz__fullheight__menu .biz-submenu {
  194. position: absolute !important;
  195. height: 100%;
  196. }
  197. @media (max-width: 1199px) {
  198. .layout-builder-dashboard .biz-wrapper.biz__icon__menu.biz__fullheight__menu .biz-submenu {
  199. left: 0px !important;
  200. }
  201. }
  202. .layout-builder-dashboard .biz-wrapper.biz__icon__menu .biz-main-menu {
  203. position: relative !important;
  204. height: 100%;
  205. }
  206. .layout-builder-dashboard .biz-pg-wrapper {
  207. position: absolute !important;
  208. left: 300px !important;
  209. margin-left: 0 !important;
  210. height: 100% !important;
  211. min-height: 0px !important;
  212. /*max-width: 786px !important;*/
  213. padding: 0 !important;
  214. /* left: auto !important;
  215. margin-left: auto !important; */
  216. }
  217. @media (max-width: 1199px) {
  218. .layout-builder-dashboard .biz-pg-wrapper {
  219. left: 240px !important;
  220. }
  221. }
  222. /*.layout-builder-dashboard #layout-nav.d-none + .biz-pg-wrapper {
  223. left: auto !important;
  224. }*/
  225. .layout-builder-dashboard .layoutpreviewhtml.d-none + .biz-pg-wrapper {
  226. left: auto !important;
  227. }
  228. .layout-builder .layout-builder-dashboard .top-navbar {
  229. /*left: 300px !important;*/
  230. /*max-width: 788px;*/
  231. /*left: 50px !important*/
  232. }
  233. .layout-builder-dashboard .layoutpreviewhtml.d-none + .biz-pg-wrapper ._bizgaze_detail_container {
  234. /*max-width: 788px !important;*/
  235. }
  236. .layout-builder .layout-builder-dashboard ._bizgaze_detail_container {
  237. /*max-width: 698px;*/
  238. }
  239. .biz-wrapper.layout-builder {
  240. height: 100vh;
  241. overflow: hidden;
  242. }
  243. .layout-builder #dipsplay-modes-section button {
  244. background: none
  245. }
  246. .layout-builder .biz-bldr-wrap .bldr-aside-left > .simple-scroll-bar {
  247. height: 100% !important
  248. }
  249. .layout-builder .layout-builder-dashboard #bizgaze_body {
  250. overflow: inherit;
  251. }
  252. .layout-builder .layout-builder-dashboard nav.navbar.hk-navbar {
  253. top: -60px !important;
  254. /*left: -313px !important;
  255. max-width : 710px;*/
  256. }
  257. .layout-builder .layout-builder-dashboard.background-image .biz-main-menu,
  258. .layout-builder .layout-builder-dashboard.background-image .biz-submenu,
  259. .layout-builder .layout-builder-dashboard.background-image .biz-pg-wrapper {
  260. background: none !important;
  261. }
  262. .layout-builder .layout-builder-dashboard .biz-submenu {
  263. /*background-color: inherit !important;*/
  264. }
  265. @media (max-width: 1200px) {
  266. .layout-builder-dashboard .biz-wrapper.biz__icon__menu .biz-menu.bg-dark .biz-main-menu {
  267. min-height: 650px;
  268. }
  269. }
  270. /*.layout-builder .color-pickr-container,*/
  271. .layout-builder .color-pickr-container .sp-replacer {
  272. width: 20px;
  273. height: 20px;
  274. }
  275. .layout-builder .color-pickr-container .sp-replacer .sp-dd{
  276. display: none;
  277. }
  278. .layout-builder .color-pickr-container {
  279. display: flex;
  280. align-items: center;
  281. margin-bottom: 0.75rem;
  282. /*color: #76606C;*/
  283. }
  284. .layout-builder .color-pickr-container span{
  285. flex: 0.65;
  286. }
  287. .layout-builder .background-colors .color-pickr-container:last-child,
  288. .layout-builder .text-colors .color-pickr-container:last-child {
  289. margin-bottom: 0;
  290. }
  291. .layout-builder .pickr button {
  292. width : 100%;
  293. }
  294. .layout-builder.biz-wrapper .biz-drawer .drawer-body .drawer-content-wrap {
  295. padding: .5rem 1rem !important;
  296. }
  297. .layout-builder .layout-builder-dashboard.biz-layout-3-preview .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav li {
  298. width: 240px !important;
  299. }
  300. .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 {
  301. margin-left : auto !important;
  302. }
  303. .layout-builder .layout-builder-dashboard.biz-layout-3-preview section.dashboard-layout {
  304. margin-left: 240px !important;
  305. }
  306. .layout-builder .collapse-simple > .card {
  307. border-bottom: 0;
  308. }
  309. .layout-builder .collapse-simple > .card > div > .card-body .row{
  310. margin: 0;
  311. }
  312. .layout-builder .layout-builder-dashboard .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1,
  313. .layout-builder .layout-builder-dashboard .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-2 {
  314. border-radius: .25rem !important;
  315. }
  316. .layout-builder .layout-builder-dashboard .hk-wrapper.hk-horizontal-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item .nav-link {
  317. padding: .25rem 1.5rem ;
  318. font-size: 14px !important;
  319. }
  320. /* Responsive */
  321. @media (max-width: 1199px) {
  322. .layout-builder .layout-builder-dashboard .top-navbar.hk-wrapper .hk-navbar .navbar-nav {
  323. flex-direction: row !important;
  324. }
  325. .layout-builder .layout-builder-dashboard .top-navbar.hk-wrapper .hk-navbar .navbar-nav .nav-item .nav-link {
  326. padding: .5rem !important
  327. }
  328. .layout-builder .layout-builder-dashboard .top-navbar.hk-wrapper.hk-horizontal-nav .hk-nav {
  329. /*left: 155px !important;
  330. top: 138px !important;*/
  331. position : static !important;
  332. }
  333. .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 {
  334. flex-direction: column !important;
  335. }
  336. .layout-builder .layout-builder-dashboard .biz-wrapper.biz__icon__menu .biz-menu {
  337. min-height : 568px;
  338. }
  339. .layout-builder .layout-builder-dashboard .nicescroll-bar {
  340. overflow: hidden !important;
  341. }
  342. .layout-builder .layout-builder-dashboard .top-navbar.hk-wrapper.hk-horizontal-nav nav.navbar.hk-navbar nav.hk-nav .navbar-nav-wrap {
  343. padding-top: 0 !important;
  344. }
  345. }
  346. .layout-builder .layout-builder-dashboard .top-navbar.hk-wrapper.hk-horizontal-nav nav.navbar.hk-navbar nav.hk-nav{
  347. height: 45px !important;
  348. }
  349. /* Responsive */
  350. #menu-layouts .layout-row a {
  351. height : 117px;
  352. }
  353. .user-themes #menu-layouts .layout-row a{
  354. /*.user-themes #detail-list-view .detail-row a {*/
  355. height: 117px;
  356. }
  357. /*User Themes Start */
  358. /*.biz-right-side-menu #right-side-layout-builder-btn .dropdown-menu-float-right-side {
  359. padding: 0;
  360. }*/
  361. .user-themes .tab-content{
  362. padding-top: 0;
  363. margin-top: 0;
  364. }
  365. .user-themes .tab-content,
  366. /*.user-themes-header,*/
  367. .user-themes-footer {
  368. /*padding: 1.25rem;*/
  369. padding: 0;
  370. /*padding-top: 1.25rem;*/
  371. padding-bottom: 0 !important;
  372. }
  373. /*.user-themes-body{
  374. height : 85vh;
  375. }*/
  376. .user-themes-footer {
  377. display: flex;
  378. justify-content: center;
  379. margin-bottom: 40px;
  380. }
  381. /*.user-themes .checkbox-container {
  382. display: flex !important;
  383. flex-wrap: nowrap;
  384. }*/
  385. .user-themes #menu-layouts .layout-row a,
  386. .user-themes #detail-list-view .detail-row a {
  387. width: 117px;
  388. flex: unset;
  389. }
  390. .user-themes .collapse-simple > .card > div > .card-body .row {
  391. margin: 0;
  392. }
  393. .user-themes .collapse-simple > .card > .card-header > a.no-collapse::before {
  394. content: '';
  395. }
  396. .user-themes .title-devider {
  397. height: 10px;
  398. border-top: 1px solid #DADDE1;
  399. }
  400. .user-themes .collapse-simple > .card {
  401. border-bottom: 0;
  402. }
  403. .user-themes .background-change .thumbnail-input-card {
  404. display: none !important;
  405. }
  406. .user-themes #theme-switcher-colors .checkbox-container,
  407. .user-themes #background-image-view .checkbox-container {
  408. flex-wrap: wrap !important;
  409. }
  410. .user-themes .background-change #background-image-view .card-body a.solid-color .color-box {
  411. height: 65px;
  412. }
  413. .user-themes .background-change #background-image-view .card-body a img {
  414. height: 150px;
  415. height: 65px;
  416. object-fit: cover;
  417. }
  418. .user-themes .background-change #background-image-view .card-body a.active img {
  419. border: 3px solid #1a73e8;
  420. }
  421. .user-themes #theme-switcher-colors .color-box {
  422. width: 40px;
  423. height: 40px;
  424. border-radius: 6px;
  425. }
  426. .user-themes #theme-switcher-colors a i {
  427. right: -6px;
  428. top: -6px;
  429. }
  430. .user-themes .background-change #background-image-view .card-body a:not(.active):not(.default):hover .delete {
  431. display: none !important;
  432. }
  433. /*User Themes End */
  434. .layout-builder .custom-control-label.nav-group-label::before, .layout-builder .custom-control-label.nav-group-label::after{
  435. right: 0;
  436. left: unset;
  437. }
  438. .layout-builder .drawer-content-wrap .switch span {
  439. width: 45px;
  440. height: 25px;
  441. }
  442. .layout-builder .drawer-content-wrap .switch input:checked + span:after {
  443. left: 20px;
  444. }
  445. .layout-builder-bootbox {
  446. background-color: #1f232780;
  447. }
  448. .biz-wrapper.layout-builder .biz-drawer .drawer-header {
  449. padding: 1.25rem 1.25rem;
  450. border-bottom: 1px solid #DADDE1;
  451. }
  452. .layout-builder .logo-setting-body .layout-logo-wrap {
  453. display: inline-block;
  454. position: relative;
  455. }
  456. .layout-builder .logo-setting-body .layout-logo-preview {
  457. height: 70px;
  458. border-radius: 5px;
  459. }