mcare.admin.css 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. @charset "UTF-8";
  2. html, body {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. body {
  7. font-family: 'KoPub Dotum';
  8. font-size: 12px !important;
  9. font-weight: 400;
  10. margin: 0;
  11. padding: 0;
  12. }
  13. .wrap-loading{
  14. z-index: 9999;
  15. position: fixed;
  16. padding: auto;
  17. width: 100%;
  18. height: 100%;
  19. background-color: rgba(0,0,0,0.1);
  20. bottom: 0;
  21. }
  22. .loader {
  23. position: absolute;
  24. top: 50%;
  25. left: 55%;
  26. margin-top: -50px;
  27. margin-left: -50px;
  28. border: 10px solid #f3f3f3;
  29. border-radius: 50%;
  30. border-top: 10px solid #3498db;
  31. width: 50px;
  32. height: 50px;
  33. -webkit-animation: spin 2s linear infinite;
  34. animation: spin 2s linear infinite;
  35. }
  36. @-webkit-keyframes spin {
  37. 0% { -webkit-transform: rotate(0deg); }
  38. 100% { -webkit-transform: rotate(360deg); }
  39. }
  40. @keyframes spin {
  41. 0% { transform: rotate(0deg); }
  42. 100% { transform: rotate(360deg); }
  43. }
  44. div.main-wrapper {
  45. min-width: 960px !important;
  46. margin: 0 auto !important;
  47. padding: 20px;
  48. box-sizing: border-box;
  49. }
  50. input[type="date"]::-webkit-clear-button {
  51. -webkit-appearance: none;
  52. display: none;
  53. }
  54. .input-group .input-group-no-style{
  55. border: none !important;
  56. background-color: transparent !important;
  57. }
  58. div#header table, div.main-wrapper {
  59. min-width: 960px !important;
  60. margin: 0 auto !important;
  61. }
  62. div.main-wrapper #wrapper{
  63. height: 640px;
  64. }
  65. .width100 {
  66. width: 100%;
  67. }
  68. .text-center{
  69. text-align: center !important;
  70. }
  71. .pd0{
  72. padding: 0px !important;
  73. }
  74. .pd5{
  75. padding: 5px !important;
  76. }
  77. .pdr0{
  78. padding-right: 0px !important;
  79. }
  80. .pdl0{
  81. padding-left: 0px !important;
  82. }
  83. .mg0{
  84. margin: 0px !important;
  85. }
  86. .mgb5{
  87. margin-bottom: 5px !important;
  88. }
  89. .mgb10{
  90. margin-bottom: 10px !important;
  91. }
  92. .mgt5{
  93. margin-top: 5px !important;
  94. }
  95. .mgt10{
  96. margin-top: 10px !important;
  97. }
  98. /*----------------------------------------------------------------------------*/
  99. /* header */
  100. /*----------------------------------------------------------------------------*/
  101. div.top {
  102. text-align: center;
  103. margin: 15px auto;
  104. }
  105. .navbar-header-container{
  106. background-color: #f8f8f8;
  107. }
  108. .navbar-header-container .navbar{
  109. margin-bottom: 0px;
  110. border: none !important;
  111. }
  112. .nav > li > a{
  113. color: #767676;
  114. }
  115. .navbar{
  116. margin-bottom: 0px;
  117. }
  118. .title-bar{
  119. padding: 10px 15px;
  120. }
  121. .category {
  122. float: right;
  123. color: #999;
  124. }
  125. .title {
  126. color: #767676;
  127. font-size: 18px;
  128. font-weight: 700
  129. }
  130. /*로그인페이지*/
  131. #loginForm {
  132. width: 100%;
  133. height: 100%;
  134. background-image: url('./images/admin/admin-background-img.png');
  135. }
  136. #loginForm .form-container {
  137. width: 500px;
  138. height: 280px;
  139. text-align: center;
  140. background-color: #fff;
  141. box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  142. padding: 2em 0.75em 1.5em 0.75em;
  143. border-radius: 5px;
  144. vertical-align: middle;
  145. position: absolute;
  146. top: 0;
  147. bottom: 0;
  148. left: 0;
  149. right: 0;
  150. margin: auto;
  151. border: 2px solid #5f8237;
  152. border-radius: 20px;
  153. }
  154. #loginForm .line-container {
  155. padding: 1em;
  156. position: relative;
  157. }
  158. #loginForm .line-container .material-icons {
  159. position: absolute;
  160. margin-top: 5px;
  161. left: 0.8em;
  162. font-size: 30px;
  163. color: #444;
  164. }
  165. #loginForm .line-container input[type=text],
  166. #loginForm .line-container input[type=password] {
  167. height: 30px;
  168. width: 77%;
  169. padding-left: 3px;
  170. border: none;
  171. border-bottom: 1px solid #9e9e9e;
  172. border-radius: 0;
  173. outline: none;
  174. font-size: 1.2em;
  175. color: #222;
  176. margin: 0 0 0 1.8em;
  177. box-shadow: none;
  178. -webkit-box-sizing: content-box;
  179. -moz-box-sizing: content-box;
  180. box-sizing: content-box;
  181. }
  182. #loginForm #login_btn{
  183. width: 230px !important;
  184. }
  185. #loginForm #login_btn:focus,
  186. #loginForm #login_btn:active{
  187. border-color: #ccc !important;
  188. }
  189. /*
  190. #loginForm #login_btn {
  191. background-color: #ff8f00;
  192. color: #fff;
  193. border: 0;
  194. width: 230px !important;
  195. height: 40px;
  196. line-height: 40px;
  197. font-size: 18px;
  198. margin: 0 auto !important;
  199. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
  200. rgba(0, 0, 0, 0.12);
  201. background-image: url('textures/highlight.png');
  202. background-image: none,
  203. -webkit-linear-gradient(top, #ff8f00 0, #fe761b 100%);
  204. background-image: none,
  205. -moz-linear-gradient(top, #ff8f00 0, #fe761b 100%);
  206. background-image: none, -o-linear-gradient(top, #ff8f00 0, #fe761b 100%);
  207. background-image: none,
  208. linear-gradient(to bottom, #ff8f00 0, #fe761b 100%);
  209. background-position: 50% 50%;
  210. }
  211. #loginForm #login_btn:hover {
  212. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
  213. rgba(0, 0, 0, 0.12), 0 2px 30px 0 rgba(0, 0, 0, 0.12);
  214. background-image: url('textures/highlight.png');
  215. background-image: none,
  216. -webkit-linear-gradient(top, #fe761b 0, #e15613 100%);
  217. background-image: none,
  218. -moz-linear-gradient(top, #fe761b 0, #e15613 100%);
  219. background-image: none, -o-linear-gradient(top, #fe761b 0, #e15613 100%);
  220. background-image: none,
  221. linear-gradient(to bottom, #fe761b 0, #e15613 100%);
  222. } */
  223. /* 페이지 레이아웃 */
  224. .main-wrapper .left-content{
  225. height: 640px;
  226. overflow: auto;
  227. padding: 10px;
  228. }
  229. .main-wrapper .left-content-xs{
  230. height: 400px;
  231. overflow: auto;
  232. padding: 10px;
  233. }
  234. .main-wrapper .right-content-xs{
  235. padding: 10px;
  236. border-left: 1px solid lightgrey;
  237. min-height: 400px;
  238. }
  239. .main-wrapper .right-content{
  240. padding: 10px;
  241. border-left: 1px solid lightgrey;
  242. min-height: 640px;
  243. }
  244. .pagination-sm > li > a, .pagination-sm > li > span{
  245. padding: 5px !important;
  246. }
  247. .panel .panel-body{
  248. padding: 10px 10px 0px 10px;
  249. }
  250. .panel-default > .panel-heading a{
  251. color: inherit;
  252. }
  253. .panel .panel-body table{
  254. margin-top: 5px;
  255. }
  256. .radio-padding-box{
  257. padding: 0px 10px !important;
  258. }
  259. .content-title{
  260. padding: 7px 0px 0px 0px !important;
  261. }
  262. .panel .content-box-title{
  263. border-bottom: 1px solid #ddd;
  264. padding: 0px 10px !important;
  265. }
  266. .detail-content-title{
  267. padding: 3px 0px 0px 0px !important;
  268. }
  269. .btn-detail-content{
  270. padding: 0px 0px 4px 0px !important;
  271. }
  272. .table-wrapper-lg{
  273. height: 580px;
  274. overflow: auto;
  275. }
  276. .table-wrapper-md{
  277. height: 530px;
  278. overflow: auto;
  279. }
  280. .table-wrapper-sm{
  281. height: 500px;
  282. overflow: auto;
  283. }
  284. .table-wrapper-xs{
  285. height: 350px;
  286. overflow: auto;
  287. }
  288. .main-wrapper .right-content .row,
  289. .modal .panel .row{
  290. margin-bottom: 10px;
  291. }
  292. .modal-header{
  293. font-size: 15px;
  294. background-color: rgba(229, 229, 229, 0.24);
  295. font-weight: bold;
  296. }
  297. .modal-header .btn-test{
  298. position: absolute;
  299. top: 11px;
  300. }
  301. table{
  302. margin-bottom: 0px !important;
  303. }
  304. table .table-header{
  305. background-color: #eee;
  306. font-weight: 700;
  307. }
  308. .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
  309. word-break: break-word;
  310. }
  311. .max-width-xs{
  312. width: 80px;
  313. }
  314. .max-width-sm{
  315. width: 120px;
  316. }
  317. .max-width-md{
  318. width: 500px;
  319. }
  320. .radio-inline{
  321. margin-top: 7px !important;
  322. }
  323. input[type="radio"], input[type="checkbox"]{
  324. margin-top: 0px !important;
  325. }
  326. .modal-dialog,
  327. .modal-dialog,
  328. .modal-dialog{
  329. width: 700px;
  330. }
  331. .modal-body .content-table,
  332. .modal-body .content-table,
  333. .modal-body .content-table{
  334. border-right: 1px solid lightgrey;
  335. height: 400px;
  336. overflow: auto;
  337. }
  338. .nav-pagination{
  339. background-color: #eee;
  340. }
  341. .nav-pagination ul{
  342. margin: 5px 0px 0px 0px;
  343. }
  344. #divUserAttr .panel{
  345. padding: 10px 0px 0px 0px !important;
  346. margin: 2px 0px;
  347. }
  348. #divUserAttr .use-attr-order .panel{
  349. background-color: #ffffd9;
  350. border: solid 2px red;
  351. margin: 0px !important;
  352. }
  353. #divUserAttr .panel .user-attr-remove{
  354. border: none;
  355. background-color: transparent;
  356. position: absolute;
  357. right: 15px;
  358. top: 8px;
  359. }
  360. /* 트리 속성 */
  361. ul.fancytree-container, ul.fancytree-container:focus {
  362. border: none !important;
  363. outline: none !important;
  364. }
  365. ul.fancytree-container{
  366. font-size: 12px !important;
  367. }
  368. ul.fancytree-container li{
  369. padding: 3px 0 0 !important;
  370. }
  371. #addItemModal .modal-dialog{
  372. margin-top: 0;
  373. margin-bottom: 0;
  374. height: 90vh;
  375. display: -webkit-box;
  376. display: -webkit-flex;
  377. display: -ms-flexbox;
  378. display: flex;
  379. -webkit-box-orient: vertical;
  380. -webkit-box-direction: normal;
  381. -webkit-flex-direction: column;
  382. -ms-flex-direction: column;
  383. flex-direction: column;
  384. -webkit-box-pack: center;
  385. -webkit-justify-content: center;
  386. -ms-flex-pack: center;
  387. justify-content: center;
  388. }