menu.css 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471
  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. }
  165. .button-menu-mobile {
  166. background: transparent;
  167. border: none;
  168. color: #888888;
  169. font-size: 21px;
  170. line-height: 50px;
  171. padding: 0px 15px;
  172. }
  173. .button-menu-mobile:hover {
  174. color: #212121;
  175. }
  176. .sidebar-inner {
  177. height: 100%;
  178. }
  179. #sidebar-menu,
  180. #sidebar-menu ul,
  181. #sidebar-menu li,
  182. #sidebar-menu a {
  183. border: 0;
  184. font-weight: normal;
  185. line-height: 1;
  186. list-style: none;
  187. margin: 0;
  188. padding: 0;
  189. position: relative;
  190. text-decoration: none;
  191. }
  192. #sidebar-menu {
  193. background-color: #2f353f;
  194. padding-bottom: 50px;
  195. /*width: 100%;*/
  196. margin-left: -10px;
  197. }
  198. #sidebar-menu a {
  199. line-height: 1.3;
  200. }
  201. #sidebar-menu ul ul {
  202. display: none;
  203. }
  204. #sidebar-menu ul .in {
  205. display: block;
  206. }
  207. #sidebar-menu ul ul li {
  208. border-top: 0;
  209. }
  210. #sidebar-menu ul ul li.active a {
  211. color: #ffffff;
  212. }
  213. #sidebar-menu ul ul a {
  214. color: #75798B;
  215. display: block;
  216. padding: 10px 25px 10px 65px;
  217. }
  218. #sidebar-menu ul ul a:hover {
  219. color: #ffffff;
  220. }
  221. #sidebar-menu ul ul a i {
  222. margin-right: 5px;
  223. }
  224. #sidebar-menu ul ul ul a {
  225. padding-left: 80px;
  226. }
  227. #sidebar-menu > ul > li > a {
  228. color: #a7b1c2;
  229. display: block;
  230. padding: 15px 25px;
  231. background: #2f353f;
  232. }
  233. #sidebar-menu > ul > li > a:hover {
  234. background: #272c35;
  235. text-decoration: none;
  236. }
  237. #sidebar-menu > ul > li > a > span {
  238. vertical-align: middle;
  239. }
  240. #sidebar-menu > ul > li > a > i {
  241. display: inline-block;
  242. font-size: 18px;
  243. line-height: 17px;
  244. margin-left: 3px;
  245. margin-right: 15px;
  246. text-align: center;
  247. vertical-align: middle;
  248. width: 20px;
  249. }
  250. #sidebar-menu > ul > li > a > i.i-right {
  251. float: right;
  252. margin: 3px 0 0 0;
  253. }
  254. #sidebar-menu > ul > li > a.active {
  255. background: #272c35 !important;
  256. color: #ffffff;
  257. }
  258. #sidebar-menu > ul > li > a.active.subdrop {
  259. background: #272c35 !important;
  260. }
  261. .subdrop {
  262. background: #272c35 !important;
  263. }
  264. #wrapper.enlarged #sidebar-menu ul ul {
  265. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  266. }
  267. #wrapper.enlarged .left.side-menu {
  268. /*padding-top: 80px;*/
  269. width: 50px;
  270. z-index: 5;
  271. }
  272. #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
  273. background-color: #272c35 !important;
  274. }
  275. #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:active {
  276. background-color: #272c35 !important;
  277. }
  278. #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus {
  279. background-color: #272c35 !important;
  280. }
  281. #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
  282. margin-right: 20px !important;
  283. margin-left: 0px !important;
  284. font-size: 20px;
  285. }
  286. #wrapper.enlarged .left.side-menu span.pull-right {
  287. display: none !important;
  288. }
  289. #wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
  290. position: relative;
  291. white-space: nowrap;
  292. }
  293. #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
  294. position: relative;
  295. width: 260px;
  296. }
  297. #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
  298. display: block;
  299. left: 50px;
  300. position: absolute;
  301. width: 190px;
  302. }
  303. #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
  304. background: #ffffff;
  305. border-left: 3px solid #edf0f0;
  306. border: none;
  307. box-shadow: none;
  308. padding-left: 15px;
  309. position: relative;
  310. width: 190px;
  311. z-index: 6;
  312. }
  313. #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
  314. color: #212121;
  315. }
  316. #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
  317. display: inline;
  318. }
  319. #wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
  320. color: #ffffff !important;
  321. }
  322. #wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
  323. display: none;
  324. }
  325. #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
  326. display: block;
  327. left: 190px;
  328. margin-top: -36px;
  329. position: absolute;
  330. width: 190px;
  331. }
  332. #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
  333. -ms-transform: rotate(270deg);
  334. -webkit-transform: rotate(270deg);
  335. position: absolute;
  336. right: 20px;
  337. top: 12px;
  338. transform: rotate(270deg);
  339. }
  340. #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
  341. color: #212121;
  342. }
  343. #wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
  344. display: none;
  345. padding-left: 10px;
  346. }
  347. #wrapper.enlarged .left.side-menu .user-details {
  348. display: none;
  349. }
  350. #wrapper.enlarged .content-page {
  351. margin-left: 50px;
  352. }
  353. #wrapper.enlarged .topbar .topbar-left {
  354. width: 50px !important;
  355. }
  356. #wrapper.enlarged .topbar .topbar-left .logo span {
  357. display: none;
  358. opacity: 0;
  359. }
  360. #wrapper.enlarged .topbar .topbar-left .logo i {
  361. margin-right: 0px;
  362. }
  363. #wrapper.enlarged #sidebar-menu > ul > li:hover > a.open after {
  364. display: none;
  365. }
  366. #wrapper.enlarged #sidebar-menu > ul > li:hover > a.active after {
  367. display: none;
  368. }
  369. #wrapper.enlarged .footer {
  370. left: 50px;
  371. }
  372. .user-details {
  373. min-height: 80px;
  374. padding: 20px;
  375. position: relative;
  376. }
  377. .user-details img {
  378. position: relative;
  379. z-index: 9999;
  380. }
  381. .user-details .user-info {
  382. color: #444444;
  383. margin-left: 60px;
  384. position: relative;
  385. z-index: 99999;
  386. }
  387. .user-details .user-info a.dropdown-toggle {
  388. color: #ffffff;
  389. display: block;
  390. font-family: 'Roboto', sans-serif;
  391. font-size: 16px;
  392. font-weight: 600;
  393. padding-top: 5px;
  394. }
  395. #wrapper.right-bar-enabled .right-bar {
  396. right: 0;
  397. }
  398. #wrapper.right-bar-enabled .left-layout {
  399. left: 0;
  400. }
  401. .side-bar.right-bar {
  402. float: right !important;
  403. right: -266px;
  404. top: 50px;
  405. }
  406. .side-bar {
  407. -moz-transition: all 200ms ease-out;
  408. -webkit-transition: all 200ms ease-out;
  409. background-color: #ffffff;
  410. box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  411. display: block;
  412. float: left;
  413. height: 100%;
  414. overflow-y: auto;
  415. position: fixed;
  416. transition: all 200ms ease-out;
  417. width: 240px;
  418. }
  419. .right-bar {
  420. background: #ffffff !important;
  421. z-index: 99 !important;
  422. }
  423. .right-bar h4 {
  424. border-bottom: 1px solid #eeeeee;
  425. padding-bottom: 10px;
  426. }
  427. .contact-list {
  428. max-height: 600px;
  429. }
  430. .contact-list .list-group-item {
  431. border: none;
  432. }
  433. .contact-list .list-group-item:hover {
  434. background: #f5f5f5;
  435. }
  436. .contact-list i.offline {
  437. color: #ef5350;
  438. }
  439. .contact-list i.away {
  440. color: #ffd740;
  441. }
  442. .contacts-list .avatar {
  443. display: inline-block;
  444. float: left;
  445. margin-right: 5px;
  446. width: 30px;
  447. }
  448. .contacts-list .avatar img {
  449. border-radius: 50%;
  450. width: 100%;
  451. }
  452. .contacts-list .list-group-item span.name {
  453. color: #707780;
  454. display: inline-block;
  455. float: left;
  456. overflow: hidden;
  457. padding-left: 5px;
  458. padding-top: 6px;
  459. text-overflow: ellipsis;
  460. white-space: nowrap;
  461. width: 130px;
  462. }
  463. .contacts-list i.online {
  464. color: #a0d269;
  465. }
  466. .contacts-list i {
  467. color: #dddddd;
  468. float: right;
  469. font-size: 9px;
  470. line-height: 30px;
  471. }