menu.css 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. /*
  2. Template Name: Moltran Dashboard
  3. Author: CoderThemes
  4. Email: coderthemes@gmail.com
  5. File: Topbar,Left-sidebar,Right-sidebar
  6. */
  7. .topbar {
  8. -webkit-box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.2);
  9. background: #ffffff;
  10. box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.2);
  11. left: 0px;
  12. /*position: fixed;
  13. right: 0;
  14. top: 0px;*/
  15. z-index: 999;
  16. }
  17. .topbar .topbar-left {
  18. background-color: #eeeeee;
  19. float: left;
  20. height: 50px;
  21. position: relative;
  22. width: 240px;
  23. z-index: 1;
  24. }
  25. .topbar .container {
  26. background-color: #fff;
  27. }
  28. .logo {
  29. color: #212121 !important;
  30. font-size: 18px;
  31. font-weight: 700;
  32. letter-spacing: .05em;
  33. line-height: 50px;
  34. text-transform: uppercase;
  35. }
  36. .logo h1 {
  37. height: 50px;
  38. margin: 0px auto;
  39. text-align: center;
  40. }
  41. .logo i {
  42. color: #ee6e73;
  43. font-size: 30px;
  44. margin-right: 5px;
  45. }
  46. .navbar-default {
  47. background-color: #ffffff;
  48. border-radius: 0px;
  49. border: none;
  50. margin-bottom: 0px;
  51. }
  52. .navbar-default .navbar-nav > .open > a {
  53. background-color: transparent;
  54. }
  55. .navbar-default .navbar-nav > .open > a:focus {
  56. background-color: transparent;
  57. }
  58. .navbar-default .navbar-nav > .open > a:hover {
  59. background-color: transparent;
  60. }
  61. .nav > li > a {
  62. color: #333333 !important;
  63. line-height: 50px;
  64. padding: 0px 15px;
  65. position: relative;
  66. }
  67. .nav > li > a i {
  68. font-size: 20px;
  69. }
  70. .nav > li > a .badge {
  71. position: absolute;
  72. right: 10px;
  73. top: 18px;
  74. }
  75. .profile img {
  76. border: 2px solid #edf0f0;
  77. height: 36px;
  78. width: 36px;
  79. }
  80. .dropdown-menu-lg {
  81. width: 300px;
  82. }
  83. .dropdown-menu-lg .list-group {
  84. margin-bottom: 0px;
  85. }
  86. .dropdown-menu-lg .list-group-item {
  87. border: none;
  88. padding: 10px 20px;
  89. }
  90. .dropdown-menu-lg .media-heading {
  91. margin-bottom: 0px;
  92. }
  93. .dropdown-menu-lg .media-body p {
  94. color: #828282;
  95. }
  96. .notifi-title {
  97. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  98. color: #000000;
  99. font-size: 16px;
  100. font-weight: 400;
  101. padding: 5px 0px 10px;
  102. }
  103. .navbar-form {
  104. border: none;
  105. box-shadow: none;
  106. padding: 0px;
  107. }
  108. .search-bar {
  109. background-color: transparent !important;
  110. border: none !important;
  111. box-shadow: none !important;
  112. color: #212121;
  113. font-size: 14px;
  114. height: 50px;
  115. margin-top: 3px;
  116. }
  117. .btn-search {
  118. display: none;
  119. }
  120. input.search-bar::-webkit-input-placeholder {
  121. color: rgba(0, 0, 0, 0.9);
  122. }
  123. input.search-bar:-moz-placeholder {
  124. color: rgba(0, 0, 0, 0.9);
  125. }
  126. input.search-bar::-moz-placeholder {
  127. color: rgba(0, 0, 0, 0.9);
  128. }
  129. input.search-bar:-ms-input-placeholder {
  130. color: rgba(0, 0, 0, 0.9);
  131. }
  132. .navbar-nav {
  133. margin: 0px;
  134. height:50px;
  135. }
  136. .side-menu {
  137. bottom: 0;
  138. top: 0;
  139. width: 240px;
  140. z-index: 2;
  141. }
  142. .side-menu.left {
  143. background: #2f353f;
  144. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  145. position: absolute;
  146. top: 50px;
  147. }
  148. body.fixed-left .side-menu.left {
  149. bottom: 50px;
  150. height: 100%;
  151. margin-bottom: -50px;
  152. margin-top: 0px;
  153. padding-bottom: 50px;
  154. position: fixed;
  155. }
  156. .content-page {
  157. margin-left: 240px;
  158. overflow: hidden;
  159. }
  160. .content-page > .content {
  161. margin-bottom: 60px;
  162. /*margin-top: 50px;*/
  163. /*padding: 20px 5px 15px 5px;*/
  164. padding: 20px 0px 0px 0px;
  165. }
  166. .button-menu-mobile {
  167. background: transparent;
  168. border: none;
  169. color: #888888;
  170. font-size: 21px;
  171. line-height: 50px;
  172. padding: 0px 15px;
  173. }
  174. .button-menu-mobile:hover {
  175. color: #212121;
  176. }
  177. .sidebar-inner {
  178. height: 100%;
  179. }
  180. #sidebar-menu,
  181. #sidebar-menu ul,
  182. #sidebar-menu li,
  183. #sidebar-menu a {
  184. border: 0;
  185. font-weight: normal;
  186. line-height: 1;
  187. list-style: none;
  188. margin: 0;
  189. padding: 0;
  190. position: relative;
  191. text-decoration: none;
  192. }
  193. #sidebar-menu {
  194. background-color: #2f353f;
  195. padding-bottom: 50px;
  196. /*width: 100%;*/
  197. margin-left: -10px;
  198. }
  199. #sidebar-menu a {
  200. line-height: 1.3;
  201. }
  202. #sidebar-menu ul ul {
  203. display: none;
  204. }
  205. #sidebar-menu ul .in {
  206. display: block;
  207. }
  208. #sidebar-menu ul ul li {
  209. border-top: 0;
  210. }
  211. #sidebar-menu ul ul li.active a {
  212. color: #ffffff;
  213. }
  214. #sidebar-menu ul ul a {
  215. color: #75798B;
  216. display: block;
  217. padding: 10px 25px 10px 65px;
  218. }
  219. #sidebar-menu ul ul a:hover {
  220. color: #ffffff;
  221. }
  222. #sidebar-menu ul ul a i {
  223. margin-right: 5px;
  224. }
  225. #sidebar-menu ul ul ul a {
  226. padding-left: 80px;
  227. }
  228. #sidebar-menu > ul > li > a {
  229. color: #a7b1c2;
  230. display: block;
  231. padding: 15px 25px;
  232. background: #2f353f;
  233. }
  234. #sidebar-menu > ul > li > a:hover {
  235. background: #272c35;
  236. text-decoration: none;
  237. }
  238. #sidebar-menu > ul > li > a > span {
  239. vertical-align: middle;
  240. }
  241. #sidebar-menu > ul > li > a > i {
  242. display: inline-block;
  243. font-size: 18px;
  244. line-height: 17px;
  245. margin-left: 3px;
  246. margin-right: 15px;
  247. text-align: center;
  248. vertical-align: middle;
  249. width: 20px;
  250. }
  251. #sidebar-menu > ul > li > a > i.i-right {
  252. float: right;
  253. margin: 3px 0 0 0;
  254. }
  255. #sidebar-menu > ul > li > a.active {
  256. background: #272c35 !important;
  257. color: #ffffff;
  258. }
  259. #sidebar-menu > ul > li > a.active.subdrop {
  260. background: #272c35 !important;
  261. }
  262. .subdrop {
  263. background: #272c35 !important;
  264. }
  265. #wrapper.enlarged #sidebar-menu ul ul {
  266. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  267. }
  268. #wrapper.enlarged .left.side-menu {
  269. /*padding-top: 80px;*/
  270. width: 50px;
  271. z-index: 5;
  272. }
  273. #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
  274. background-color: #272c35 !important;
  275. }
  276. #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:active {
  277. background-color: #272c35 !important;
  278. }
  279. #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus {
  280. background-color: #272c35 !important;
  281. }
  282. #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
  283. margin-right: 20px !important;
  284. margin-left: 0px !important;
  285. font-size: 20px;
  286. }
  287. #wrapper.enlarged .left.side-menu span.pull-right {
  288. display: none !important;
  289. }
  290. #wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
  291. position: relative;
  292. white-space: nowrap;
  293. }
  294. #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
  295. position: relative;
  296. width: 260px;
  297. }
  298. #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
  299. display: block;
  300. left: 50px;
  301. position: absolute;
  302. width: 190px;
  303. }
  304. #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
  305. background: #ffffff;
  306. border-left: 3px solid #edf0f0;
  307. border: none;
  308. box-shadow: none;
  309. padding-left: 15px;
  310. position: relative;
  311. width: 190px;
  312. z-index: 6;
  313. }
  314. #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
  315. color: #212121;
  316. }
  317. #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
  318. display: inline;
  319. }
  320. #wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
  321. color: #ffffff !important;
  322. }
  323. #wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
  324. display: none;
  325. }
  326. #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
  327. display: block;
  328. left: 190px;
  329. margin-top: -36px;
  330. position: absolute;
  331. width: 190px;
  332. }
  333. #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
  334. -ms-transform: rotate(270deg);
  335. -webkit-transform: rotate(270deg);
  336. position: absolute;
  337. right: 20px;
  338. top: 12px;
  339. transform: rotate(270deg);
  340. }
  341. #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
  342. color: #212121;
  343. }
  344. #wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
  345. display: none;
  346. padding-left: 10px;
  347. }
  348. #wrapper.enlarged .left.side-menu .user-details {
  349. display: none;
  350. }
  351. #wrapper.enlarged .content-page {
  352. margin-left: 50px;
  353. }
  354. #wrapper.enlarged .topbar .topbar-left {
  355. /*width: 50px !important;*/
  356. width:0px !important;
  357. }
  358. #wrapper.enlarged .topbar .topbar-left .logo span {
  359. display: none;
  360. opacity: 0;
  361. }
  362. #wrapper.enlarged .topbar .topbar-left .logo i {
  363. margin-right: 0px;
  364. }
  365. #wrapper.enlarged #sidebar-menu > ul > li:hover > a.open after {
  366. display: none;
  367. }
  368. #wrapper.enlarged #sidebar-menu > ul > li:hover > a.active after {
  369. display: none;
  370. }
  371. #wrapper.enlarged .footer {
  372. left: 50px;
  373. }
  374. .user-details {
  375. min-height: 80px;
  376. padding: 20px;
  377. position: relative;
  378. }
  379. .user-details img {
  380. position: relative;
  381. z-index: 9999;
  382. }
  383. .user-details .user-info {
  384. color: #444444;
  385. margin-left: 60px;
  386. position: relative;
  387. z-index: 99999;
  388. }
  389. .user-details .user-info a.dropdown-toggle {
  390. color: #ffffff;
  391. display: block;
  392. font-family: 'Roboto', sans-serif;
  393. font-size: 16px;
  394. font-weight: 600;
  395. padding-top: 5px;
  396. }
  397. #wrapper.right-bar-enabled .right-bar {
  398. right: 0;
  399. }
  400. #wrapper.right-bar-enabled .left-layout {
  401. left: 0;
  402. }
  403. .side-bar.right-bar {
  404. float: right !important;
  405. right: -266px;
  406. top: 50px;
  407. }
  408. .side-bar {
  409. -moz-transition: all 200ms ease-out;
  410. -webkit-transition: all 200ms ease-out;
  411. background-color: #ffffff;
  412. box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  413. display: block;
  414. float: left;
  415. height: 100%;
  416. overflow-y: auto;
  417. position: fixed;
  418. transition: all 200ms ease-out;
  419. width: 240px;
  420. }
  421. .right-bar {
  422. background: #ffffff !important;
  423. z-index: 99 !important;
  424. }
  425. .right-bar h4 {
  426. border-bottom: 1px solid #eeeeee;
  427. padding-bottom: 10px;
  428. }
  429. .contact-list {
  430. max-height: 600px;
  431. }
  432. .contact-list .list-group-item {
  433. border: none;
  434. }
  435. .contact-list .list-group-item:hover {
  436. background: #f5f5f5;
  437. }
  438. .contact-list i.offline {
  439. color: #ef5350;
  440. }
  441. .contact-list i.away {
  442. color: #ffd740;
  443. }
  444. .contacts-list .avatar {
  445. display: inline-block;
  446. float: left;
  447. margin-right: 5px;
  448. width: 30px;
  449. }
  450. .contacts-list .avatar img {
  451. border-radius: 50%;
  452. width: 100%;
  453. }
  454. .contacts-list .list-group-item span.name {
  455. color: #707780;
  456. display: inline-block;
  457. float: left;
  458. overflow: hidden;
  459. padding-left: 5px;
  460. padding-top: 6px;
  461. text-overflow: ellipsis;
  462. white-space: nowrap;
  463. width: 130px;
  464. }
  465. .contacts-list i.online {
  466. color: #a0d269;
  467. }
  468. .contacts-list i {
  469. color: #dddddd;
  470. float: right;
  471. font-size: 9px;
  472. line-height: 30px;
  473. }