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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
| body {
| font-size: 13px;
| font-weight: normal;
| }
|
| h1,
| h2,
| h3,
| h4,
| h5,
| h6,
| .h1,
| .h2,
| .h3,
| .h4,
| .h5,
| .h6 {
| font-family: "KaiTi", Calibri, Candara, Arial, sans-serif;
| }
|
| .breadcrumb > li {
| zoom: 1 \9;
| display: inline \9;
| }
|
| .navbar-brand {
| padding: 0;
| }
|
| .form-control {
| /*width:60px;*/
| }
|
| .form-inline .form-group {
| padding: 5px 10px 5px 0;
| display: inline;
|
| }
|
| .ng-table .form-control,
| .form-inline .form-control {
| height: 24px;
| padding: 0 0 0px 0;
|
| }
|
| .form-inline label {
| /*display:inherit;*/
| display:inline \9;
| margin: 0 10px 0 0;
| }
|
| .btn {
| margin: 0 5px 0 0;
| }
|
| table {
| font-size: 13px;
|
| }
|
| input[type="radio"], input[type="checkbox"] {
| /*marig*/
| }
|
| .btn-info {
| background-color: #ff770c;
| border-color: #ff770c;
| color: #ffffff;
| }
|
| .btn-info:hover,
| .btn-info:focus,
| .btn-info.focus,
| .btn-info:active,
| .btn-info.active,
| .open > .dropdown-toggle.btn-info {
| color: #ffffff;
| background-color: #ffad00;
| border-color: #ffad00;
| }
|
| .btn-default {
| background-color: #f1f2fc;
| border-color: #f1f2fc;
| color: #141414;
| }
|
| .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
| background-color: #e1e1e1;
| border-color: #e1e1e1;
| }
|
| .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
| background-color: #17457e;
| border-color: #17457e;
| color: #ffffff;
| }
|
| .btn {
| padding: 4px 8px;
| }
|
| .btn-file {
| position: relative;
| overflow: hidden;
| }
|
| .btn-file input[type=file] {
| position: absolute;
| top: 0;
| right: 0;
| min-width: 100%;
| min-height: 100%;
| font-size: 100px;
| text-align: right;
| filter: alpha(opacity=0);
| opacity: 0;
| outline: none;
| background: white;
| cursor: inherit;
| display: block;
| }
|
| .row {
| /*margin-bottom: 10px;*/
| }
|
| .label {
| font-size: 100%;
| }
|
| .modal-body {
| padding: 20px 40px 10px 40px;
| }
|
| .text-center {
| margin: 0px;
| }
|
| .label-danger {
| background-color: #e5593c;
| }
|
| .label-warning {
| background-color: #e5a759;
| }
|
| .label-primary {
| background-color: #215F92;
| }
|
| .nav > li > a {
| padding-left: 10px;
| padding-right: 10px;
| }
|
|