1body {
2    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
3    font-size: 13px;
4    padding-top: 80px;
5    color: #333;
6    background-color: #fff;
7}
8
9wbr {
10    display: inline-block;
11}
12
13.table td.rightCell, .table th.rightCell {
14    text-align: right;
15}
16
17.percent {
18    text-align: center;
19}
20
21.card {
22    border-color: #f2f2f2;
23}
24
25.navbar {
26    background-color: #3b87c8;
27    border-color: #2d6da3;
28}
29
30.navbar-brand, .navbar-brand:hover {
31    color: #fff;
32    margin-right: 0;
33}
34
35.treegrid-span {
36    display: table-cell;
37}
38
39.treegrid-spanbold {
40    font-weight: bold;
41    display: table-cell;
42}
43
44.treegrid-indent {
45    width: 16px;
46    height: 16px;
47    display: table-cell;
48}
49
50.treegrid-expander {
51    width: 0px;
52    height: 16px;
53    display: table-cell;
54    cursor: pointer;
55}
56
57.normalicon {
58    width: 16px;
59    height: 16px;
60    position: relative;
61    top: 1px;
62    display: table-cell;
63    font-style: normal;
64    font-weight: normal;
65    line-height: 1;
66
67    -webkit-font-smoothing: antialiased;
68    -moz-osx-font-smoothing: grayscale;
69}
70.normalicon-right:before {
71    content: "\25ba";
72}
73.normalicon-down:before {
74    content: "\25bc";
75}
76
77table.sortable thead th {
78    cursor: pointer;
79    position: relative;
80    top: 0;
81    left: 0;
82}
83
84table.sortable thead th:hover {
85    background-color: #ececec;
86}
87
88.sorttable_nosort {
89    cursor: auto!important;
90}
91
92.table-hover > tbody > tr:hover {
93    color: #333;
94    background-color: #ececec;
95}
96
97.table-hover > tfoot > tr:hover {
98    background-color: #ececec;
99}
100
101table.borderless td, table.borderless th, table.noborderattop tr:first-child td, table.noborderattop tr:first-child th {
102    border: none!important;
103}
104
105.table {
106    color: #333;
107    background-color: #fff!important;
108    margin: 0;
109    border: 0;
110}
111
112.logo {
113    cursor: pointer;
114    width: 32px;
115}
116
117.select {
118    color: #333;
119}
120
121select {
122    background-color: #fefefe;
123}
124
125.template {
126    cursor: pointer;
127    color: #333;
128}
129
130.language {
131    cursor: pointer;
132    color: #333;
133}
134
135.card-header {
136    background-color: #337ab7!important;
137    border-color: #337ab7!important;
138    color: #fff!important;
139}
140
141.progress {
142    margin-bottom: 0;
143    background-color: #f5f5f5;
144  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
145          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
146}
147
148.progress-bar-success {
149    background-color: #5cb85c;
150}
151
152.progress-bar-info {
153    background-color: #5bc0de;
154}
155
156.progress-bar-warning {
157    background-color: #f0ad4e;
158}
159
160.progress-bar-danger {
161    background-color: #d9534f;
162}
163
164.modal-content {
165    background-color: #fff;
166}
167
168.list-group {
169    display: block;
170}
171
172.list-group-item {
173    background-color: #fff;
174}
175
176.reload {
177    background-image: url("../gfx/reload.gif");
178    float: right;
179    cursor: pointer;
180    width: 16px;
181    height: 16px;
182}
183
184.container {
185    padding:0;
186}
187
188.table thead th {
189    border-top: none;
190}
191
192a, a:visited {
193    color: #000;
194}
195
196a:hover {
197    text-decoration: underline;
198    color: #000;
199}
200
201.psihref, .psihref:visited {
202    color: #fff;
203}
204
205.psihref:hover {
206    text-decoration: underline;
207    color: #fff;
208}
209
210.col-lg-6, .col-lg-12 {
211    padding-bottom: 20px;
212}
213
214.badge {
215    font-size: 12px;
216    border-radius: 10px;
217    padding: 3px 7px;
218    float: right;
219}
220
221.table-nopadding > tbody > tr > td,
222.table-nopadding > tbody > tr > th {
223  padding: 0;
224}
225