main.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893
  1. /*building SAAS 0.1*/
  2. /*bootstrap 初始化*/
  3. body {
  4. font-size: 0.9rem;
  5. overflow: hidden;
  6. background: #e4e7ea
  7. }
  8. .dropdown-menu {
  9. font-size: 0.9rem
  10. }
  11. .btn.disabled, .btn:disabled {
  12. color:#999
  13. }
  14. .btn,.btn-group {
  15. vertical-align: baseline;
  16. }
  17. .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  18. background-color: #e4e7ea;
  19. color:#333;
  20. font-weight: 600
  21. }
  22. .custom-file-sm,.custom-file-sm .custom-file-label{
  23. height: calc(1.5em + .5rem + 2px);
  24. padding-top: .25rem;
  25. padding-bottom: .25rem;
  26. padding-left: .5rem;
  27. }
  28. .custom-file-sm .custom-file-label:after{
  29. height: calc(1.4em + .5rem + 2px);
  30. padding-top: .25rem;
  31. padding-bottom: .25rem;
  32. font-size: .875rem;
  33. }
  34. .custom-file-sm input{
  35. height: calc(1.5em + .5rem + 2px);
  36. font-size: .875rem;
  37. }
  38. .table th {
  39. background: #e9ecef;
  40. font-weight: normal;
  41. }
  42. .form-check,.form-check-label{
  43. cursor: pointer;
  44. }
  45. .input-group-text .group-checkbox[type="checkbox"],.input-group-text .group-checkbox[type="radio"]{
  46. margin-top: .3rem;
  47. }
  48. .custom-control {
  49. min-height: 1.2rem
  50. }
  51. .custom-control-label {
  52. cursor: pointer;
  53. }
  54. .popover {
  55. background-color: #000
  56. }
  57. .popover-body{
  58. color:#fff;
  59. }
  60. .bs-popover-auto[x-placement^="bottom"] .arrow::after, .bs-popover-bottom .arrow::after{
  61. border-bottom-color:#000;
  62. }
  63. /*自定义css*/
  64. .in-1{padding-left:5px!important}
  65. .in-2{padding-left:21px!important}
  66. .in-3{padding-left:42px!important}
  67. .in-4{padding-left:63px!important}
  68. .in-5{padding-left:84px!important}
  69. .in-6{padding-left:105px!important}
  70. /*滚动条*/
  71. /* 滚动条 */
  72. ::-webkit-scrollbar-thumb:horizontal { /*水平滚动条的样式*/
  73. width: 5px;
  74. background-color: #e9ecef;
  75. -webkit-border-radius: 0;
  76. }
  77. ::-webkit-scrollbar-track-piece {
  78. background-color: #efefef; /*滚动条的背景颜色*/
  79. -webkit-border-radius: 0; /*滚动条的圆角宽度*/
  80. }
  81. ::-webkit-scrollbar {
  82. width: 14px; /*滚动条的宽度*/
  83. height: 14px; /*滚动条的高度*/
  84. }
  85. ::-webkit-scrollbar-thumb:vertical { /*垂直滚动条的样式*/
  86. height: 50px;
  87. background-color: #e9ecef;
  88. -webkit-border-radius: 0;
  89. outline: 1px solid #fff;
  90. outline-offset: -1px;
  91. border: 1px solid #ced4da;
  92. }
  93. ::-webkit-scrollbar-thumb:hover { /*滚动条的hover样式*/
  94. height: 50px;
  95. background-color: #ced4da;
  96. -webkit-border-radius: 0;
  97. }
  98. .sjs-height-1,.sjs-height-2,.sjs-sh-1,.sjs-sh-2,.sjs-sh-3,.sjs-sh-4,.sjs-sh-5{
  99. overflow: hidden;
  100. }
  101. .sjs-height-4,.sjs-height-5,.sjs-height-6,.sjs-option-height{
  102. overflow: auto;
  103. }
  104. .sjs-bar-1,.sjs-bar-2,.sjs-bar-3,.sjs-bar-4{
  105. height:30px;
  106. }
  107. .sjs-bar{
  108. height:30px;
  109. }
  110. .sjs-bottom{
  111. height:400px;
  112. overflow-y: auto;
  113. }
  114. .sjs-bottom-2{
  115. height:360px;
  116. overflow-y: auto;
  117. }
  118. .form-signin {
  119. max-width: 500px;
  120. margin: 150px auto;
  121. background: #fff;
  122. padding:30px;
  123. border:1px solid #ddd;
  124. border-radius: .25rem
  125. }
  126. .has-danger {
  127. -webkit-animation: shake 1s .2s ease both;
  128. -moz-animation: shake 1s .2s ease both;
  129. animation: shake 1s .2s ease both;
  130. }
  131. @-webkit-keyframes shake {
  132. 0%, 100% {
  133. -webkit-transform: translateX(0);
  134. }
  135. 10%, 30%, 50%, 70%, 90% {
  136. -webkit-transform: translateX(-10px);
  137. }
  138. 20%, 40%, 60%, 80% {
  139. -webkit-transform: translateX(10px);
  140. }
  141. }
  142. @-moz-keyframes shake {
  143. 0%, 100% {
  144. -moz-transform: translateX(0);
  145. }
  146. 10%, 30%, 50%, 70%, 90% {
  147. -moz-transform: translateX(-10px);
  148. }
  149. 20%, 40%, 60%, 80% {
  150. -moz-transform: translateX(10px);
  151. }
  152. }
  153. @keyframes shake {
  154. 0%, 100% {
  155. transform: translateX(0);
  156. }
  157. 10%, 30%, 50%, 70%, 90% {
  158. transform: translateX(-10px);
  159. }
  160. 20%, 40%, 60%, 80% {
  161. transform: translateX(10px);
  162. }
  163. }
  164. /*2.主体框架*/
  165. .header {
  166. background:#fff;
  167. position: fixed;
  168. z-index: 10;
  169. width: 100%;
  170. height: 50px;
  171. top: 0;
  172. left: 0
  173. }
  174. .main{
  175. position: relative;
  176. z-index: 4;
  177. }
  178. .main-nav {
  179. position: fixed;
  180. z-index: 99;
  181. width:55px;
  182. left: 0;
  183. top: 0;
  184. height: 100%;
  185. background: #33425b;
  186. }
  187. .main-panel{
  188. padding-left:55px;
  189. box-sizing: border-box;
  190. }
  191. .panel-sidebar{
  192. box-sizing: border-box;
  193. background: #fbfcfd;
  194. position: fixed;
  195. height: 100%;
  196. z-index: 4;
  197. left:55px;
  198. padding-top:50px;
  199. border-right: 1px solid #ddd;
  200. width: 200px;
  201. }
  202. .side-fold{
  203. position: absolute;
  204. bottom:10px;
  205. right:20px;
  206. }
  207. .min-side .side-fold{
  208. position: absolute;
  209. bottom:15px;
  210. right:5px;
  211. height: 20px
  212. }
  213. .min-side{
  214. border-right: 1px solid #ddd;
  215. margin-right:10px;
  216. padding-right:15px;
  217. position: relative;
  218. }
  219. .min-side .side-switch i{
  220. font-size: 20px
  221. }
  222. .min-side .side-menu{
  223. position: absolute;
  224. left:-15px;
  225. top:50px;
  226. background:#fff;
  227. width:150px;
  228. border-right:1px solid #ddd;
  229. border-bottom:1px solid #ddd;
  230. box-shadow: 0 1px 3px rgba(0,0,0,.1);
  231. }
  232. .panel-content{
  233. padding:65px 0 0;
  234. position: relative;
  235. z-index: 3;
  236. box-sizing: border-box;
  237. overflow-y: auto;
  238. height: 100vh;
  239. }
  240. .panel-content .content-wrap{
  241. margin:0 15px 15px;
  242. position: relative;
  243. background-color: #d2d5da
  244. }
  245. .panel-sidebar+.panel-content{
  246. padding: 65px 0 0 200px;
  247. }
  248. .panel-title, .panel-title>.title-bar {
  249. height:50px;
  250. line-height: 50px
  251. }
  252. .panel-title .dropdown-item,.panel-title .dropdown-item-text,.panel-title .form-group {
  253. line-height: normal;
  254. }
  255. .panel-title{
  256. position: fixed;
  257. top:0px;
  258. z-index: 98;
  259. width: 100%;
  260. box-sizing: border-box;
  261. background: #fff;
  262. box-shadow: 0 1px 3px rgba(0,0,0,.05);
  263. border-top: 1px solid #ddd;
  264. }
  265. .panel-sidebar .panel-title{
  266. width:200px;
  267. border-right: 1px solid #ddd;
  268. box-shadow: 0 1px 3px rgba(0,0,0,.1);
  269. }
  270. .panel-content .panel-title{
  271. left: 0;
  272. padding-left: 255px;
  273. padding-right: 20px;
  274. }
  275. .panel-content .panel-title.fluid{
  276. padding-left:55px
  277. }
  278. .panel-title>.title-bar{
  279. padding-left: 20px
  280. }
  281. .panel-title>.title-bar>h2,.panel-title>.title-main>h2{
  282. font-size: 16px;
  283. margin:0;
  284. height: 50px;
  285. line-height: 50px;
  286. display:block
  287. }
  288. .panel-title>.title-bar>h2 .btn{
  289. margin-right:15px
  290. }
  291. .panel-title>.title-main .btn.pull-right {
  292. margin:10px 0 0 10px
  293. }
  294. .panel-title>.title-main .form-control {
  295. margin:10px 0 0 0
  296. }
  297. .panel-title>.title-main{
  298. padding-left: 15px
  299. }
  300. .panel-title .alert {
  301. line-height: normal;
  302. z-index: 999
  303. }
  304. .side-menu{
  305. position: fixed;
  306. right:15px;
  307. top:65px
  308. }
  309. .side-menu .nav-link{
  310. line-height: 16px;
  311. font-size: 14px;
  312. color:#666;
  313. }
  314. .side-menu .nav-link:hover{
  315. background:#dcdee3;
  316. color:#333;
  317. }
  318. .sub-content{
  319. margin:0;
  320. }
  321. .pr-46{
  322. padding-right:36px
  323. }
  324. .bcontent-wrap{
  325. height: 350px
  326. }
  327. @media only screen and (max-height: 768px) {
  328. .bcontent-wrap{
  329. height: 250px
  330. }
  331. }
  332. .modal-xl {
  333. max-width: 1200px
  334. }
  335. /*滚动*/
  336. .scrollbar-auto {
  337. overflow-y: auto;
  338. position: absolute;
  339. bottom: 0;
  340. left: 0;
  341. top: 0;
  342. right: 0;
  343. }
  344. .panel-sidebar .scrollbar-auto{
  345. padding-top: 20px;
  346. box-sizing: border-box;
  347. }
  348. .panel-sidebar .scrollbar-auto {
  349. height: 100%;
  350. width: 100%;
  351. overflow-y: auto;
  352. position: static;
  353. }
  354. /*结构宽度高度调整条*/
  355. .resize-y{
  356. height:5px;
  357. width:100%;
  358. float: left;
  359. margin-top:-5px;
  360. cursor: s-resize;
  361. z-index: 999
  362. }
  363. .resize-x{
  364. width:5px;
  365. height:100%;
  366. float: left;
  367. margin-left:-15px;
  368. cursor: w-resize;
  369. z-index: 999
  370. }
  371. /*头部*/
  372. .header .logo {
  373. float: left;
  374. box-shadow: 1px 0 6px rgba(0,0,0,.06);
  375. margin-right: 20px;
  376. margin:0
  377. }
  378. .header .logo>a{
  379. width:120px;
  380. height:50px;
  381. line-height: 50px;
  382. display: inline-block;
  383. color:#fff;
  384. font-size:24px;
  385. padding:0 10px;
  386. transition: all ease .4s;
  387. background:#207fd1 url(logo.png) no-repeat;
  388. text-indent: -9999px;
  389. vertical-align: top
  390. }
  391. .header .logo>a:hover{
  392. background-color:#5596cf;
  393. text-decoration: none;
  394. }
  395. .header-user > div {
  396. float:left
  397. }
  398. .avatar .pic {
  399. height: 35px;
  400. width: 35px;
  401. border-radius: 100%;
  402. display: inline-block;
  403. float:left;
  404. margin:7px 7px 0 0
  405. }
  406. .avatar .pic img{
  407. display: block;
  408. width: 100%;
  409. height: 100%;
  410. border-radius: 100%;
  411. }
  412. .avatar > a,.msg >a{
  413. display: block;
  414. height:50px;
  415. line-height: 50px;
  416. color:#666;
  417. padding:0 15px;
  418. cursor: pointer;
  419. }
  420. .avatar > a:hover,.msg > a:hover{
  421. text-decoration: none;
  422. box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
  423. }
  424. .header-user .msg{
  425. border-left:1px solid #eee
  426. }
  427. .header-user .msg .glyphicon{
  428. font-size:20px;
  429. vertical-align: middle;
  430. }
  431. .header-user .msg .badge{
  432. margin:0 0 0 5px
  433. }
  434. .header .poj-name {
  435. float:left;
  436. padding:0 0 0 15px;
  437. font-size:18px
  438. }
  439. .header .poj-name a{
  440. color:#666
  441. }
  442. .header .poj-name > span{
  443. height:50px;
  444. line-height:50px;
  445. }
  446. /*登陆相关*/
  447. .login-body{
  448. background:linear-gradient(#33425b,#192948);
  449. height:960px
  450. }
  451. .login-infoinput {
  452. margin-top:15%
  453. }
  454. /*侧栏主菜单*/
  455. .nav-top,.nav-bottom{
  456. width: 55px
  457. }
  458. .bg-nav a{
  459. color:#7786ab;
  460. width:55px;
  461. text-align: center;
  462. display: inline-block;
  463. padding:15px 0;
  464. font-size: 12px
  465. }
  466. .bg-nav a i{
  467. font-size:22px;
  468. }
  469. .bg-nav a span{
  470. display: none;
  471. }
  472. .bg-nav > li{
  473. width:120px
  474. }
  475. .bg-nav > li.active{
  476. background: #192948
  477. }
  478. .bg-nav > li.active a{
  479. border-radius: 0;
  480. background: #192948
  481. }
  482. .bg-nav > li > a:hover,.bg-nav > li.active > a:hover{
  483. background: #192948;
  484. color:#f2f2f2;
  485. text-decoration: none;
  486. }
  487. .bg-nav > li.active a span{
  488. display: block;
  489. }
  490. .bg-nav > li + li {
  491. margin-top:0;
  492. }
  493. .bg-nav .sub-menu {
  494. list-style:none;
  495. padding:0 0 0 20px;
  496. width:120px;
  497. display: none
  498. }
  499. .bg-nav .sub-menu a {
  500. width:100px;
  501. height:30px;
  502. line-height:30px
  503. }
  504. .bg-nav .sub-menu:last-child{
  505. margin:0 0 20px 0
  506. }
  507. .bg-nav .menu-arrow{
  508. margin:22px 8px 0 0
  509. }
  510. .nav-box h3{
  511. font-size: 14px;
  512. font-weight: 700;
  513. padding-bottom: 4px;
  514. border-bottom: 1px solid #e2eaec;
  515. padding-right: 15px;
  516. margin-bottom: 10px;
  517. margin-left: 17px
  518. }
  519. .nav-box > .sub-list > li > a{
  520. padding-left: 40px
  521. }
  522. .nav-box .tips-dot {
  523. right:20px;
  524. top:8px
  525. }
  526. .nav-box .nav-list li{
  527. position: relative;
  528. }
  529. .contarl-box{
  530. padding:1rem 2rem 1rem 2rem;
  531. border-top:1px solid #ddd;
  532. }
  533. .nav-list li a{
  534. color: #333;
  535. display: block;
  536. height: 35px;
  537. line-height: 35px;
  538. box-sizing: border-box;
  539. padding-left: 17px;
  540. padding-right: 45px;
  541. text-overflow: ellipsis;
  542. position: relative;
  543. }
  544. .nav-list li a:hover{
  545. text-decoration: none;
  546. background:#e4e7ea;
  547. cursor: pointer;
  548. }
  549. .nav-list li a .badge{
  550. position: absolute;
  551. right:17px;
  552. top:9px
  553. }
  554. .nav-list li.active a{
  555. background:#e4e7ea;
  556. font-weight: 600
  557. }
  558. .side-menu .nav-link{
  559. padding:.5rem .6rem;
  560. }
  561. /*内容区*/
  562. .c-header {
  563. padding:0 0 5px
  564. }
  565. .c-body{
  566. padding:6px 6px 4px 6px;
  567. background:#fff;
  568. }
  569. .right-nav{
  570. width:36px
  571. }
  572. .right-nav .nav-link.active{
  573. background: #fff;
  574. color:#495057
  575. }
  576. .form-group .necessary{
  577. font-size:18px;
  578. color:#f90000
  579. }
  580. .bg-gray {
  581. background-color:#bbb!important;
  582. }
  583. .datepickers-container {
  584. z-index: 9999
  585. }
  586. .modal-height-500{
  587. height:450px;
  588. overflow: hidden
  589. }
  590. .modal-height-300{
  591. height:300px;
  592. overflow:auto
  593. }
  594. .modal-lgx {
  595. max-width:1000px
  596. }
  597. .title-main .nav{
  598. line-height: 16px;
  599. margin-top:8px
  600. }
  601. /*草图编辑器*/
  602. .img-view{
  603. height:400px;
  604. border:.2rem solid #ccc;
  605. position: relative;
  606. width:100%;
  607. overflow: hidden;
  608. }
  609. .img-view::after{
  610. content:"草图编辑区";
  611. color:#ddd;
  612. position: absolute;
  613. left:50%;
  614. top:50%;
  615. margin-left:-80px;
  616. margin-top:-24px;
  617. font-size:36px
  618. }
  619. .img-view .img-item{
  620. position: absolute;
  621. }
  622. .img-view .img-item .img-bar{
  623. position:absolute;
  624. right:0;
  625. top:0;
  626. display:none
  627. }
  628. .img-item:hover .img-bar{
  629. display: block;
  630. }
  631. .batch-l-t,.batch-l-b{
  632. height: 200px;
  633. overflow: hidden
  634. }
  635. .batch-r {
  636. height:400px;
  637. overflow: hidden
  638. }
  639. /*打印工具栏*/
  640. .print-toolsbar{
  641. padding-bottom:5px
  642. }
  643. .print-toolsbar .panel {
  644. display:inline-block;
  645. vertical-align:top;
  646. background:#f7f7f9
  647. }
  648. .print-toolsbar .panel .panel-foot{
  649. text-align: center;
  650. font-size: 12px
  651. }
  652. .print-list {
  653. border-right:1px solid #ccc
  654. }
  655. .print-list .form-list {
  656. overflow: auto
  657. }
  658. .print-list .list-tools{
  659. height:50px;
  660. padding:10px 0;
  661. border-bottom:1px solid #f2f2f2
  662. }
  663. .pageContainer {
  664. background: #ededed;
  665. text-align: center
  666. }
  667. .pageContainer .page{
  668. border:9px solid transparent;
  669. display: inline-block;
  670. }
  671. .pageContainer .page img{
  672. width:inherit;
  673. height: inherit;
  674. }
  675. .pageContainer canvas{
  676. background: #fff
  677. }
  678. .m-close-side{
  679. position: absolute;
  680. right:-1px;
  681. top:250px;
  682. background: #f2f2f2;
  683. padding:30px 3px;
  684. }
  685. .m-close-side:hover{
  686. background:#eae9e9;
  687. }
  688. .flowtoolsbar{
  689. display:none;
  690. position: absolute;
  691. bottom: 0;
  692. left:50%;
  693. margin-left:-110px;
  694. background-color: #33425b
  695. }
  696. .showtoolsbar:hover .flowtoolsbar{
  697. display: block
  698. }
  699. .edit-tag-btn{
  700. display: none
  701. }
  702. .tag-item:hover .edit-tag-btn{
  703. display: block
  704. }
  705. /*电子签名*/
  706. .add-sign-list-item{
  707. padding:.5rem .5rem .5rem 1rem;
  708. }
  709. .add-sign-list-item:hover{
  710. box-shadow:0 0 3px rgba(0,0,0,.18)
  711. }
  712. .add-sign-list-item .btn-link {
  713. display: none
  714. }
  715. .add-sign-list-item:hover .btn-link {
  716. display: block
  717. }
  718. /*标段类表折叠收起*/
  719. .fold-switch {
  720. cursor: pointer;
  721. }
  722. .fold-switch:hover{
  723. color:#0056b3;
  724. }
  725. /*界面紧凑相关代码*/
  726. body{
  727. font-size:12px;
  728. }
  729. .btn-group-sm > .btn, .btn-sm{
  730. font-size: 12px;
  731. padding:1px 0.6rem;
  732. }
  733. .panel-title, .panel-title > .title-bar{
  734. height:34px;
  735. line-height: 30px;
  736. }
  737. .panel-title > .title-main .btn.pull-right {
  738. margin: 5px 0 0 0
  739. }
  740. .panel-content{
  741. padding-top:35px;
  742. overflow-x: hidden
  743. }
  744. .panel-content .content-wrap{
  745. margin:0;
  746. }
  747. .table td, .table th {
  748. padding:.3rem;
  749. }
  750. .form-control-sm {
  751. font-size:12px;
  752. padding-top:.1rem;
  753. }
  754. label{
  755. margin-bottom:.3rem;
  756. color:#757575;
  757. }
  758. .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  759. padding-left:.5rem;
  760. background: #f2f2f280
  761. }
  762. .invalid-feedback{
  763. font-size:100%;
  764. }
  765. .modal-header{
  766. padding:.5rem 1rem
  767. }
  768. .modal-title{
  769. font-size:16px;
  770. }
  771. .modal-footer {
  772. padding:.5rem 1rem
  773. }
  774. .modal-body h6,.modal-body h5{
  775. font-size:12px;
  776. }
  777. .panel-title > .title-bar{
  778. padding-left:10px;
  779. }
  780. .panel-sidebar .panel-title{
  781. width:120px;
  782. }
  783. .panel-title > .title-bar > h2, .panel-title > .title-main > h2{
  784. height:34px;
  785. line-height: 34px;
  786. font-size: 12px
  787. }
  788. .panel-title > .title-main .form-control {
  789. margin: 4px 0 0 0;
  790. }
  791. .panel-sidebar {
  792. width:120px;
  793. }
  794. .panel-sidebar .scrollbar-auto{
  795. padding-top:0;
  796. }
  797. .nav-list li a{
  798. padding-right:0px;
  799. height:30px;
  800. line-height: 30px
  801. }
  802. .nav-box h3{
  803. margin-left:12px;
  804. }
  805. .nav-box > .sub-list > li > a{
  806. padding-left:32px;
  807. }
  808. .panel-sidebar + .panel-content{
  809. padding:35px 0 0 120px;
  810. }
  811. .contarl-box{
  812. padding:1rem 1rem;
  813. }
  814. .min-side .side-menu {
  815. top:34px;
  816. }
  817. .panel-content .panel-title{
  818. padding-left:175px;
  819. background: linear-gradient( #ccc,2%, #ffffff);
  820. }
  821. .nav-link{
  822. padding:.3rem .5rem;
  823. }
  824. .side-menu .nav-link{
  825. font-size:12px;
  826. }
  827. legend {
  828. font-size:16px;
  829. }
  830. .input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  831. height: calc(1.4125rem + 2px);
  832. }
  833. .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text{
  834. height: calc(1.4125rem + 2px);
  835. }
  836. .input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  837. font-size:12px;
  838. padding:.1rem .5rem;
  839. }
  840. .side-menu{
  841. right:0;
  842. top:35px;
  843. }
  844. .custom-control-label::before{
  845. top:.1rem;
  846. }
  847. .custom-control-label::after{
  848. top:.1rem;
  849. }
  850. .form-control-sm{
  851. height:calc(1.4125rem + 2px);
  852. }
  853. .form-group {
  854. margin-bottom:.5rem;
  855. }
  856. .badge{
  857. font-size:100%;
  858. }
  859. .sjs-height-0{
  860. overflow: auto;
  861. }
  862. .nav-box h3{
  863. margin-bottom:5px;
  864. }
  865. .min-side .side-menu{
  866. padding-bottom:10px;
  867. }
  868. .side-fold {
  869. right:50px;
  870. bottom:20px;
  871. }
  872. .side-fold a{
  873. font-size:24px;
  874. }
  875. .min-side {
  876. padding-bottom:5px;
  877. }
  878. .min-side .side-fold{
  879. bottom:10px;
  880. }
  881. .min-side .side-fold a{
  882. font-size:18px;
  883. }
  884. .form-text{
  885. font-size:12px;
  886. }
  887. .btn-sm .badge{
  888. font-size:10px;
  889. padding:.2em .4em;
  890. top:0;
  891. }