seninel部署
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1756 lines
36KB

  1. .browsehappy {
  2. margin: 0.2em 0;
  3. background: #ccc;
  4. color: #000;
  5. padding: 0.2em 0;
  6. }
  7. body {
  8. padding: 0;
  9. }
  10. /* Everything but the jumbotron gets side spacing for mobile first views */
  11. .header,
  12. .marketing,
  13. .footer {
  14. padding-left: 15px;
  15. padding-right: 15px;
  16. }
  17. /* Custom page header */
  18. .header {
  19. border-bottom: 1px solid #e5e5e5;
  20. margin-bottom: 10px;
  21. }
  22. /* Make the masthead heading the same height as the navigation */
  23. .header h3 {
  24. margin-top: 0;
  25. margin-bottom: 0;
  26. line-height: 40px;
  27. padding-bottom: 19px;
  28. }
  29. /* Custom page footer */
  30. .footer {
  31. padding-top: 19px;
  32. color: #777;
  33. border-top: 1px solid #e5e5e5;
  34. }
  35. .container-narrow > hr {
  36. margin: 30px 0;
  37. }
  38. /* Main marketing message and sign up button */
  39. .jumbotron {
  40. text-align: center;
  41. border-bottom: 1px solid #e5e5e5;
  42. }
  43. .jumbotron .btn {
  44. font-size: 21px;
  45. padding: 14px 24px;
  46. }
  47. /* Supporting marketing content */
  48. .marketing {
  49. margin: 40px 0;
  50. }
  51. .marketing p + h4 {
  52. margin-top: 28px;
  53. }
  54. /* Responsive: Portrait tablets and up */
  55. @media screen and (min-width: 768px) {
  56. .container {
  57. width: inherit;
  58. margin-left: 60px;
  59. margin-right: 5px;
  60. }
  61. /* Remove the padding we set earlier */
  62. .header,
  63. .marketing,
  64. .footer {
  65. padding-left: 0;
  66. padding-right: 0;
  67. }
  68. /* Space out the masthead */
  69. .header {
  70. margin-bottom: 30px;
  71. }
  72. /* Remove the bottom border on the jumbotron for visual effect */
  73. .jumbotron {
  74. border-bottom: 0;
  75. }
  76. }
  77. .navbar-inverse {
  78. background-color: #1d9d74;
  79. border-color: #1b926c;
  80. }
  81. .navbar-inverse .navbar-nav > li > a {
  82. color: #b0ddce;
  83. font-size: 15px;
  84. }
  85. .navbar-inverse .navbar-nav>.open>a,
  86. .navbar-inverse .navbar-nav>.open>a:focus,
  87. .navbar-inverse .navbar-nav>.open>a:hover {
  88. background-color: #1b926c;
  89. }
  90. @media (min-width: 900px) {
  91. .navbar-left {
  92. float: left !important;
  93. }
  94. .navbar-right {
  95. float: right !important;
  96. margin-right: 0%;
  97. }
  98. .navbar-right ~ .navbar-right {
  99. margin-right: 0;
  100. }
  101. }
  102. .dropdown-menu {
  103. min-width: 100px !important;
  104. }
  105. .nav-sidebar li.active a {
  106. background: #DDD;
  107. }
  108. .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  109. background: #1d9d74;
  110. /*background: #d9d9d9;*/
  111. color: white;
  112. }
  113. .broadcast-message,
  114. .broadcast-message-preview {
  115. padding: 10px;
  116. text-align: center;
  117. background: #555;
  118. color: #BBB;
  119. margin-top: 50px;
  120. }
  121. .card {
  122. position: relative;
  123. border: 1px solid #d9d9d9;
  124. border-radius: 3px;
  125. color: #666;
  126. background-color: #fff;
  127. width: 100%;
  128. border-radius: 5px;
  129. }
  130. .card .card-header {
  131. padding: 9px 0;
  132. height: 40px;
  133. background: #555;
  134. color: #fff;
  135. text-align: center;
  136. border-top-left-radius: 4px;
  137. border-top-right-radius: 4px;
  138. }
  139. .card .card-body {
  140. padding: 12px 10px;
  141. }
  142. .card .card-footer {
  143. height: 20px;
  144. font-size: 10px;
  145. color: #777;
  146. margin-top: -15px;
  147. margin-bottom: 5px;
  148. margin-left: 20px;
  149. margin-right: 20px;
  150. }
  151. .card .detail-brand {
  152. float: left;
  153. width: 30%;
  154. line-height: 98px;
  155. font-size: 30px;
  156. text-align: center;
  157. color: white;
  158. }
  159. .card .default {
  160. background: #1d9d74;
  161. }
  162. .card .info {
  163. background: #6EBEE7;
  164. }
  165. .card .warn {
  166. background: #ED7F54;
  167. }
  168. .card .danger {
  169. background: #6583BE;
  170. }
  171. .card .detail .text-default {
  172. color: #1d9d74;
  173. }
  174. .card .detail .text-info {
  175. color: #6EBEE7;
  176. }
  177. .card .detail .text-warn {
  178. color: #ED7F54;
  179. }
  180. .card .detail .text-danger {
  181. color: #6583BE;
  182. }
  183. .card .detail {
  184. float: right;
  185. width: 70%;
  186. line-height: 98px;
  187. text-align: center;
  188. }
  189. .card .detail .text {
  190. font-size: 12px;
  191. }
  192. .card .detail .number {
  193. font-size: 30px;
  194. font-weight: 500;
  195. }
  196. .h100 {
  197. height: 100px;
  198. }
  199. .inline {
  200. display: inline;
  201. }
  202. .separator {
  203. height: 1px;
  204. background-color: #e5e5e5;
  205. margin-top: 10px;
  206. }
  207. .card > .card-body > table > thead > tr > td,
  208. .card > .card-body > table > tbody > tr > td {
  209. word-wrap: break-word;
  210. word-break: break-all;
  211. }
  212. .card > .card-body > table > thead > tr > td {
  213. font-weight: 500;
  214. font-size: 13px;
  215. text-align: center;
  216. }
  217. .card > .card-body > table > thead > tr > td > span {
  218. font-weight: 500;
  219. font-size: 10px;
  220. }
  221. .card > .card-body > table > tbody > tr > td {
  222. font-size: 12px;
  223. text-align: center;
  224. }
  225. .card > .card-body > table > tbody > tr > td > a {
  226. color: #666;
  227. }
  228. .thumbnails > .card > .card-body > table > thead > tr > td,
  229. .thumbnails > .card > .card-body > table > tbody > tr > td {
  230. font-size: 12px;
  231. color: #777;
  232. word-wrap: break-word;
  233. word-break: break-all;
  234. }
  235. .thumbnails > .card > .card-body > table > thead > tr > td:nth-child(n+2) {
  236. text-align: center;
  237. }
  238. .thumbnails > .card > .card-body > table > tbody > tr > td:nth-child(n+2) {
  239. font-weight: 700;
  240. text-align: center;
  241. }
  242. .thumbnails > .card > .card-body > table > thead > tr > td:nth-child(1),
  243. .thumbnails > .card > .card-body > table > tbody > tr > td:nth-child(1) {
  244. text-align: left;
  245. }
  246. .tools-header {
  247. background: whitesmoke;
  248. padding: 9px 0;
  249. height: 40px;
  250. border-top-left-radius: 4px;
  251. border-top-right-radius: 4px;
  252. }
  253. .tools-header .brand {
  254. font-size: 13px;
  255. margin: 2px 10px;
  256. font-weight: 700;
  257. float: left;
  258. }
  259. .tools-header .brand > a {
  260. color: #666;
  261. }
  262. .tools-header > button,
  263. .tools-header > select,
  264. .tools-header > a {
  265. float: right;
  266. max-width: 80px;
  267. margin: 1px 10px;
  268. height: 25px;
  269. padding: 0 10px;
  270. line-height: 25px;
  271. color: #666;
  272. }
  273. .tools-header .paged {
  274. margin-right: 0px;
  275. }
  276. .btn {
  277. height: 32px;
  278. }
  279. .btn.btn-main {
  280. color: #ffffff;
  281. background-color: #337ab7;
  282. border-color: #337ab7;
  283. }
  284. .btn:focus,
  285. .btn:active {
  286. outline: none !important;
  287. }
  288. .btn-default:hover,
  289. .btn-default:focus,
  290. .btn-default:active {
  291. color: #1d9d74;
  292. border-color: #1d9d74;
  293. background: white;
  294. }
  295. .btn.btn-danger-tag {
  296. color: #ffffff;
  297. background-color: #d9534f;
  298. border-color: #d43f3a;
  299. line-height: 1px;
  300. font-size: 11px;
  301. padding: 4px 4px;
  302. }
  303. .btn.btn-danger {
  304. color: #333;
  305. background-color: #fff;
  306. border-color: #ccc;
  307. }
  308. .btn.btn-danger:hover,
  309. .btn.btn-danger:focus,
  310. .btn.btn-danger:active {
  311. color: #d9534f;
  312. border-color: #d9534f;
  313. background: white;
  314. }
  315. .form-control {
  316. height : 32px;
  317. }
  318. .form-control:focus {
  319. border-color: #337ab7;
  320. box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(29, 157, 116, 1);
  321. }
  322. .form-control {
  323. border-radius: 8px;
  324. }
  325. .input-label:before {
  326. display: inline-block;
  327. content: "*";
  328. color: #f44336;
  329. font-family: SimSun;
  330. font-size: 12px;
  331. -webkit-transform: TranslateX(-10px);
  332. -ms-transform: TranslateX(-10px);
  333. transform: TranslateX(-10px);
  334. }
  335. .label.label-main {
  336. color: #ffffff;
  337. background-color: #1d9d74;
  338. border-color: #1d9d74;
  339. }
  340. .badge-main {
  341. color: #ffffff;
  342. background-color: #1d9d74;
  343. border-color: #1d9d74;
  344. }
  345. .bootstrap-tagsinput {
  346. background-color: #fff;
  347. border: 1px solid #ccc;
  348. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  349. display: inline-block;
  350. padding: 4px 6px;
  351. color: #555;
  352. vertical-align: middle;
  353. border-radius: 4px;
  354. /* max-width: 100%; */
  355. width: 85%;
  356. height: 100px;
  357. line-height: 20px;
  358. cursor: text;
  359. }
  360. .bootstrap-tagsinput > .dropdown-menu {
  361. min-width: 40px;
  362. font-size: 12px;
  363. }
  364. .bootstrap-tagsinput > .dropdown-menu>.active>a,
  365. .bootstrap-tagsinput > .dropdown-menu>.active>a:focus,
  366. .bootstrap-tagsinput > .dropdown-menu>.active>a:hover {
  367. background-color: #1d9d74;
  368. background-image: -webkit-linear-gradient(top, #1d9d74 0, #1d9d74 100%);
  369. background-image: -o-linear-gradient(top, #1d9d74 0, #1d9d74 100%);
  370. background-image: -webkit-gradient(linear, left top, left bottom, from(#1d9d74), to(#1d9d74));
  371. background-image: linear-gradient(to bottom, #1d9d74 0, #1d9d74 100%);
  372. filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1d9d74', endColorstr='#1d9d74', GradientType=0);
  373. background-repeat: repeat-x;
  374. }
  375. .bootstrap-tagsinput > .dropdown-menu>.active>a,
  376. .bootstrap-tagsinput > .dropdown-menu>.active>a:focus,
  377. .bootstrap-tagsinput > .dropdown-menu>.active>a:hover {
  378. color: #fff;
  379. text-decoration: none;
  380. background-color: #1d9d74;
  381. outline: 0;
  382. }
  383. .bootstrap-tagsinput > .dropdown-menu>.active>a,
  384. .bootstrap-tagsinput > .dropdown-menu>.active>a:hover,
  385. .bootstrap-tagsinput > .dropdown-menu>.active>a:focus {
  386. color: white;
  387. text-decoration: none;
  388. outline: 0;
  389. background-color: #1d9d74;
  390. }
  391. .inputs-header {
  392. padding: 9px 0;
  393. height: 50px;
  394. border-top-left-radius: 4px;
  395. border-top-right-radius: 4px;
  396. }
  397. .inputs-header .brand {
  398. font-size: 13px;
  399. margin: 2px 10px;
  400. font-weight: 700;
  401. float: left;
  402. }
  403. .inputs-header .brand > a {
  404. color: #666;
  405. }
  406. .inputs-header > input {
  407. float: right;
  408. margin: 1px 10px;
  409. height: 30px;
  410. padding: 0 10px;
  411. color: #666;
  412. }
  413. .inputs-header > a {
  414. float: right;
  415. margin: 1px 10px;
  416. height: 30px;
  417. padding: 5 5px;
  418. }
  419. .inputs-header > select {
  420. float: right;
  421. max-width: 80px;
  422. margin: 1px 10px;
  423. height: 30px;
  424. padding: 0 10px;
  425. color: #666;
  426. height: 25px;
  427. font-size: 12px;
  428. }
  429. .witdh-150 {
  430. max-width: 150px;
  431. }
  432. .witdh-200 {
  433. max-width: 200px;
  434. }
  435. .width-200 {
  436. max-width: 200px;
  437. }
  438. .witdh-300 {
  439. max-width: 300px;
  440. }
  441. .width-300 {
  442. max-width: 300px;
  443. }
  444. .card.highlight {
  445. border-color: #d9534f;
  446. }
  447. .card .pagination-footer {
  448. height: 40px;
  449. font-size: 10px;
  450. color: #777;
  451. margin-top: -15px;
  452. margin-bottom: 5px;
  453. margin-left: 20px;
  454. margin-right: 20px;
  455. }
  456. .card .pagination-footer .tools {
  457. font-size: 12px;
  458. margin: 11px 0;
  459. float: right;
  460. display: inline;
  461. margin-right: 20px;
  462. }
  463. .card > .pagination-footer > .tools > span > input {
  464. height: 25px;
  465. max-width: 50px;
  466. display: inline;
  467. }
  468. .pagination {
  469. display: inline-block;
  470. padding-left: 0;
  471. margin: 8px 0;
  472. float: right;
  473. border-radius: 4px;
  474. }
  475. .pagination > a {
  476. margin-right: 5px;
  477. height: 28px;
  478. width: 28px;
  479. padding: 5px 0px;
  480. }
  481. .pagination > .btn.active {
  482. color: #ffffff;
  483. background-color: #1d9d74;
  484. border-color: #1d9d74;
  485. }
  486. .datepicker > .table > thead > tr > td, .datepicker > .table > tbody > tr > td,
  487. .timepicker > .table > thead > tr > td, .timepicker > .table > tbody > tr > td {
  488. padding: 5px 3px;
  489. }
  490. .datepicker > .table > thead > tr > td > .btn, .datepicker > .table > tbody > tr > td > .btn,
  491. .timepicker > .table > thead > tr > td > .btn, .timepicker > .table > tbody > tr > td > .btn {
  492. border: 1px solid #FFFDFD;
  493. }
  494. .datepicker > .table > thead > tr > td > .btn-default:hover,
  495. .datepicker > .table > thead > tr > td > .btn-default:focus,
  496. .datepicker > .table > thead > tr > td > .btn-default:active,
  497. .datepicker > .table > tbody > tr > td > .btn-default:hover,
  498. .datepicker > .table > tbody > tr > td > .btn-default:focus,
  499. .datepicker > .table > tbody > tr > td > .btn-default:active,
  500. .timepicker > .table > thead > tr > td > .btn-default:hover,
  501. .timepicker > .table > thead > tr > td > .btn-default:focus,
  502. .timepicker > .table > thead > tr > td > .btn-default:active,
  503. .timepicker > .table > tbody > tr > td > .btn-default:hover,
  504. .timepicker > .table > tbody > tr > td > .btn-default:focus,
  505. .timepicker > .table > tbody > tr > td > .btn-default:active {
  506. color: #1d9d74;
  507. border-color: #1d9d74;
  508. background: white;
  509. }
  510. .datepicker > .table > thead > tr > td > a, .datepicker > .table > tbody > tr > td > a,
  511. .timepicker > .table > thead > tr > td > a, .timepicker > .table > tbody > tr > td > a {
  512. height: 25px;
  513. width: 25px;
  514. padding: 3px 0px;
  515. }
  516. .datepicker > .table > tbody > tr:first-child > td > a {
  517. padding: 4px 0px;
  518. }
  519. .datepicker > .table > thead > tr > td > a.btn.active,
  520. .datepicker > .table > tbody > tr > td > a.btn.active,
  521. .timepicker > .table > thead > tr > td > a.btn.active,
  522. .timepicker > .table > tbody > tr > td > a.btn.active {
  523. /* color: #ffffff;
  524. background-color: #1d9d74;
  525. border-color: #1d9d74;*/
  526. color: #1d9d74;
  527. border-color: #1d9d74;
  528. background: white;
  529. box-shadow: inset 0 0px 0px rgba(0,0,0,0.125);
  530. }
  531. .datepicker > .table > thead > tr > td:not(:first-child):last-child > a,
  532. .timepicker > .table > thead > tr > td:not(:first-child):last-child > a {
  533. height: 25px;
  534. width: 50px;
  535. padding: 5px 0px;
  536. }
  537. .datepicker > .table > tbody > tr > td > a,
  538. .timepicker > .table > tbody > tr > td > a {
  539. margin-left: 8px;
  540. }
  541. .selectize-input-200 > .selectize-input {
  542. min-width: 250px;
  543. }
  544. .highlight-border {
  545. border-color: #337ab7;
  546. box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(29, 157, 116, 1);
  547. }.browsehappy {
  548. margin: 0.2em 0;
  549. background: #ccc;
  550. color: #000;
  551. padding: 0.2em 0;
  552. }
  553. body {
  554. padding: 0;
  555. }
  556. /* Everything but the jumbotron gets side spacing for mobile first views */
  557. .header,
  558. .marketing,
  559. .footer {
  560. padding-left: 15px;
  561. padding-right: 15px;
  562. }
  563. /* Custom page header */
  564. .header {
  565. border-bottom: 1px solid #e5e5e5;
  566. margin-bottom: 10px;
  567. }
  568. /* Make the masthead heading the same height as the navigation */
  569. .header h3 {
  570. margin-top: 0;
  571. margin-bottom: 0;
  572. line-height: 40px;
  573. padding-bottom: 19px;
  574. }
  575. /* Custom page footer */
  576. .footer {
  577. padding-top: 19px;
  578. color: #777;
  579. border-top: 1px solid #e5e5e5;
  580. }
  581. .container-narrow > hr {
  582. margin: 30px 0;
  583. }
  584. /* Main marketing message and sign up button */
  585. .jumbotron {
  586. text-align: center;
  587. border-bottom: 1px solid #e5e5e5;
  588. }
  589. .jumbotron .btn {
  590. font-size: 21px;
  591. padding: 14px 24px;
  592. }
  593. /* Supporting marketing content */
  594. .marketing {
  595. margin: 40px 0;
  596. }
  597. .marketing p + h4 {
  598. margin-top: 28px;
  599. }
  600. /* Responsive: Portrait tablets and up */
  601. @media screen and (min-width: 768px) {
  602. .container {
  603. width: inherit;
  604. margin-left: 60px;
  605. margin-right: 5px;
  606. }
  607. /* Remove the padding we set earlier */
  608. .header,
  609. .marketing,
  610. .footer {
  611. padding-left: 0;
  612. padding-right: 0;
  613. }
  614. /* Space out the masthead */
  615. .header {
  616. margin-bottom: 30px;
  617. }
  618. /* Remove the bottom border on the jumbotron for visual effect */
  619. .jumbotron {
  620. border-bottom: 0;
  621. }
  622. }
  623. .navbar-inverse {
  624. background-color: #1d9d74;
  625. border-color: #1b926c;
  626. }
  627. .navbar-inverse .navbar-nav > li > a {
  628. color: #b0ddce;
  629. font-size: 15px;
  630. }
  631. .navbar-inverse .navbar-nav>.open>a,
  632. .navbar-inverse .navbar-nav>.open>a:focus,
  633. .navbar-inverse .navbar-nav>.open>a:hover {
  634. background-color: #1b926c;
  635. }
  636. @media (min-width: 900px) {
  637. .navbar-left {
  638. float: left !important;
  639. }
  640. .navbar-right {
  641. float: right !important;
  642. margin-right: 0%;
  643. }
  644. .navbar-right ~ .navbar-right {
  645. margin-right: 0;
  646. }
  647. }
  648. .dropdown-menu {
  649. min-width: 100px !important;
  650. }
  651. .nav-sidebar li.active a {
  652. background: #DDD;
  653. }
  654. .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  655. background: #1d9d74;
  656. /*background: #d9d9d9;*/
  657. color: white;
  658. }
  659. .broadcast-message,
  660. .broadcast-message-preview {
  661. padding: 10px;
  662. text-align: center;
  663. background: #555;
  664. color: #BBB;
  665. margin-top: 50px;
  666. }
  667. .card {
  668. position: relative;
  669. border: 1px solid #d9d9d9;
  670. border-radius: 3px;
  671. color: #666;
  672. background-color: #fff;
  673. width: 100%;
  674. border-radius: 5px;
  675. }
  676. .card .card-header {
  677. padding: 9px 0;
  678. height: 40px;
  679. background: #555;
  680. color: #fff;
  681. text-align: center;
  682. border-top-left-radius: 4px;
  683. border-top-right-radius: 4px;
  684. }
  685. .card .card-body {
  686. padding: 12px 10px;
  687. }
  688. .card .card-footer {
  689. height: 20px;
  690. font-size: 10px;
  691. color: #777;
  692. margin-top: -15px;
  693. margin-bottom: 5px;
  694. margin-left: 20px;
  695. margin-right: 20px;
  696. }
  697. .card .detail-brand {
  698. float: left;
  699. width: 30%;
  700. line-height: 98px;
  701. font-size: 30px;
  702. text-align: center;
  703. color: white;
  704. }
  705. .card .default {
  706. background: #1d9d74;
  707. }
  708. .card .info {
  709. background: #6EBEE7;
  710. }
  711. .card .warn {
  712. background: #ED7F54;
  713. }
  714. .card .danger {
  715. background: #6583BE;
  716. }
  717. .card .detail .text-default {
  718. color: #1d9d74;
  719. }
  720. .card .detail .text-info {
  721. color: #6EBEE7;
  722. }
  723. .card .detail .text-warn {
  724. color: #ED7F54;
  725. }
  726. .card .detail .text-danger {
  727. color: #6583BE;
  728. }
  729. .card .detail {
  730. float: right;
  731. width: 70%;
  732. line-height: 98px;
  733. text-align: center;
  734. }
  735. .card .detail .text {
  736. font-size: 12px;
  737. }
  738. .card .detail .number {
  739. font-size: 30px;
  740. font-weight: 500;
  741. }
  742. .h100 {
  743. height: 100px;
  744. }
  745. .inline {
  746. display: inline;
  747. }
  748. .separator {
  749. height: 1px;
  750. background-color: #e5e5e5;
  751. margin-top: 10px;
  752. }
  753. .card > .card-body > table > thead > tr > td,
  754. .card > .card-body > table > tbody > tr > td {
  755. word-wrap: break-word;
  756. word-break: break-all;
  757. }
  758. .card > .card-body > table > thead > tr > td {
  759. font-weight: 500;
  760. font-size: 13px;
  761. text-align: center;
  762. }
  763. .card > .card-body > table > thead > tr > td > span {
  764. font-weight: 500;
  765. font-size: 10px;
  766. }
  767. .card > .card-body > table > tbody > tr > td {
  768. font-size: 12px;
  769. text-align: center;
  770. }
  771. .card > .card-body > table > tbody > tr > td > a {
  772. color: #666;
  773. }
  774. .thumbnails > .card > .card-body > table > thead > tr > td,
  775. .thumbnails > .card > .card-body > table > tbody > tr > td {
  776. font-size: 12px;
  777. color: #777;
  778. word-wrap: break-word;
  779. word-break: break-all;
  780. }
  781. .thumbnails > .card > .card-body > table > thead > tr > td:nth-child(n+2) {
  782. text-align: center;
  783. }
  784. .thumbnails > .card > .card-body > table > tbody > tr > td:nth-child(n+2) {
  785. font-weight: 700;
  786. text-align: center;
  787. }
  788. .thumbnails > .card > .card-body > table > thead > tr > td:nth-child(1),
  789. .thumbnails > .card > .card-body > table > tbody > tr > td:nth-child(1) {
  790. text-align: left;
  791. }
  792. .tools-header {
  793. background: whitesmoke;
  794. padding: 9px 0;
  795. height: 40px;
  796. border-top-left-radius: 4px;
  797. border-top-right-radius: 4px;
  798. }
  799. .tools-header .brand {
  800. font-size: 13px;
  801. margin: 2px 10px;
  802. font-weight: 700;
  803. float: left;
  804. }
  805. .tools-header .brand > a {
  806. color: #666;
  807. }
  808. .tools-header > button,
  809. .tools-header > select,
  810. .tools-header > a {
  811. float: right;
  812. max-width: 80px;
  813. margin: 1px 10px;
  814. height: 25px;
  815. padding: 0 10px;
  816. line-height: 25px;
  817. color: #666;
  818. }
  819. .tools-header .paged {
  820. margin-right: 0px;
  821. }
  822. .btn.btn-main {
  823. color: #ffffff;
  824. background-color: #1d9d74;
  825. border-color: #1d9d74;
  826. }
  827. .btn:focus,
  828. .btn:active {
  829. outline: none !important;
  830. }
  831. .btn-default:hover,
  832. .btn-default:focus,
  833. .btn-default:active {
  834. color: #1d9d74;
  835. border-color: #1d9d74;
  836. background: white;
  837. }
  838. .btn-default-inverse {
  839. color: #1d9d74;
  840. border-color: #1d9d74;
  841. background: white;
  842. }
  843. .btn-default-inverse:hover,
  844. .btn-default-inverse:focus,
  845. .btn-default:active {
  846. color: #1d9d74;
  847. border-color: #1d9d74;
  848. background: white;
  849. }
  850. .btn.btn-danger-tag {
  851. color: #ffffff;
  852. background-color: #d9534f;
  853. border-color: #d43f3a;
  854. line-height: 1px;
  855. font-size: 11px;
  856. padding: 4px 4px;
  857. }
  858. .btn.btn-danger {
  859. color: #333;
  860. background-color: #fff;
  861. border-color: #ccc;
  862. }
  863. .btn.btn-danger:hover,
  864. .btn.btn-danger:focus,
  865. .btn.btn-danger:active {
  866. color: #d9534f;
  867. border-color: #d9534f;
  868. background: white;
  869. }
  870. .form-control {
  871. height : 32px;
  872. }
  873. .form-control:focus {
  874. border-color: #1d9d74;
  875. box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(29, 157, 116, 1);
  876. }
  877. .form-control {
  878. border-radius: 8px;
  879. }
  880. .input-label:before {
  881. display: inline-block;
  882. content: "*";
  883. color: #f44336;
  884. font-family: SimSun;
  885. font-size: 12px;
  886. -webkit-transform: TranslateX(-10px);
  887. -ms-transform: TranslateX(-10px);
  888. transform: TranslateX(-10px);
  889. }
  890. .label.label-main {
  891. color: #ffffff;
  892. background-color: #1d9d74;
  893. border-color: #1d9d74;
  894. }
  895. .badge-main {
  896. color: #ffffff;
  897. background-color: #1d9d74;
  898. border-color: #1d9d74;
  899. }
  900. .bootstrap-tagsinput {
  901. background-color: #fff;
  902. border: 1px solid #ccc;
  903. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  904. display: inline-block;
  905. padding: 4px 6px;
  906. color: #555;
  907. vertical-align: middle;
  908. border-radius: 4px;
  909. /* max-width: 100%; */
  910. width: 85%;
  911. height: 100px;
  912. line-height: 20px;
  913. cursor: text;
  914. }
  915. .bootstrap-tagsinput > .dropdown-menu {
  916. min-width: 40px;
  917. font-size: 12px;
  918. }
  919. .bootstrap-tagsinput > .dropdown-menu>.active>a,
  920. .bootstrap-tagsinput > .dropdown-menu>.active>a:focus,
  921. .bootstrap-tagsinput > .dropdown-menu>.active>a:hover {
  922. background-color: #1d9d74;
  923. background-image: -webkit-linear-gradient(top, #1d9d74 0, #1d9d74 100%);
  924. background-image: -o-linear-gradient(top, #1d9d74 0, #1d9d74 100%);
  925. background-image: -webkit-gradient(linear, left top, left bottom, from(#1d9d74), to(#1d9d74));
  926. background-image: linear-gradient(to bottom, #1d9d74 0, #1d9d74 100%);
  927. filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1d9d74', endColorstr='#1d9d74', GradientType=0);
  928. background-repeat: repeat-x;
  929. }
  930. .bootstrap-tagsinput > .dropdown-menu>.active>a,
  931. .bootstrap-tagsinput > .dropdown-menu>.active>a:focus,
  932. .bootstrap-tagsinput > .dropdown-menu>.active>a:hover {
  933. color: #fff;
  934. text-decoration: none;
  935. background-color: #1d9d74;
  936. outline: 0;
  937. }
  938. .bootstrap-tagsinput > .dropdown-menu>.active>a,
  939. .bootstrap-tagsinput > .dropdown-menu>.active>a:hover,
  940. .bootstrap-tagsinput > .dropdown-menu>.active>a:focus {
  941. color: white;
  942. text-decoration: none;
  943. outline: 0;
  944. background-color: #1d9d74;
  945. }
  946. .inputs-header {
  947. padding: 9px 0;
  948. height: 50px;
  949. border-top-left-radius: 4px;
  950. border-top-right-radius: 4px;
  951. }
  952. .inputs-header .brand {
  953. font-size: 13px;
  954. margin: 2px 10px;
  955. font-weight: 700;
  956. float: left;
  957. }
  958. .inputs-header .brand > a {
  959. color: #666;
  960. }
  961. .inputs-header > input {
  962. float: right;
  963. margin: 1px 10px;
  964. height: 30px;
  965. padding: 0 10px;
  966. color: #666;
  967. }
  968. .inputs-header > a {
  969. float: right;
  970. margin: 1px 10px;
  971. height: 30px;
  972. padding: 5 5px;
  973. }
  974. .inputs-header > select {
  975. float: right;
  976. max-width: 80px;
  977. margin: 1px 10px;
  978. height: 30px;
  979. padding: 0 10px;
  980. color: #666;
  981. height: 25px;
  982. font-size: 12px;
  983. }
  984. .witdh-150 {
  985. max-width: 150px;
  986. }
  987. .witdh-200 {
  988. max-width: 200px;
  989. }
  990. .card.highlight {
  991. border-color: #d9534f;
  992. }
  993. .card .pagination-footer {
  994. height: 40px;
  995. font-size: 10px;
  996. color: #777;
  997. margin-top: -15px;
  998. margin-bottom: 5px;
  999. margin-left: 20px;
  1000. margin-right: 20px;
  1001. }
  1002. .card .pagination-footer .tools {
  1003. font-size: 12px;
  1004. margin: 11px 0;
  1005. float: right;
  1006. display: inline;
  1007. margin-right: 20px;
  1008. }
  1009. .card > .pagination-footer > .tools > span > input {
  1010. height: 25px;
  1011. max-width: 50px;
  1012. display: inline;
  1013. }
  1014. .pagination {
  1015. display: inline-block;
  1016. padding-left: 0;
  1017. margin: 8px 0;
  1018. float: right;
  1019. border-radius: 4px;
  1020. }
  1021. .pagination > a {
  1022. margin-right: 5px;
  1023. height: 28px;
  1024. width: 28px;
  1025. padding: 5px 0px;
  1026. }
  1027. .pagination > .btn.active {
  1028. color: #ffffff;
  1029. background-color: #449d44;
  1030. border-color: #449d44;
  1031. }
  1032. .datepicker > .table > thead > tr > td, .datepicker > .table > tbody > tr > td,
  1033. .timepicker > .table > thead > tr > td, .timepicker > .table > tbody > tr > td {
  1034. padding: 5px 3px;
  1035. }
  1036. .datepicker > .table > thead > tr > td > .btn, .datepicker > .table > tbody > tr > td > .btn,
  1037. .timepicker > .table > thead > tr > td > .btn, .timepicker > .table > tbody > tr > td > .btn {
  1038. border: 1px solid #FFFDFD;
  1039. }
  1040. .datepicker > .table > thead > tr > td > .btn-default:hover,
  1041. .datepicker > .table > thead > tr > td > .btn-default:focus,
  1042. .datepicker > .table > thead > tr > td > .btn-default:active,
  1043. .datepicker > .table > tbody > tr > td > .btn-default:hover,
  1044. .datepicker > .table > tbody > tr > td > .btn-default:focus,
  1045. .datepicker > .table > tbody > tr > td > .btn-default:active,
  1046. .timepicker > .table > thead > tr > td > .btn-default:hover,
  1047. .timepicker > .table > thead > tr > td > .btn-default:focus,
  1048. .timepicker > .table > thead > tr > td > .btn-default:active,
  1049. .timepicker > .table > tbody > tr > td > .btn-default:hover,
  1050. .timepicker > .table > tbody > tr > td > .btn-default:focus,
  1051. .timepicker > .table > tbody > tr > td > .btn-default:active {
  1052. color: #1d9d74;
  1053. border-color: #1d9d74;
  1054. background: white;
  1055. }
  1056. .datepicker > .table > thead > tr > td > a, .datepicker > .table > tbody > tr > td > a,
  1057. .timepicker > .table > thead > tr > td > a, .timepicker > .table > tbody > tr > td > a {
  1058. height: 25px;
  1059. width: 25px;
  1060. padding: 3px 0px;
  1061. }
  1062. .datepicker > .table > tbody > tr:first-child > td > a {
  1063. padding: 4px 0px;
  1064. }
  1065. .datepicker > .table > thead > tr > td > a.btn.active,
  1066. .datepicker > .table > tbody > tr > td > a.btn.active,
  1067. .timepicker > .table > thead > tr > td > a.btn.active,
  1068. .timepicker > .table > tbody > tr > td > a.btn.active {
  1069. /* color: #ffffff;
  1070. background-color: #1d9d74;
  1071. border-color: #1d9d74;*/
  1072. color: #1d9d74;
  1073. border-color: #1d9d74;
  1074. background: white;
  1075. box-shadow: inset 0 0px 0px rgba(0,0,0,0.125);
  1076. }
  1077. .datepicker > .table > thead > tr > td:not(:first-child):last-child > a,
  1078. .timepicker > .table > thead > tr > td:not(:first-child):last-child > a {
  1079. height: 25px;
  1080. width: 50px;
  1081. padding: 5px 0px;
  1082. }
  1083. .datepicker > .table > tbody > tr > td > a,
  1084. .timepicker > .table > tbody > tr > td > a {
  1085. margin-left: 8px;
  1086. }
  1087. .selectize-input-200 > .selectize-input {
  1088. min-width: 250px;
  1089. }
  1090. .highlight-border {
  1091. border-color: #1d9d74;
  1092. box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(29, 157, 116, 1);
  1093. }
  1094. .sortorder:after {
  1095. content: '\25b2';
  1096. }
  1097. .sortorder.reverse:after {
  1098. content: '\25bc';
  1099. }
  1100. .input-control select {
  1101. -moz-appearance: none;
  1102. -webkit-appearance: none;
  1103. appearance: none;
  1104. position: relative;
  1105. border: 1px #d9d9d9 solid;
  1106. width: 100%;
  1107. height: 100%;
  1108. padding: .3125rem;
  1109. z-index: 0;
  1110. }
  1111. .navbar-inverse {
  1112. background-color: #337ab7;
  1113. border-color: #337ab7;
  1114. }
  1115. .sidebar {
  1116. z-index: 1;
  1117. width: 220px;
  1118. /*position: fixed;*/
  1119. top: 0;
  1120. left: 0;
  1121. height: 100%;
  1122. }
  1123. #page-wrapper {
  1124. position: inherit;
  1125. margin: 70px 0 0 220px;
  1126. padding: 12px 30px;
  1127. border-left: 0px solid #e7e7e7;
  1128. }
  1129. .sidebar .sidebar-nav.navbar-collapse {
  1130. padding-right: 0;
  1131. padding-left: 0;
  1132. background-color: #F5F5F5;
  1133. position: relative;
  1134. color: black;
  1135. width: 100%;
  1136. padding: 0;
  1137. margin: 0;
  1138. list-style: none inside none;
  1139. }
  1140. .sidebar a {
  1141. color: #555;
  1142. }
  1143. .sidebar ul li:hover {
  1144. color:red;
  1145. }
  1146. .form-control {
  1147. border-radius: 8px;
  1148. }
  1149. .form-control:focus {
  1150. border-color: #337ab7;
  1151. box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(29, 157, 116, 1);
  1152. }
  1153. .highlight-border {
  1154. border-color: #337ab7;
  1155. box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(29, 157, 116, 1);
  1156. }.browsehappy {
  1157. margin: 0.2em 0;
  1158. background: #ccc;
  1159. color: #000;
  1160. padding: 0.2em 0;
  1161. }
  1162. .btn.btn-main {
  1163. color: #ffffff;
  1164. background-color: #337ab7;
  1165. border-color: #337ab7;
  1166. }
  1167. .btn-default-inverse {
  1168. color: #337ab7;
  1169. border-color: #337ab7;
  1170. background: white;
  1171. }
  1172. .btn-default-inverse:hover,
  1173. .btn-default-inverse:focus,
  1174. .btn-default:active {
  1175. color: #337ab7;
  1176. border-color: #337ab7;
  1177. background: white;
  1178. }
  1179. .btn-danger-inverse {
  1180. color: #d9534f;
  1181. border-color: #d9534f;
  1182. background: white;
  1183. }
  1184. .btn-danger-inverse:hover,
  1185. .btn-danger-inverse:focus,
  1186. .btn-danger:active {
  1187. color: #d9534f;
  1188. border-color: #d9534f;
  1189. background: white;
  1190. }
  1191. .btn-tab-active,
  1192. .btn-tab-active:hover,
  1193. .btn-tab-active:focus,
  1194. .btn-tab-default:hover,
  1195. .btn-tab-default:focus,
  1196. .btn-tab-default:active {
  1197. color: #337ab7;
  1198. border-color: #337ab7;
  1199. background: white;
  1200. font-weight: 600;
  1201. }
  1202. .btn-tab-default {
  1203. color: #777;
  1204. background: white;
  1205. font-weight: 600;
  1206. }
  1207. .pagination > .btn.active {
  1208. color: #ffffff;
  1209. background-color: #337ab7;
  1210. border-color: #337ab7;
  1211. }
  1212. .btn-default:hover, .btn-default:focus, .btn-default:active {
  1213. color: #337ab7;
  1214. border-color: #337ab7;
  1215. background: white;
  1216. }
  1217. .bootstrap-switch.bootstrap-switch-on {
  1218. border-color: #337ab7;
  1219. }
  1220. .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  1221. color: #fff;
  1222. background: #337ab7;
  1223. }
  1224. .selectize-input-200 > .selectize-input {
  1225. min-width: 200px;
  1226. border-color: #337ab7;
  1227. }
  1228. .btn-outline-primary {
  1229. color: #007bff;
  1230. background-color: transparent;
  1231. background-image: none;
  1232. border-color: #007bff;
  1233. }
  1234. .btn-outline-primary:hover {
  1235. color: #fff;
  1236. background-color: #007bff;
  1237. border-color: #007bff;
  1238. }
  1239. .btn-outline-primary:focus, .btn-outline-primary.focus {
  1240. box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  1241. }
  1242. .btn-outline-primary.disabled, .btn-outline-primary:disabled {
  1243. color: #007bff;
  1244. background-color: transparent;
  1245. }
  1246. .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  1247. .show > .btn-outline-primary.dropdown-toggle {
  1248. color: #fff;
  1249. background-color: #007bff;
  1250. border-color: #007bff;
  1251. }
  1252. .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  1253. .show > .btn-outline-primary.dropdown-toggle:focus {
  1254. box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  1255. }
  1256. .btn-outline-secondary {
  1257. color: #6c757d;
  1258. background-color: transparent;
  1259. background-image: none;
  1260. border-color: #6c757d;
  1261. }
  1262. .btn-outline-secondary:hover {
  1263. color: #fff;
  1264. background-color: #6c757d;
  1265. border-color: #6c757d;
  1266. }
  1267. .btn-outline-secondary:focus, .btn-outline-secondary.focus {
  1268. box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  1269. }
  1270. .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  1271. color: #6c757d;
  1272. background-color: transparent;
  1273. }
  1274. .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  1275. .show > .btn-outline-secondary.dropdown-toggle {
  1276. color: #fff;
  1277. background-color: #6c757d;
  1278. border-color: #6c757d;
  1279. }
  1280. .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
  1281. .show > .btn-outline-secondary.dropdown-toggle:focus {
  1282. box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  1283. }
  1284. .btn-outline-success {
  1285. color: #28a745;
  1286. background-color: transparent;
  1287. background-image: none;
  1288. border-color: #28a745;
  1289. }
  1290. .btn-outline-success:hover {
  1291. color: #fff;
  1292. background-color: #28a745;
  1293. border-color: #28a745;
  1294. }
  1295. .btn-outline-success:focus, .btn-outline-success.focus {
  1296. box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  1297. }
  1298. .btn-outline-success.disabled, .btn-outline-success:disabled {
  1299. color: #28a745;
  1300. background-color: transparent;
  1301. }
  1302. .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  1303. .show > .btn-outline-success.dropdown-toggle {
  1304. color: #fff;
  1305. background-color: #28a745;
  1306. border-color: #28a745;
  1307. }
  1308. .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
  1309. .show > .btn-outline-success.dropdown-toggle:focus {
  1310. box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  1311. }
  1312. .btn-outline-info {
  1313. color: #17a2b8;
  1314. background-color: transparent;
  1315. background-image: none;
  1316. border-color: #17a2b8;
  1317. }
  1318. .btn-outline-info:hover {
  1319. color: #fff;
  1320. background-color: #17a2b8;
  1321. border-color: #17a2b8;
  1322. }
  1323. .btn-outline-info:focus, .btn-outline-info.focus {
  1324. box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  1325. }
  1326. .btn-outline-info.disabled, .btn-outline-info:disabled {
  1327. color: #17a2b8;
  1328. background-color: transparent;
  1329. }
  1330. .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  1331. .show > .btn-outline-info.dropdown-toggle {
  1332. color: #fff;
  1333. background-color: #17a2b8;
  1334. border-color: #17a2b8;
  1335. }
  1336. .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
  1337. .show > .btn-outline-info.dropdown-toggle:focus {
  1338. box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  1339. }
  1340. .btn-outline-warning {
  1341. color: #ffc107;
  1342. background-color: transparent;
  1343. background-image: none;
  1344. border-color: #ffc107;
  1345. }
  1346. .btn-outline-warning:hover {
  1347. color: #212529;
  1348. background-color: #ffc107;
  1349. border-color: #ffc107;
  1350. }
  1351. .btn-outline-warning:focus, .btn-outline-warning.focus {
  1352. box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  1353. }
  1354. .btn-outline-warning.disabled, .btn-outline-warning:disabled {
  1355. color: #ffc107;
  1356. background-color: transparent;
  1357. }
  1358. .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  1359. .show > .btn-outline-warning.dropdown-toggle {
  1360. color: #212529;
  1361. background-color: #ffc107;
  1362. border-color: #ffc107;
  1363. }
  1364. .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
  1365. .show > .btn-outline-warning.dropdown-toggle:focus {
  1366. box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  1367. }
  1368. .btn-outline-danger {
  1369. color: #dc3545;
  1370. background-color: transparent;
  1371. background-image: none;
  1372. border-color: #dc3545;
  1373. }
  1374. .btn-outline-danger:hover {
  1375. color: #fff;
  1376. background-color: #dc3545;
  1377. border-color: #dc3545;
  1378. }
  1379. .btn-outline-danger:focus, .btn-outline-danger.focus {
  1380. box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  1381. }
  1382. .btn-outline-danger.disabled, .btn-outline-danger:disabled {
  1383. color: #dc3545;
  1384. background-color: transparent;
  1385. }
  1386. .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  1387. .show > .btn-outline-danger.dropdown-toggle {
  1388. color: #fff;
  1389. background-color: #dc3545;
  1390. border-color: #dc3545;
  1391. }
  1392. .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
  1393. .show > .btn-outline-danger.dropdown-toggle:focus {
  1394. box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  1395. }
  1396. .btn-outline-light {
  1397. color: #f8f9fa;
  1398. background-color: transparent;
  1399. background-image: none;
  1400. border-color: #f8f9fa;
  1401. }
  1402. .btn-outline-light:hover {
  1403. color: #212529;
  1404. background-color: #f8f9fa;
  1405. border-color: #f8f9fa;
  1406. }
  1407. .btn-outline-light:focus, .btn-outline-light.focus {
  1408. box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  1409. }
  1410. .btn-outline-light.disabled, .btn-outline-light:disabled {
  1411. color: #f8f9fa;
  1412. background-color: transparent;
  1413. }
  1414. .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  1415. .show > .btn-outline-light.dropdown-toggle {
  1416. color: #212529;
  1417. background-color: #f8f9fa;
  1418. border-color: #f8f9fa;
  1419. }
  1420. .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
  1421. .show > .btn-outline-light.dropdown-toggle:focus {
  1422. box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  1423. }
  1424. .btn-outline-dark {
  1425. color: #343a40;
  1426. background-color: transparent;
  1427. background-image: none;
  1428. border-color: #343a40;
  1429. }
  1430. .btn-outline-dark:hover {
  1431. color: #fff;
  1432. background-color: #343a40;
  1433. border-color: #343a40;
  1434. }
  1435. .btn-outline-dark:focus, .btn-outline-dark.focus {
  1436. box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  1437. }
  1438. .btn-outline-dark.disabled, .btn-outline-dark:disabled {
  1439. color: #343a40;
  1440. background-color: transparent;
  1441. }
  1442. .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  1443. .show > .btn-outline-dark.dropdown-toggle {
  1444. color: #fff;
  1445. background-color: #343a40;
  1446. border-color: #343a40;
  1447. }
  1448. .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
  1449. .show > .btn-outline-dark.dropdown-toggle:focus {
  1450. box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  1451. }