sidebar-new.css_2 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. :root {
  2. --orange: #ffab00;
  3. --navcolor:black;
  4. }
  5. body{
  6. }
  7. .right-bar{
  8. right: 0px;
  9. }
  10. #slimScrollDiv{
  11. position: relative !important;
  12. }
  13. #sidebarRight{
  14. overflow: scroll !important;
  15. }
  16. .light-skin .main-sidebar{
  17. background-color:var(--orange);
  18. color:black !important;
  19. /*top:10px*/
  20. }
  21. .sidebar-menu li a{
  22. color: black !important;
  23. font-weight: bolder;
  24. }
  25. li.menu-open .sidebar a{
  26. background-color:black !important;
  27. color:white !important;
  28. }
  29. .main-header{
  30. width:101%;
  31. background-color:#ffffff !important;
  32. }
  33. .container-full
  34. {
  35. background-color:#ffffff !important;
  36. }
  37. .navbar-nav > .user-menu > a{
  38. border-left: 0px solid #cccccc !important;
  39. }
  40. .navbar-nav > .user-menu > a i{
  41. font-size: 1.714rem !important;
  42. }
  43. .content-wrapper
  44. {
  45. /*width:70%;*/
  46. background-color:#fff !important;
  47. }
  48. .sidebar-mini.sidebar-collapse .content-wrapper{
  49. padding-bottom: 40px;
  50. width: 93% !important;
  51. }
  52. .theme-primary.light-skin .sidebar-menu > li:hover > a, .theme-primary.light-skin .sidebar-menu > li:active > a, .theme-primary.light-skin .sidebar-menu > li.active > a{
  53. color:white !important;
  54. background-color:black !important;
  55. }
  56. .sidebar-menu > li.menu-open > a > i{
  57. color: #030303 !important;
  58. }
  59. .theme-primary.light-skin .sidebar-menu > li:hover > a > i, .theme-primary.light-skin .sidebar-menu > li:active > a > i, .theme-primary.light-skin .sidebar-menu > li.active > a > i {
  60. color:white !important;
  61. background-color: rgba(76, 149, 221, 0);
  62. }
  63. .footer-drop{
  64. width:100%;
  65. }
  66. /*button.footer-drop i{
  67. float:left;
  68. margin-left:15px;
  69. }
  70. button.footer-drop span{
  71. float:left;
  72. margin-left: 30px;
  73. }*/
  74. .dropdown-toggle::after{
  75. border-top: 0em solid transparent;
  76. border-right: 0;
  77. border-bottom: 0em solid transparent;
  78. border-left: 0em solid;
  79. }
  80. .main-sidebar .sidebar-footer{
  81. background-color:transparent !important;
  82. }
  83. #dropdownMenu2{
  84. border-radius: 0px;
  85. background: #ffd684;
  86. }
  87. #dropdownMenu2:hover{
  88. background: #ffd684 !important;
  89. }
  90. ul.footer-drop{
  91. border-radius: 5px;
  92. background-color:var(--orange);
  93. border-color: transparent;
  94. }
  95. ul.footer-drop li{
  96. text-align:-webkit-center;
  97. }
  98. ul.footer-drop li button{
  99. color:black !important;
  100. font-weight:bolder !important;
  101. }
  102. .right_bar
  103. {
  104. display:none;
  105. }
  106. .head_sub_div
  107. {
  108. background-color:black !important;
  109. }
  110. a i.fa-bars
  111. {
  112. color: #707070 !important;
  113. }
  114. button .pull-right-container{
  115. position: absolute;
  116. /*right: calc(100% - 56%);*/
  117. top: calc(100% - 60%);
  118. margin-top: -7px;
  119. }
  120. span.light-logo img{
  121. max-width: 75%;
  122. }
  123. .sidebar-mini.sidebar-collapse .dropdown button > span
  124. {
  125. border-top-right-radius: 5px;
  126. display: none !important;
  127. -webkit-transform: translateZ(0);
  128. }
  129. .full-nav-width{
  130. width:100% !important;
  131. }
  132. .mid-nav-width{
  133. width:19.29rem !important;
  134. }
  135. .main-header{
  136. height:0px;
  137. }
  138. .main-header .navbar
  139. {
  140. min-height:0px !important;
  141. }
  142. .fixed .content-wrapper{
  143. margin-top:0px;
  144. padding-top: 10px;
  145. }
  146. @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1)
  147. {
  148. .content-wrapper{
  149. width:75%;
  150. }
  151. body{
  152. padding:35px !important;
  153. }
  154. }
  155. @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  156. .navbar{
  157. display: flow-root !important;
  158. }
  159. a.push-btn:nth-child(2){
  160. display:none !important;
  161. }
  162. .sidebar-mini.sidebar-collapse .content-wrapper
  163. {
  164. width: 100% !important;
  165. }
  166. .head_sub_div,.navbar{
  167. background-color:var(--navcolor) !important;
  168. }
  169. .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
  170. display: block !important;
  171. }
  172. .sidebar-mini.sidebar-collapse .content-wrapper {
  173. margin-left: 0px;
  174. z-index: 840;
  175. }
  176. a i.fa-bars
  177. {
  178. color: #707070 !important;
  179. }
  180. .right_bar
  181. {
  182. display:inline !important;
  183. }
  184. .dropdown > button > i
  185. {
  186. width: 40px;
  187. height: 40px;
  188. line-height: 38px;
  189. font-size: 1.5714285714rem;
  190. display: inline-block;
  191. vertical-align: middle;
  192. color: #172b4c;
  193. text-align: center;
  194. border-radius: 100px;
  195. margin-right: 20px;
  196. background-color: transparent;
  197. }
  198. .sidebar-mini.sidebar-collapse .dropdown button > span
  199. {
  200. border-top-right-radius: 5px;
  201. display: none !important;
  202. -webkit-transform: translateZ(0);
  203. }
  204. .sidebar-menu li a{
  205. font-size:x-large !important;
  206. }
  207. .sidebar-footer button{
  208. font-size:x-large !important;
  209. }
  210. button .pull-right-container
  211. {
  212. position: absolute;
  213. right: calc(100% - 60%);
  214. top: calc(100% - 60%);
  215. margin-top: -7px;
  216. }
  217. .fixed .content-wrapper {
  218. margin-top: 80px;
  219. }
  220. }
  221. @media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  222. .sidebar-mini.sidebar-collapse .content-wrapper
  223. {
  224. width: 90% !important;
  225. }
  226. a i.fa-bars
  227. {
  228. color: #707070 !important;
  229. }
  230. li i.fa-bars:nth-child(1){
  231. display:none !important;
  232. }
  233. .right_bar{
  234. display:block !important;
  235. }
  236. .navbar-custom-menu .navbar-nav > li:last-child > a{
  237. margin: 6px 5px;
  238. }
  239. li i.fa-bars:nth-child(1) {
  240. display:block !important;
  241. }
  242. .left_bar{
  243. display:none !important;
  244. }
  245. .navbar-custom-menu .navbar-nav > li {
  246. height: 7vh;
  247. }
  248. .main-header div.logo-box{
  249. background:black !important;
  250. height: 7vh;
  251. width:19.3rem;
  252. }
  253. .main-header .navbar
  254. {
  255. min-height: 54px !important;
  256. background:black;
  257. }
  258. .fixed .main-header{
  259. /*position: relative !important;*/
  260. background-color:black !Important;
  261. }
  262. .fixed .content-wrapper{
  263. margin-top: 50px !important;
  264. }
  265. .sidebar-menu li a{
  266. font-size:x-large !important;
  267. }
  268. .sidebar-footer button{
  269. font-size:x-large !important;
  270. }
  271. }
  272. @media (max-width: 767px)
  273. {
  274. .fixed .content-wrapper {
  275. margin-top: 74px;
  276. }
  277. .main-header{
  278. height: 50px;
  279. }
  280. .main-header .navbar {
  281. height: 0px !important;
  282. padding: 1px 5px !important;
  283. }
  284. .main-sidebar{
  285. margin-top:0px !important;
  286. }
  287. .sidebar-menu {
  288. list-style: none;
  289. margin: 0 0px;
  290. padding: 80px 0px 50px 0px;
  291. }
  292. .sidebar-open .main-sidebar{
  293. /*width:27.29rem;*/
  294. }
  295. .fixed .multinav{
  296. height: calc(100% - 25px);
  297. }
  298. .head_sub_div,.navbar{
  299. background-color:var(--navcolor) !important;
  300. }
  301. .main-header > div .logo .logo-lg{
  302. margin-left: calc(100% + -190%) !important
  303. }
  304. a i.fa-bars
  305. {
  306. color: #707070 !important;
  307. }
  308. .count_h3{
  309. font-size: 9vw !important;
  310. font-weight: 400;
  311. }
  312. .full-nav-width{
  313. width:100% !important;
  314. }
  315. }
  316. @media (min-width: 992px) {
  317. }
  318. @media (max-width: 991px) {
  319. }