123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- @media(min-width:1200px) {
- .biz-wrapper.biz__icon__menu .biz-pg-wrapper.biz-secondary-color {
- margin-right: 50px;
- }
-
- .biz-wrapper .biz-right-side-menu {
- position: fixed;
- top: 0;
- right: 0;
- height: 100%;
- width: 50px;
- }
-
- .biz-wrapper .biz-right-side-menu .right-side-menu-content-wrap .navbar-nav > li.nav-item > .nav-link {
- position: relative;
- 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;
- text-align: center;
- padding: .75rem .5rem;
- }
-
- .biz-wrapper .biz-right-side-menu .right-side-menu-content-wrap .navbar-nav > li.nav-item > .nav-link .nav-icon-wrap {
- height: 35px;
- width: 35px;
- display: flex;
- color: #fff;
- border-radius: 50%;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- justify-content: center;
- -webkit-justify-content: center;
- }
-
- .biz-wrapper .biz-right-side-menu .right-side-menu-content-wrap .navbar-nav .dropdown-menu-float-right-side {
- position: fixed !important;
- top: 0 !important;
- right: 60px !important;
- height: 100%;
- width: 350px !important;
- max-width: 350px !important;
- z-index: 100000;
- left: unset !important;
- transform: none !important;
- }
-
- .biz-wrapper.biz__icon__menu .biz-main-menu {
- padding-top: 0;
- }
- }
-
- @media(max-width:1199px) {
- .biz-right-side-menu {
- display: none;
- }
- }
-
- a.createform {
- right: 2px;
- position: relative;
- top: 0px;
- z-index: 5;
- }
- /*nav bar*/
- .dropdown-menu.userdetails.show {
- border-radius: 0px !important;
- transform: translate3d(-235px, 0px, 0px) !important;
- width: 230px;
- top: 12px !important;
- padding: 10px;
- border-radius: 4px !important;
- }
-
- #biz-layout-1-nav .dropdown-menu.userdetails.show {
- transform: none !important;
- top: 30px !important;
- right: 15px;
- }
-
- .branchshotcode {
- margin-left: 5px;
- font-size: 10px !important;
- font-weight: 400 !important;
- letter-spacing: 1px !important;
- }
-
- .nav-link.lnk_nav_changebranch {
- display: block !important;
- }
-
- @media(max-width:576px) {
- .biz-detail-avatar {
- position: relative;
- width: 30px !important;
- height: 30px !important;
- border-radius: 50%;
- display: flex !important;
- justify-content: center;
- align-items: center;
- margin-right: 5px;
- }
- #biz-banner-carousel .owl-stage-outer {
- height: 160px !important;
- }
- }
-
- .biz-submenu .navbar-nav.collapse-level-1 .nav-item .nav-link {
- font-size: 14px !important;
- padding: 5px 15px 5px 15px !important;
- }
-
- .biz-main-menu-hidden .biz-submenu .nav-options-container .nav-group-collapse-link {
- width: 240px !important;
- }
-
- .biz-submenu .nav-options-container .nav-group-collapse-link {
- width: 210px;
- }
-
- .biz-wrapper.biz__icon__menu .biz-submenu .navbar-nav.collapse-level-1 .nav-item .collapse-level-1 .nav-item .nav-link {
- padding-left: 25px !important;
- }
|