1.navbar {
2  border-width: 0;
3}
4.navbar-default .badge {
5  background-color: #fff;
6  color: #3C3C3C;
7}
8.navbar-inverse .badge {
9  background-color: #fff;
10  color: #222;
11}
12.btn:active {
13  -webkit-box-shadow: none;
14  box-shadow: none;
15}
16.btn-group.open .dropdown-toggle {
17  -webkit-box-shadow: none;
18  box-shadow: none;
19}
20.text-primary,
21.text-primary:hover {
22  color: #3C3C3C;
23}
24.text-success,
25.text-success:hover {
26  color: #188C6C;
27}
28.text-danger,
29.text-danger:hover {
30  color: #E74C3C;
31}
32.text-warning,
33.text-warning:hover {
34  color: #E38C02;
35}
36.text-info,
37.text-info:hover {
38  color: #3498DB;
39}
40table a:not(.btn),
41.table a:not(.btn) {
42  text-decoration: underline;
43}
44table .dropdown-menu a,
45.table .dropdown-menu a {
46  text-decoration: none;
47}
48table .success,
49.table .success,
50table .warning,
51.table .warning,
52table .danger,
53.table .danger,
54table .info,
55.table .info {
56  color: #fff;
57}
58table .success a,
59.table .success a,
60table .warning a,
61.table .warning a,
62table .danger a,
63.table .danger a,
64table .info a,
65.table .info a {
66  color: #fff;
67}
68table > thead > tr > th,
69.table > thead > tr > th,
70table > tbody > tr > th,
71.table > tbody > tr > th,
72table > tfoot > tr > th,
73.table > tfoot > tr > th,
74table > thead > tr > td,
75.table > thead > tr > td,
76table > tbody > tr > td,
77.table > tbody > tr > td,
78table > tfoot > tr > td,
79.table > tfoot > tr > td {
80  border: none;
81}
82table-bordered > thead > tr > th,
83.table-bordered > thead > tr > th,
84table-bordered > tbody > tr > th,
85.table-bordered > tbody > tr > th,
86table-bordered > tfoot > tr > th,
87.table-bordered > tfoot > tr > th,
88table-bordered > thead > tr > td,
89.table-bordered > thead > tr > td,
90table-bordered > tbody > tr > td,
91.table-bordered > tbody > tr > td,
92table-bordered > tfoot > tr > td,
93.table-bordered > tfoot > tr > td {
94  border: 1px solid #eeeeee;
95}
96.form-control,
97input {
98  border-width: 2px;
99  -webkit-box-shadow: none;
100  box-shadow: none;
101}
102.form-control:focus,
103input:focus {
104  -webkit-box-shadow: none;
105  box-shadow: none;
106}
107.has-warning .help-block,
108.has-warning .control-label,
109.has-warning .radio,
110.has-warning .checkbox,
111.has-warning .radio-inline,
112.has-warning .checkbox-inline,
113.has-warning .form-control-feedback {
114  color: #E38C02;
115}
116.has-warning .form-control,
117.has-warning .form-control:focus {
118  border: 2px solid #E38C02;
119}
120.has-warning .input-group-addon {
121  border-color: #E38C02;
122}
123.has-error .help-block,
124.has-error .control-label,
125.has-error .radio,
126.has-error .checkbox,
127.has-error .radio-inline,
128.has-error .checkbox-inline,
129.has-error .form-control-feedback {
130  color: #E74C3C;
131}
132.has-error .form-control,
133.has-error .form-control:focus {
134  border: 2px solid #E74C3C;
135}
136.has-error .input-group-addon {
137  border-color: #E74C3C;
138}
139.has-success .help-block,
140.has-success .control-label,
141.has-success .radio,
142.has-success .checkbox,
143.has-success .radio-inline,
144.has-success .checkbox-inline,
145.has-success .form-control-feedback {
146  color: #188C6C;
147}
148.has-success .form-control,
149.has-success .form-control:focus {
150  border: 2px solid #188C6C;
151}
152.has-success .input-group-addon {
153  border-color: #188C6C;
154}
155.nav .open > a,
156.nav .open > a:hover,
157.nav .open > a:focus {
158  border-color: transparent;
159}
160.pager a,
161.pager a:hover {
162  color: #fff;
163}
164.pager .disabled > a,
165.pager .disabled > a:hover,
166.pager .disabled > a:focus,
167.pager .disabled > span {
168  background-color: #eeeeee;
169}
170.close {
171  color: #fff;
172  text-decoration: none;
173  opacity: 0.4;
174}
175.close:hover,
176.close:focus {
177  color: #fff;
178  opacity: 1;
179}
180.alert .alert-link {
181  color: #fff;
182  text-decoration: underline;
183}
184.progress {
185  height: 10px;
186  -webkit-box-shadow: none;
187  box-shadow: none;
188}
189.progress .progress-bar {
190  font-size: 10px;
191  line-height: 10px;
192}
193.well {
194  -webkit-box-shadow: none;
195  box-shadow: none;
196}
197a.list-group-item.active,
198a.list-group-item.active:hover,
199a.list-group-item.active:focus {
200  border-color: #eeeeee;
201}
202a.list-group-item-success.active {
203  background-color: #188C6C;
204}
205a.list-group-item-success.active:hover,
206a.list-group-item-success.active:focus {
207  background-color: #14765b;
208}
209a.list-group-item-warning.active {
210  background-color: #E38C02;
211}
212a.list-group-item-warning.active:hover,
213a.list-group-item-warning.active:focus {
214  background-color: #ca7c02;
215}
216a.list-group-item-danger.active {
217  background-color: #E74C3C;
218}
219a.list-group-item-danger.active:hover,
220a.list-group-item-danger.active:focus {
221  background-color: #e43725;
222}
223.panel-default .close {
224  color: #333333;
225}
226.modal .close {
227  color: #333333;
228}
229.popover {
230  color: #333333;
231}
232
233