base.css 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. * { padding:0; margin:0; outline:0; }
  2. body{
  3. margin: 0;
  4. margin-top: 0px;
  5. margin-left: auto;
  6. margin-right: auto;
  7. padding: 0 0 0 0px;
  8. font-size: 14px;
  9. text-align:center;
  10. float:center;
  11. font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
  12. }
  13. .header {
  14. display: block;
  15. height: 65px;
  16. width: 100%;
  17. position: fixed;
  18. padding: 0;
  19. z-index: 1040;
  20. background-color: #fff;
  21. border-bottom: 1px solid #e9eaec;
  22. margin-bottom: 0;
  23. transition: all .2s ease;
  24. -webkit-transition: all .2s ease;
  25. -moz-transition: all .2s ease;
  26. -o-transition: all .2s ease;
  27. -ms-transition: all .2s ease;
  28. }
  29. .swlink {
  30. text-indent: -9999px;
  31. height: 0;
  32. line-height: 0;
  33. font-size: 0;
  34. overflow: hidden;
  35. }
  36. header .header-container .nav-left>li, .header .header-container .nav-right>li {
  37. float: left;
  38. }
  39. .search-box {
  40. margin-right: 20px;
  41. position: relative;
  42. }
  43. .header .header-container .nav-logo {
  44. float: left;
  45. padding-left: 40px;
  46. padding-top: 8px;
  47. }
  48. .header .header-container .nav-left {
  49. float: left;
  50. }
  51. .header .header-container .nav-left, .header .header-container .nav-right {
  52. position: relative;
  53. list-style: none;
  54. padding-left: 0;
  55. margin-bottom: 0;
  56. }
  57. .header .header-container .nav-right {
  58. float: right;
  59. margin-right: 30px;
  60. }
  61. .header .header-container .nav-left, .header .header-container .nav-right {
  62. position: relative;
  63. list-style: none;
  64. padding-left: 0;
  65. margin-bottom: 0;
  66. }
  67. .header .header-container .nav-left>li>a i, .header .header-container .nav-right>li>a i {
  68. font-size: 18px;
  69. vertical-align: middle;
  70. color: #fff;
  71. border-radius: 50%;
  72. border: 1px solid #f1f1f1;
  73. padding: 8px;
  74. color: #999;
  75. transition: all .3s ease-in-out;
  76. -webkit-transition: all .3s ease-in-out;
  77. -moz-transition: all .3s ease-in-out;
  78. -o-transition: all .3s ease-in-out;
  79. -ms-transition: all .3s ease-in-out;
  80. }
  81. .sidenav-fold-toggler{
  82. }
  83. [class^=lni-], [class*=" lni-"] {
  84. font-family: lineicons!important;
  85. speak: none;
  86. font-style: normal;
  87. font-weight: 400;
  88. font-variant: normal;
  89. text-transform: none;
  90. line-height: 1;
  91. -webkit-font-smoothing: antialiased;
  92. -moz-osx-font-smoothing: grayscale;
  93. }
  94. .side-nav-dark .side-nav {
  95. background-color: #212529;
  96. color: #99abb4;
  97. }
  98. .side-nav {
  99. width: 250px;
  100. background-color: #fff;
  101. z-index: 1000;
  102. top: 65px;
  103. bottom: 0;
  104. position: fixed;
  105. overflow-y: auto;
  106. transition: all .2s ease;
  107. -webkit-transition: all .2s ease;
  108. -moz-transition: all .2s ease;
  109. -o-transition: all .2s ease;
  110. -ms-transition: all .2s ease;
  111. }
  112. .side-nav-folded .side-nav {
  113. width: 1px;
  114. padding-right: 1px;
  115. padding-left: 1px;
  116. }
  117. @media only screen and (min-width:992px) {
  118. .side-nav-folded .page-container {
  119. padding-left: 0px
  120. }
  121. }
  122. @media only screen and (max-width:992px) {
  123. .side-nav-folded .page-container {
  124. padding-left: 0
  125. }
  126. }
  127. .page-container {
  128. min-height: 100vh;
  129. padding-left: 250px;
  130. transition: all .2s ease;
  131. -webkit-transition: all .2s ease;
  132. -moz-transition: all .2s ease;
  133. -o-transition: all .2s ease;
  134. -ms-transition: all .2s ease;
  135. }
  136. .page-container .main-content {
  137. padding: calc(35px + 35px) 15px 15px;
  138. min-height: calc(100vh - 65px);
  139. background: #e6e8ea;
  140. width: 100%;
  141. flex-grow: 1;
  142. }
  143. .container-fluid {
  144. width: 100%;
  145. padding-right: 15px;
  146. padding-left: 15px;
  147. margin-right: auto;
  148. margin-left: auto;
  149. background-color: #f5f5f5;
  150. }
  151. .breadcrumb-wrapper h4 {
  152. color: #515365;
  153. font-weight: 500;
  154. margin-top: 6px;
  155. font-size: 18px;
  156. }
  157. .breadcrumb-wrapper .breadcrumb {
  158. margin-bottom: 0;
  159. padding: 0;
  160. background: 0 0;
  161. }
  162. .breadcrumb-wrapper {
  163. margin-bottom: 10px;
  164. display: flex;
  165. -webkit-box-align: center;
  166. -ms-flex-align: center;
  167. align-items: center;
  168. }
  169. .content-wrapper {
  170. padding-top: 15px;
  171. }
  172. .breadcrumb-wrapper .breadcrumb li {
  173. display: inline-block;
  174. font-size: 14px;
  175. font-weight: 400;
  176. margin-left: 3px;
  177. }
  178. .breadcrumb-wrapper .breadcrumb li a {
  179. text-decoration: none;
  180. color: #8a8a8a;
  181. cursor: pointer;
  182. }
  183. .breadcrumb-wrapper .breadcrumb .inactive {
  184. color: #8a8a8a;
  185. }
  186. .breadcrumb-wrapper .breadcrumb .active {
  187. color: #e22a6f;
  188. }
  189. .content-footer .footer {
  190. padding: 20px 0;
  191. font-size: 14px;
  192. border-top: 1px solid #e9eaec;
  193. }
  194. .wrapper-page {
  195. margin: 7.5% auto;
  196. position: relative;
  197. }
  198. .card-header .card-title {
  199. margin-bottom: 0;
  200. display: inline-block;
  201. }
  202. .form_title_bar{
  203. width: 100%;
  204. height: 36px;
  205. text-align: left;
  206. text-indent: 30px;
  207. background-color: #f8f8f8;
  208. }
  209. .form_title_bar a {
  210. text-decoration: none;
  211. display: inline-block;
  212. height: 14px;
  213. color: #333;
  214. font-size: 14px;
  215. font-weight: bold;
  216. padding: 8px 0;
  217. vertical-align: central;
  218. }
  219. #topBar{
  220. text-shadow: 0 1px 0 #fff;
  221. border-bottom: 1px solid #e5e5e5;
  222. min-width: 100%;
  223. align:left;
  224. height:60px;
  225. margin-bottom: 1px;
  226. }
  227. #topNav{
  228. border-bottom: 1px solid #e5e5e5;
  229. }
  230. #navs{
  231. border-bottom: 1px solid #e5e5e5;
  232. }
  233. #nav_primary{
  234. background: #414141;
  235. }
  236. #nav_second{
  237. height:35px;
  238. }
  239. #nav_third{
  240. /*border-top: 1px solid #e5e5e5;*/
  241. }
  242. #mainFrame{
  243. margin-top: 0px;
  244. margin-left: auto;
  245. margin-right: auto;
  246. display: block;
  247. width:990px;
  248. align:center;
  249. }
  250. #footer{
  251. text-shadow: 0 1px 0 #fff;
  252. border-top: 1px solid #e5e5e5;
  253. min-width: 100%;
  254. height:80px;
  255. }
  256. #content{
  257. margin-top: 10px;
  258. min-height:480px;
  259. *height:480px;
  260. margin-bottom: 10px;
  261. }
  262. #tool_box {
  263. margin-bottom: 10px;
  264. border: 1px solid #e5e5e5;
  265. }
  266. #tool_box_left {
  267. padding-left: 10px;
  268. float: left;
  269. height:30px;
  270. width:50%;
  271. text-align: left;
  272. border-right: 1px solid #e5e5e5;
  273. }
  274. #tool_box_right {
  275. height:32px;
  276. text-align: right;
  277. padding-right: 10px;
  278. width:484px;
  279. }
  280. #advanced_search {
  281. margin-top: 10px;
  282. min-height:30px;
  283. *height:40px;
  284. border: 1px solid #e5e5e5;
  285. margin-bottom: 10px;
  286. display: none;
  287. }
  288. #logout{
  289. width: 45px;
  290. background: #c00 ;
  291. color: #fff;
  292. font-weight: bold;
  293. }
  294. #manage{
  295. width: 50px;
  296. background-color: #2AA9A9;
  297. font-weight: bold;
  298. }
  299. #changepassword{
  300. width: 75px;
  301. background-color: #f28018;
  302. font-weight: bold;
  303. }
  304. #manage a,#logout a,#changepassword a{
  305. color: #fff;
  306. }
  307. .form_radio_label, .form_checkbox_label{
  308. display: inline-block;
  309. text-align: left;
  310. cursor: pointer;
  311. margin-right: 1em;
  312. }
  313. .icon_checkbox {
  314. background: url("../images/checkbox.png") 0 -83px no-repeat;
  315. width: 16px;
  316. height: 16px;
  317. vertical-align: middle;
  318. display: inline-block;
  319. margin-top: -0.2em;
  320. }
  321. .icon_checkbox_selected{
  322. background: url("../images/checkbox.png") 0 -109px no-repeat;
  323. width: 16px;
  324. height: 16px;
  325. vertical-align: middle;
  326. display: inline-block;
  327. margin-top: -0.2em;
  328. }
  329. .icon_radiobox {
  330. background: url("../images/checkbox.png") 0 -5px no-repeat;
  331. width: 16px;
  332. height: 16px;
  333. vertical-align: middle;
  334. display: inline-block;
  335. margin-top: -0.2em;
  336. }
  337. .icon_radiobox_selected{
  338. background: url("../images/checkbox.png") 0 -31px no-repeat;
  339. width: 16px;
  340. height: 16px;
  341. vertical-align: middle;
  342. display: inline-block;
  343. margin-top: -0.2em;
  344. }
  345. .select-menu-modal{
  346. position: absolute;
  347. display: none;
  348. z-index: 1989;
  349. width: 300px;
  350. margin-top: 4px;
  351. margin-bottom: 20px;
  352. overflow: hidden;
  353. font-size: 12px;
  354. color: #666;
  355. background-color: #fff;
  356. background-clip: padding-box;
  357. border: 1px solid #ccc;
  358. border: 1px solid rgba(0,0,0,0.15);
  359. border-radius: 5px;
  360. box-shadow: 0 3px 12px rgba(0,0,0,0.25);
  361. }
  362. .select-menu-item{
  363. cursor: pointer;
  364. line-height: 33px;
  365. border-bottom: 1px solid #eee;
  366. display: table;
  367. table-layout: fixed;
  368. width: 100%;
  369. overflow: hidden;
  370. color: inherit;
  371. text-align: left;
  372. }
  373. .select-menu-item a{
  374. text-decoration : none;
  375. }
  376. .select-menu-item a div{
  377. width: 140px;
  378. line-height: 33px;
  379. }
  380. .select-menu-item-selected{
  381. background-color: #4183c4;
  382. color: #fff;
  383. }
  384. .select-menu-item-selected a{
  385. color: #fff;
  386. }