| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320 |
- /*!
- * Start Bootstrap - SB Admin v5.1.1 (https://startbootstrap.com/template-overviews/sb-admin)
- * Copyright 2013-2019 Start Bootstrap
- * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin/blob/master/LICENSE)
- */
- i.nav_icon {
- width: 25px;
- }
- @media print {
- *,
- *::before,
- *::after {
- text-shadow: none !important;
- -webkit-box-shadow: none !important;
- box-shadow: none !important;
- }
- a:not(.btn) {
- text-decoration: underline;
- }
- abbr[title]::after {
- content: " (" attr(title) ")";
- }
- pre {
- white-space: pre-wrap !important;
- }
- pre,
- blockquote {
- border: 1px solid #adb5bd;
- page-break-inside: avoid;
- }
- thead {
- display: table-header-group;
- }
- tr,
- img {
- page-break-inside: avoid;
- }
- p,
- h2,
- h3 {
- orphans: 3;
- widows: 3;
- }
- h2,
- h3 {
- page-break-after: avoid;
- }
- @page {
- size: a3;
- }
- body {
- min-width: 992px !important;
- }
- .container {
- min-width: 992px !important;
- }
- .navbar {
- display: none;
- }
- .badge {
- border: 1px solid #000;
- }
- .table {
- border-collapse: collapse !important;
- }
- .table td,
- .table th {
- background-color: #fff !important;
- }
- .table-bordered th,
- .table-bordered td {
- border: 1px solid #dee2e6 !important;
- }
- .table-dark {
- color: inherit;
- }
- .table-dark th,
- .table-dark td,
- .table-dark thead th,
- .table-dark tbody + tbody {
- border-color: #dee2e6;
- }
- .table .thead-dark th {
- color: inherit;
- border-color: #dee2e6;
- }
- }
- #wrapper {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- }
- #wrapper #content-wrapper {
- overflow-x: hidden;
- width: 100%;
- padding-top: 1rem;
- /* padding-bottom: 80px; */
- }
- .scroll-to-top {
- position: fixed;
- right: 15px;
- bottom: 15px;
- display: none;
- width: 50px;
- height: 50px;
- text-align: center;
- color: #fff;
- background: rgba(52, 58, 64, 0.5);
- line-height: 46px;
- }
- .scroll-to-top:focus, .scroll-to-top:hover {
- color: white;
- }
- .scroll-to-top:hover {
- background: #343a40;
- }
- .scroll-to-top i {
- font-weight: 800;
- }
- .smaller {
- font-size: 0.7rem;
- }
- .o-hidden {
- overflow: hidden !important;
- }
- .z-0 {
- z-index: 0;
- }
- .z-1 {
- z-index: 1;
- }
- .navbar-nav .form-inline .input-group {
- width: 100%;
- }
- .navbar-nav .nav-item.active .nav-link {
- color: #fff;
- }
- .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
- width: 1rem;
- text-align: center;
- float: right;
- vertical-align: 0;
- border: 0;
- font-weight: 900;
- content: '\f105';
- font-family: 'Font Awesome 5 Free';
- }
- .navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
- content: '\f107';
- }
- .navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
- display: none;
- }
- .navbar-nav .nav-item .nav-link:focus {
- outline: none;
- }
- .navbar-nav .nav-item .nav-link .badge {
- position: absolute;
- margin-left: 0.75rem;
- top: 0.3rem;
- font-weight: 400;
- font-size: 0.5rem;
- }
- @media (min-width: 768px) {
- .navbar-nav .form-inline .input-group {
- width: auto;
- }
- }
- .sidebar {
- width: 90px !important;
- background-color: #212529;
- min-height: calc(100vh - 56px);
- }
- .sidebar .nav-item:last-child {
- margin-bottom: 1rem;
- }
- .sidebar .nav-item .nav-link {
- text-align: center;
- padding: 0.75rem 1rem;
- width: 90px;
- }
- .sidebar .nav-item .nav-link span {
- font-size: 0.65rem;
- display: block;
- }
- .sidebar .nav-item .dropdown-menu {
- position: absolute !important;
- -webkit-transform: none !important;
- transform: none !important;
- left: calc(90px + 0.5rem) !important;
- margin: 0;
- }
- .sidebar .nav-item .dropdown-menu.dropup {
- bottom: 0;
- top: auto !important;
- }
- .sidebar .nav-item.dropdown .dropdown-toggle::after {
- display: none;
- }
- .sidebar .nav-item .nav-link {
- color: rgba(255, 255, 255, 0.5);
- }
- .sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
- color: rgba(255, 255, 255, 0.75);
- }
- .sidebar.toggled {
- width: 0 !important;
- overflow: hidden;
- }
- @media (min-width: 768px) {
- .sidebar {
- width: 225px !important;
- }
- .sidebar .nav-item .nav-link {
- display: block;
- width: 100%;
- text-align: left;
- padding: 1rem;
- width: 225px;
- }
- .sidebar .nav-item .nav-link span {
- font-size: 1rem;
- display: inline;
- }
- .sidebar .nav-item .dropdown-menu {
- position: absolute !important;
- -webkit-transform: none !important;
- transform: none !important;
- left: calc(225px + 0.5rem) !important;
- margin: 0;
- }
- .sidebar .nav-item.dropdown .dropdown-toggle::after {
- display: block;
- }
- .sidebar.toggled {
- overflow: visible;
- width: 90px !important;
- }
- .sidebar.toggled .nav-item:last-child {
- margin-bottom: 1rem;
- }
- .sidebar.toggled .nav-item .nav-link {
- text-align: center;
- padding: 0.75rem 1rem;
- width: 90px;
- }
- .sidebar.toggled .nav-item .nav-link span {
- font-size: 0.65rem;
- display: block;
- }
- .sidebar.toggled .nav-item .dropdown-menu {
- position: absolute !important;
- -webkit-transform: none !important;
- transform: none !important;
- left: calc(90px + 0.5rem) !important;
- margin: 0;
- }
- .sidebar.toggled .nav-item .dropdown-menu.dropup {
- bottom: 0;
- top: auto !important;
- }
- .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
- display: none;
- }
- }
- footer {
- background-color: #e9ecef;
- }
- footer.sticky-footer .copyright {
- line-height: 1;
- font-size: 0.8rem;
- }
- body.sidebar-toggled footer.sticky-footer {
- width: 100%;
- }
- @media (min-width: 768px) {
- body.sidebar-toggled footer.sticky-footer {
- width: calc(100% - 90px);
- }
- }
|