style-responsive.css 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  1. @media (min-width: 980px) {
  2. /*-----*/
  3. .custom-bar-chart {
  4. margin-bottom: 40px;
  5. }
  6. }
  7. @media (min-width: 768px) and (max-width: 979px) {
  8. .mail-box .sm-side {
  9. width: 30%;
  10. }
  11. .mail-box .lg-side {
  12. width: 70%;
  13. }
  14. /*-----*/
  15. .custom-bar-chart {
  16. margin-bottom: 40px;
  17. }
  18. }
  19. @media (max-width: 768px) {
  20. .header {
  21. position: absolute;
  22. }
  23. /*sidebar*/
  24. #sidebar {
  25. height: auto;
  26. overflow: hidden;
  27. position: absolute;
  28. width: 100%;
  29. z-index: 1001;
  30. }
  31. /* body container */
  32. #main-content {
  33. margin: 0px!important;
  34. position: none !important;
  35. }
  36. #sidebar > ul > li > a > span {
  37. line-height: 35px;
  38. }
  39. #sidebar > ul > li {
  40. margin: 0 10px 5px 10px;
  41. }
  42. #sidebar > ul > li > a {
  43. height:35px;
  44. line-height:35px;
  45. padding: 0 10px;
  46. text-align: left;
  47. }
  48. #sidebar > ul > li > a i{
  49. /*display: none !important;*/
  50. }
  51. .mail-info, .mail-info:hover {
  52. display: none !important;
  53. }
  54. #sidebar ul > li > a .arrow, #sidebar > ul > li > a .arrow.open {
  55. margin-right: 10px;
  56. margin-top: 15px;
  57. }
  58. #sidebar ul > li.active > a .arrow, #sidebar ul > li > a:hover .arrow, #sidebar ul > li > a:focus .arrow,
  59. #sidebar > ul > li.active > a .arrow.open, #sidebar > ul > li > a:hover .arrow.open, #sidebar > ul > li > a:focus .arrow.open{
  60. margin-top: 15px;
  61. }
  62. #sidebar > ul > li > a, #sidebar > ul > li > ul.sub > li {
  63. width: 100%;
  64. }
  65. #sidebar > ul > li > ul.sub > li > a {
  66. background: transparent !important ;
  67. }
  68. #sidebar > ul > li > ul.sub > li > a:hover {
  69. /*background: #4A8BC2 !important ;*/
  70. }
  71. /* sidebar */
  72. #sidebar {
  73. margin: 0px !important;
  74. }
  75. /* sidebar collabler */
  76. #sidebar .btn-navbar.collapsed .arrow {
  77. display: none;
  78. }
  79. #sidebar .btn-navbar .arrow {
  80. position: absolute;
  81. right: 35px;
  82. width: 0;
  83. height: 0;
  84. top:48px;
  85. border-bottom: 15px solid #282e36;
  86. border-left: 15px solid transparent;
  87. border-right: 15px solid transparent;
  88. }
  89. /*---------*/
  90. .btn {
  91. margin-bottom: 5px;
  92. }
  93. .mail-box aside {
  94. display: block;
  95. }
  96. .mail-box .sm-side , .mail-box .lg-side{
  97. width: 100% ;
  98. }
  99. /* full calendar fix */
  100. .fc-header-right {
  101. left:25px;
  102. position: absolute;
  103. }
  104. .fc-header-left .fc-button {
  105. margin: 0px !important;
  106. top: -10px !important;
  107. }
  108. .fc-header-right .fc-button {
  109. margin: 0px !important;
  110. top: -50px !important;
  111. }
  112. .fc-state-active, .fc-state-active .fc-button-inner, .fc-state-hover, .fc-state-hover .fc-button-inner {
  113. background: none !important;
  114. color: #FFFFFF !important;
  115. }
  116. .fc-state-default, .fc-state-default .fc-button-inner {
  117. background: none !important;
  118. }
  119. .fc-button {
  120. border: none !important;
  121. margin-right: 2px;
  122. }
  123. .fc-view {
  124. top: 0px !important;
  125. }
  126. .fc-button .fc-button-inner {
  127. margin: 0px !important;
  128. padding: 2px !important;
  129. border: none !important;
  130. margin-right: 2px !important;
  131. background-color: #fafafa !important;
  132. background-image: -moz-linear-gradient(top, #fafafa, #efefef) !important;
  133. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef)) !important;
  134. background-image: -webkit-linear-gradient(top, #fafafa, #efefef) !important;
  135. background-image: -o-linear-gradient(top, #fafafa, #efefef) !important;
  136. background-image: linear-gradient(to bottom, #fafafa, #efefef) !important;
  137. filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0) !important;
  138. -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
  139. -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
  140. box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
  141. -webkit-border-radius: 3px !important;
  142. -moz-border-radius: 3px !important;
  143. border-radius: 3px !important;
  144. color: #646464 !important;
  145. border: 1px solid #ddd !important;
  146. text-shadow: 0 1px 0px rgba(255, 255, 255, .6) !important;
  147. text-align: center;
  148. }
  149. .fc-button.fc-state-disabled .fc-button-inner {
  150. color: #bcbbbb !important;
  151. }
  152. .fc-button.fc-state-active .fc-button-inner {
  153. background-color: #e5e4e4 !important;
  154. background-image: -moz-linear-gradient(top, #e5e4e4, #dddcdc) !important;
  155. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e4e4), to(#dddcdc)) !important;
  156. background-image: -webkit-linear-gradient(top, #e5e4e4, #dddcdc) !important;
  157. background-image: -o-linear-gradient(top, #e5e4e4, #dddcdc) !important;
  158. background-image: linear-gradient(to bottom, #e5e4e4, #dddcdc) !important;
  159. filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e5e4e4', endColorstr='#dddcdc', GradientType=0) !important;
  160. }
  161. .fc-content {
  162. margin-top: 50px;
  163. }
  164. .fc-header-title h2 {
  165. line-height: 40px !important;
  166. font-size: 12px !important;
  167. }
  168. .fc-header {
  169. margin-bottom:0px !important;
  170. }
  171. /*--*/
  172. /*.chart-position {*/
  173. /*margin-top: 0px;*/
  174. /*}*/
  175. .timeline-desk .album a {
  176. margin-bottom: 5px;
  177. margin-right: 4px;
  178. }
  179. .stepy-titles li {
  180. margin: 10px 3px;
  181. }
  182. .mail-option .btn {
  183. margin-bottom: 0;
  184. }
  185. .boxed-page .container #sidebar {
  186. position:absolute;
  187. }
  188. /*--horizontal menu--*/
  189. .full-width .navbar-toggle {
  190. border: 1px solid #eaeaea;
  191. }
  192. .full-width .navbar-toggle .icon-bar {
  193. background: #c7c7c7;
  194. }
  195. .full-width .navbar-toggle {
  196. float: left;
  197. margin-top: 12px;
  198. }
  199. .horizontal-menu {
  200. float: left;
  201. margin-left:0px;
  202. width: 70%;
  203. margin-top: 10px;
  204. }
  205. .top-nav {
  206. position: absolute;
  207. right: 10px;
  208. top: 0px;
  209. }
  210. .horizontal-menu .navbar-nav > li > a {
  211. padding-bottom: 10px;
  212. padding-top: 10px;
  213. }
  214. /*-----*/
  215. .custom-bar-chart {
  216. margin-bottom: 40px;
  217. }
  218. /*menu icon plus minus*/
  219. .dcjq-icon {
  220. top: 10px;
  221. }
  222. ul.sidebar-menu li ul.sub li a {
  223. padding: 0;
  224. }
  225. /*---*/
  226. .img-responsive {
  227. width: 100%;
  228. }
  229. }
  230. @media (max-width: 480px) {
  231. .notify-row, .search, .dont-show , .inbox-head .sr-input, .inbox-head .sr-btn{
  232. display: none;
  233. }
  234. .mail-box aside {
  235. display: block;
  236. }
  237. .mail-box .sm-side , .mail-box .lg-side{
  238. width: 100% ;
  239. }
  240. #top_menu .nav > li, ul.top-menu > li {
  241. float: right;
  242. }
  243. .hidden-phone {
  244. display: none !important;
  245. }
  246. .dataTables_filter {
  247. float: left;
  248. }
  249. .dataTables_info {
  250. margin-bottom: 10px;
  251. }
  252. .mail-option .btn {
  253. margin-bottom: 0;
  254. }
  255. .mail-option .inbox-pagination {
  256. margin-top: 10px;
  257. float: left;
  258. }
  259. .chart-position {
  260. margin-top: 0px;
  261. }
  262. /*--horizontal menu--*/
  263. .full-width .navbar-toggle {
  264. border: 1px solid #eaeaea;
  265. }
  266. .full-width .navbar-toggle .icon-bar {
  267. background: #c7c7c7;
  268. }
  269. .full-width .navbar-toggle {
  270. float: left;
  271. margin-top: 12px;
  272. }
  273. .horizontal-menu {
  274. float: left;
  275. margin-left:0px;
  276. width: 100%;
  277. }
  278. .top-nav {
  279. position: absolute;
  280. right: 10px;
  281. top: 0px;
  282. }
  283. .horizontal-menu .navbar-nav > li > a {
  284. padding-bottom: 10px;
  285. padding-top: 10px;
  286. }
  287. .ms-container {
  288. width: 100%;
  289. }
  290. }
  291. @media (max-width:320px) {
  292. .login-social-link a {
  293. padding: 15px 17px !important;
  294. }
  295. .notify-row, .search, .dont-show, .inbox-head .sr-input, .inbox-head .sr-btn {
  296. display: none;
  297. }
  298. .mail-box aside {
  299. display: block ;
  300. }
  301. .mail-box .sm-side , .mail-box .lg-side{
  302. width: 100% ;
  303. }
  304. #top_menu .nav > li, ul.top-menu > li {
  305. float: right;
  306. }
  307. .hidden-phone {
  308. display: none !important;
  309. }
  310. .dataTables_filter {
  311. float: left;
  312. }
  313. .dataTables_info {
  314. margin-bottom: 10px;
  315. }
  316. .mail-option .btn {
  317. margin-bottom: 0;
  318. }
  319. .mail-option .inbox-pagination {
  320. margin-top: 10px;
  321. float: left;
  322. }
  323. .chart-position {
  324. margin-top: 0px;
  325. }
  326. .lock-wrapper {
  327. margin: 10% auto;
  328. max-width: 310px;
  329. }
  330. .lock-input {
  331. width: 82%;
  332. }
  333. }