style-responsive.css 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  1. @media all and (max-width:1199px) and (min-width:992px)
  2. {
  3. .navbar-form {
  4. display: none;
  5. }
  6. }
  7. @media all and (max-width:991px) and (min-width:768px)
  8. {
  9. body {
  10. -ms-overflow-x: hidden;
  11. }
  12. .table-responsive {
  13. border: 1px solid rgb(221, 221, 221); border-image: none; width: 100%; margin-bottom: 15px; -ms-overflow-x: scroll; -ms-overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-overflow-scrolling: touch;
  14. }
  15. .table-responsive > .table {
  16. margin-bottom: 0px;
  17. }
  18. .table-responsive > .table > thead > tr > th {
  19. white-space: nowrap;
  20. }
  21. .table-responsive > .table > tbody > tr > th {
  22. white-space: nowrap;
  23. }
  24. .table-responsive > .table > tfoot > tr > th {
  25. white-space: nowrap;
  26. }
  27. .table-responsive > .table > thead > tr > td {
  28. white-space: nowrap;
  29. }
  30. .table-responsive > .table > tbody > tr > td {
  31. white-space: nowrap;
  32. }
  33. .table-responsive > .table > tfoot > tr > td {
  34. white-space: nowrap;
  35. }
  36. .table-responsive > .table-bordered {
  37. border: 0px currentColor; border-image: none;
  38. }
  39. .table-responsive > .table-bordered > thead > tr > th:first-child {
  40. border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
  41. }
  42. .table-responsive > .table-bordered > tbody > tr > th:first-child {
  43. border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
  44. }
  45. .table-responsive > .table-bordered > tfoot > tr > th:first-child {
  46. border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
  47. }
  48. .table-responsive > .table-bordered > thead > tr > td:first-child {
  49. border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
  50. }
  51. .table-responsive > .table-bordered > tbody > tr > td:first-child {
  52. border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
  53. }
  54. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  55. border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
  56. }
  57. .table-responsive > .table-bordered > thead > tr > th:last-child {
  58. border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
  59. }
  60. .table-responsive > .table-bordered > tbody > tr > th:last-child {
  61. border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
  62. }
  63. .table-responsive > .table-bordered > tfoot > tr > th:last-child {
  64. border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
  65. }
  66. .table-responsive > .table-bordered > thead > tr > td:last-child {
  67. border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
  68. }
  69. .table-responsive > .table-bordered > tbody > tr > td:last-child {
  70. border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
  71. }
  72. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  73. border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
  74. }
  75. .table-responsive > .table-bordered > tbody > tr:last-child > th {
  76. border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
  77. }
  78. .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  79. border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
  80. }
  81. .table-responsive > .table-bordered > tbody > tr:last-child > td {
  82. border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
  83. }
  84. .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  85. border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
  86. }
  87. .button-menu-mobile {
  88. display: block;
  89. }
  90. .navbar {
  91. margin: 0px;
  92. }
  93. .mobile-sidebar {
  94. left: 0px;
  95. }
  96. .mobile-content {
  97. left: 225px; right: -225px;
  98. }
  99. .box-info .icon-box {
  100. width: 45px; font-size: 20px; margin-top: 5px;
  101. }
  102. .box-info .text-box p {
  103. font-size: 11px;
  104. }
  105. .toolbar-btn-action {
  106. text-align: center;
  107. }
  108. .gallery-wrap .column .inner .img-wrap {
  109. background: rgb(221, 221, 221); height: 60px; overflow: hidden;
  110. }
  111. .gallery-wrap .column-3 .inner .img-wrap {
  112. background: rgb(221, 221, 221); height: 140px; overflow: hidden;
  113. }
  114. .gallery-wrap .column-4 .inner .img-wrap {
  115. background: rgb(221, 221, 221); height: 100px; overflow: hidden;
  116. }
  117. .user-profile-sidebar {
  118. text-align: center;
  119. }
  120. .navbar-form {
  121. display: none;
  122. }
  123. .notifications-menu {
  124. display: none !important;
  125. }
  126. .tasks-menu {
  127. display: none !important;
  128. }
  129. .nav > .topbar-profile > a {
  130. padding: 25px 15px;
  131. }
  132. .nexus-stats .right {
  133. min-width: 315px;
  134. }
  135. .nexus-stats .right .block {
  136. padding: 5px 16px;
  137. }
  138. }
  139. @media all and (max-width:767px)
  140. {
  141. body {
  142. -ms-overflow-x: hidden;
  143. }
  144. .mobile-sidebar {
  145. left: 0px;
  146. }
  147. .mobile-content {
  148. left: 250px; right: -250px;
  149. }
  150. .box-info table {
  151. margin: 0px;
  152. }
  153. .box-info .table-responsive {
  154. border: currentColor; border-image: none;
  155. }
  156. .nav.navbar-nav.top-navbar li span.absolute {
  157. left: 25px;
  158. }
  159. .box-info .additional .list-group {
  160. margin-bottom: -10px;
  161. }
  162. .toolbar-btn-action {
  163. text-align: center;
  164. }
  165. .gallery-wrap .column {
  166. width: 25%;
  167. }
  168. .gallery-wrap .column-4 {
  169. width: 33.33%;
  170. }
  171. .gallery-wrap .column-3 {
  172. width: 50%;
  173. }
  174. .gallery-wrap .column .inner .img-wrap {
  175. background: rgb(221, 221, 221); height: 70px; overflow: hidden;
  176. }
  177. .gallery-wrap .column-3 .inner .img-wrap {
  178. background: rgb(221, 221, 221); height: 140px; overflow: hidden;
  179. }
  180. .gallery-wrap .column-4 .inner .img-wrap {
  181. background: rgb(221, 221, 221); height: 105px; overflow: hidden;
  182. }
  183. .widget.box-messages {
  184. margin-top: 0px;
  185. }
  186. footer {
  187. text-align: center;
  188. }
  189. .navbar-nav {
  190. margin: 0px; float: left;
  191. }
  192. .navbar {
  193. border-width: medium medium 1px; border-style: none none solid; border-color: currentColor currentColor rgb(229, 229, 229); border-image: none;
  194. }
  195. .navbar-nav .open .dropdown-menu {
  196. background: rgb(255, 255, 255); left: auto; right: 0px; float: left; position: absolute; z-index: 100; box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
  197. }
  198. :last-child.navbar-nav.navbar-right {
  199. height: 50px; margin-right: -15px;
  200. }
  201. .open > .dropdown-menu {
  202. display: block;
  203. }
  204. .nav-tabs.nav-justified > li {
  205. width: 1%; display: table-cell;
  206. }
  207. .navbar-nav > li > a {
  208. }
  209. .navbar-right {
  210. float: right;
  211. }
  212. .navbar-nav > li {
  213. display: none;
  214. }
  215. .lock-screen {
  216. text-align: center;
  217. }
  218. .profile-actions {
  219. top: 60px; bottom: auto;
  220. }
  221. .widget-tabbed {
  222. margin-top: 40px;
  223. }
  224. .widget-tabbed .nav-tabs a {
  225. font-size: 0px !important;
  226. }
  227. .widget-tabbed .nav-tabs a i {
  228. font-size: 18px !important;
  229. }
  230. .the-timeline ul li.the-year {
  231. font-size: 30px;
  232. }
  233. .ava-lock-screen {
  234. text-align: center; margin-bottom: 20px;
  235. }
  236. .ava-lock-screen img {
  237. margin: 0px; width: 100px;
  238. }
  239. .open-right-sidebar .hide-phone {
  240. display: none;
  241. }
  242. .la-pricing-table .la-col-4 {
  243. width: 50%;
  244. }
  245. .user-profile-sidebar {
  246. text-align: center;
  247. }
  248. .side-menu {
  249. background: rgb(242, 242, 242); left: 0px; display: none; z-index: 10 !important;
  250. }
  251. .enlarged .side-menu {
  252. left: 0px; top: 68px; display: block;
  253. }
  254. .widget-user .widget-user-header {
  255. margin-top: 0px;
  256. }
  257. .left .box {
  258. margin-bottom: 0px; border-bottom-color: rgb(229, 229, 229); border-bottom-width: 1px; border-bottom-style: solid;
  259. }
  260. .content-page {
  261. margin: 0px;
  262. }
  263. .button-menu-mobile:hover {
  264. color: rgb(255, 255, 255);
  265. }
  266. .fixed-left-void .side-menu.left {
  267. display: block;
  268. }
  269. .enlarged#wrapper .content-page {
  270. opacity: 0.4;
  271. }
  272. }
  273. @media all and (max-width:480px)
  274. {
  275. .box-info .icon-box {
  276. width: 100%; display: block;
  277. }
  278. .box-info .icon-box {
  279. text-align: center;
  280. }
  281. .box-info .text-box {
  282. text-align: center;
  283. }
  284. .gallery-wrap .column {
  285. width: 33.33%;
  286. }
  287. .gallery-wrap .column-3 {
  288. width: 33.33%;
  289. }
  290. .gallery-wrap .column-4 {
  291. width: 33.33%;
  292. }
  293. .gallery-wrap .column .inner .img-wrap {
  294. height: 70px;
  295. }
  296. .gallery-wrap .column-3 .inner .img-wrap {
  297. height: 70px;
  298. }
  299. .gallery-wrap .column-4 .inner .img-wrap {
  300. height: 70px;
  301. }
  302. .login-wrap {
  303. margin: 20px 0px 0px;
  304. }
  305. .navbar-default {
  306. border: currentColor; border-image: none;
  307. }
  308. .open-right-sidebar .topbar-profile {
  309. display: none;
  310. }
  311. .open-right-sidebar .hide-phone {
  312. display: none;
  313. }
  314. .the-timeline ul li.the-year {
  315. font-size: 20px; margin-left: 37%;
  316. }
  317. :not(.enlarged)#wrapper .topbar-profile {
  318. display: none;
  319. }
  320. :not(.enlarged)#wrapper .hide-phone {
  321. display: none;
  322. }
  323. #wrapper .content-page {
  324. width: 100%; padding-left: 0px; margin-left: 0px !important; display: inline-block;
  325. }
  326. .content-page > .content-wrapper {
  327. padding: 0px;
  328. }
  329. .topbar {
  330. border-bottom-color: rgb(229, 229, 229); border-bottom-width: 1px; border-bottom-style: solid;
  331. }
  332. .topbar .topbar-left {
  333. width: 250px;
  334. }
  335. .button-menu-mobile:hover {
  336. color: rgb(255, 255, 255);
  337. }
  338. .topbar .title {
  339. display: none;
  340. }
  341. .enlarged .topbar .title {
  342. display: block;
  343. }
  344. .widget-user .widget-user-header {
  345. margin-top: 0px;
  346. }
  347. .logout {
  348. display: block !important;
  349. }
  350. .open-right-sidebar .content-page > .content {
  351. opacity: 0;
  352. }
  353. .side-menu {
  354. left: 0px; display: none; z-index: 10 !important;
  355. }
  356. .side-menu.left {
  357. background: rgb(248, 248, 248); left: 0px; top: 68px;
  358. }
  359. .enlarged .side-menu {
  360. display: block;
  361. }
  362. #weather h2 {
  363. top: 90px;
  364. }
  365. #weather .w-region {
  366. top: 250px;
  367. }
  368. #stock-widget #stock-title {
  369. display: none;
  370. }
  371. #stock-widget .stock-options {
  372. margin-left: 15px;
  373. }
  374. .button-menu-mobile {
  375. display: block;
  376. }
  377. }
  378. @media all and (max-width:420px)
  379. {
  380. .hide-phone {
  381. display: none !important;
  382. }
  383. }
  384. @media all and (max-width:360px)
  385. {
  386. .gallery-wrap .column {
  387. width: 50%;
  388. }
  389. .gallery-wrap .column-3 {
  390. width: 50%;
  391. }
  392. .gallery-wrap .column-4 {
  393. width: 50%;
  394. }
  395. .gallery-wrap .column .inner .img-wrap {
  396. height: 80px;
  397. }
  398. .gallery-wrap .column-3 .inner .img-wrap {
  399. height: 80px;
  400. }
  401. .gallery-wrap .column-4 .inner .img-wrap {
  402. height: 80px;
  403. }
  404. .la-pricing-table .la-col-4 {
  405. width: 100%;
  406. }
  407. }
  408. @media all and (max-width:320px)
  409. {
  410. .gallery-wrap .column {
  411. width: 50%;
  412. }
  413. .gallery-wrap .column-3 {
  414. width: 50%;
  415. }
  416. .gallery-wrap .column-4 {
  417. width: 50%;
  418. }
  419. .gallery-wrap .column .inner .img-wrap {
  420. height: 70px;
  421. }
  422. .gallery-wrap .column-3 .inner .img-wrap {
  423. height: 70px;
  424. }
  425. .gallery-wrap .column-4 .inner .img-wrap {
  426. height: 70px;
  427. }
  428. }