main.css 15 KB

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