hjg
2023-11-18 bb48edb3d9faaaeab0088151c86fc24137acdb08
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
@media print {
 .navbar {
    display: none !important;
    /**
    background: transparent none !important;
    border-bottom: 1px solid #DDD;
    
    .navbar-brand {
        color: @text-color !important;
    }
 
    .ace-nav {
        display: none !important;
    }
    */
 }
 
 .sidebar {
    display: none !important;
 }
 .main-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    
    .nav-search {
        display: none !important;
    }
    
    .breadcrumbs {
        float: right;
        border-width:  0 !important;
        
        .breadcrumb > li + li:before {
            content: "/";
        }
        .breadcrumb .home-icon {
            display: none;
        }
    }
 }
 .ace-settings-container {
    display: none !important;
 }
 
 
 
 .footer {
   width: 100%;
   height: auto;
   position: relative;
 }
 .footer .footer-inner, .footer .footer-inner .footer-content {
    width: 100%;
 }
 
 
 .btn-scroll-up {
   display: none !important;
 }
 
 
 
 .btn, .btn.btn-app {
    background: transparent none !important;
    border-width: 1px !important;
    border-radius: 0 !important;
    color: #555 !important;
 }
 .label {
    border: 1px solid #666 !important;
 }
 .label[class*=arrowed]:before, .label[class*=arrowed]:after {
    display: none !important;
 }
 
}