nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / ui-select / docs / assets / docs.css
1 /*
2     Taken from angular-ui/bootstrap
3     See https://github.com/angular-ui/bootstrap/blob/master/misc/demo/assets/demo.css
4 */
5
6 body {
7   opacity: 1;
8   -webkit-transition: opacity 1s ease;
9   -moz-transition: opacity 1s ease;
10   transition: opacity 1s;
11 }
12
13 .ng-cloak {
14   opacity: 0;
15 }
16
17 .ng-invalid {
18   border: 1px solid red !important;
19 }
20
21 section {
22   padding-top: 30px;
23 }
24
25 .page-header h1 > small > a {
26   color: #999;
27 }
28
29   .page-header h1 > small > a:hover {
30     text-decoration: none;
31   }
32
33 .footer {
34   text-align: center;
35   padding: 30px 0;
36   margin-top: 70px;
37   border-top: 1px solid #e5e5e5;
38   background-color: #f5f5f5;
39 }
40
41 .bs-social {
42   margin-top: 20px;
43   margin-bottom: 20px;
44   text-align: center;
45 }
46
47 @media (min-width: 768px) {
48
49   .bs-social {
50     text-align: left;
51   }
52 }
53
54 .nav, .pagination, .carousel, .panel-title a {
55   cursor: pointer;
56 }
57
58 .bs-social-buttons {
59   display: inline-block;
60   margin-bottom: 0;
61   padding-left: 0;
62   list-style: none;
63 }
64
65   .bs-social-buttons li {
66     display: inline-block;
67     padding: 5px 8px;
68     line-height: 1;
69   }
70
71 @media (max-width: 767px) {
72
73   .visible-xs.collapse.in {
74     display: block !important;
75   }
76
77   .visible-xs.collapse {
78     display: none !important;
79   }
80 }
81
82 .navbar .collapse {
83   border-top: 1px solid #e7e7e7;
84   margin-left: -15px;
85   margin-right: -15px;
86   padding-right: 15px;
87   padding-left: 15px;
88 }
89
90 .show-grid {
91   margin-bottom: 15px;
92 }
93
94 /*
95  * Container
96  *
97  * Tweak to width of container.
98  */
99
100 /*@media (min-width: 1200px) {
101     .container{
102         max-width: 970px;
103     }
104 }*/
105
106 /*
107  * Tabs
108  *
109  * Tweaks to the Tabs.
110  */
111
112 .code .nav-tabs {
113   border-bottom: 1px solid #ccc;
114 }
115
116 .code pre, .code code {
117   border-top: none;
118   border-top-left-radius: 0;
119   border-top-right-radius: 0;
120 }
121
122 .code .nav-tabs > li.active > a, .code .nav-tabs > li.active > a:hover, .code .nav-tabs > li.active > a:focus {
123   background-color: #f8f8f8;
124   border: 1px solid #ccc;
125   border-bottom-color: transparent;
126 }
127
128 /*
129  * Button Inverse
130  *
131  * Buttons in the masthead.
132  */
133
134 .btn-outline-inverse {
135   color: #fff;
136   background-color: transparent;
137   border-color: #cdbfe3;
138   margin: 10px;
139 }
140
141 @media (min-width: 768px) {
142
143   .btn-outline-inverse {
144     width: auto;
145     margin: 20px 5px 20px 0;
146     padding: 18px 24px;
147     font-size: 21px;
148   }
149 }
150
151 .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active {
152   color: #563d7c;
153   text-shadow: none;
154   background-color: #fff;
155   border-color: #fff;
156 }
157
158
159 /* Page headers */
160 .bs-header {
161   padding: 30px 15px 40px; /* side padding builds on .container 15px, so 30px */
162   font-size: 16px;
163   text-align: center;
164   text-shadow: 0 1px 0 rgba(0,0,0,.15);
165   color: #cdbfe3;
166   background-color: #563d7c;
167   background-image: url(header.png);
168 }
169
170   .bs-header a {
171     color: #fff;
172     font-weight: normal;
173   }
174
175   .bs-header h1 {
176     color: #fff;
177   }
178
179   .bs-header p {
180     font-weight: 200;
181     line-height: 1.4;
182   }
183
184   .bs-header .container {
185     position: relative;
186   }
187
188 @media (min-width: 768px) {
189   .bs-header {
190     font-size: 30px;
191     text-align: left;
192   }
193
194     .bs-header h1 {
195       font-size: 100px;
196       line-height: 1;
197     }
198 }
199
200 @media (min-width: 992px) {
201   .bs-header p {
202     margin-right: 25%;
203   }
204 }
205
206 .navbar-inner {
207   -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.175);
208   box-shadow: 0 3px 3px rgba(0,0,0,0.175);
209 }
210
211 /*
212  * Side navigation
213  *
214  * Scrollspy and affixed enhanced navigation to highlight sections and secondary
215  * sections of docs content.
216  */
217
218 /* By default it's not affixed in mobile views, so undo that */
219 .bs-sidebar.affix {
220   position: static;
221 }
222
223 /* First level of nav */
224 .bs-sidenav {
225   margin-top: 30px;
226   margin-bottom: 30px;
227   padding-top: 10px;
228   padding-bottom: 10px;
229   text-shadow: 0 1px 0 #fff;
230   background-color: #f7f5fa;
231   border-radius: 5px;
232 }
233
234 /* All levels of nav */
235 .bs-sidebar .nav > li > a {
236   display: block;
237   color: #716b7a;
238   padding: 5px 20px;
239 }
240
241   .bs-sidebar .nav > li > a:hover,
242   .bs-sidebar .nav > li > a:focus {
243     text-decoration: none;
244     background-color: #e5e3e9;
245     border-right: 1px solid #dbd8e0;
246   }
247
248 .bs-sidebar .nav > .active > a,
249 .bs-sidebar .nav > .active:hover > a,
250 .bs-sidebar .nav > .active:focus > a {
251   font-weight: bold;
252   color: #563d7c;
253   background-color: transparent;
254   border-right: 1px solid #563d7c;
255 }
256
257 /* Nav: second level (shown on .active) */
258 .bs-sidebar .nav .nav {
259   display: none; /* Hide by default, but at >768px, show it */
260   margin-bottom: 8px;
261 }
262
263   .bs-sidebar .nav .nav > li > a {
264     padding-top: 3px;
265     padding-bottom: 3px;
266     padding-left: 30px;
267     font-size: 90%;
268   }
269
270 /* Show and affix the side nav when space allows it */
271 @media (min-width: 992px) {
272   .bs-sidebar .nav > .active > ul {
273     display: block;
274   }
275   /* Widen the fixed sidebar */
276   .bs-sidebar.affix,
277   .bs-sidebar.affix-bottom {
278     width: 213px;
279   }
280
281   .bs-sidebar.affix {
282     position: fixed; /* Undo the static from mobile first approach */
283     top: 80px;
284   }
285
286   .bs-sidebar.affix-bottom {
287     position: absolute; /* Undo the static from mobile first approach */
288   }
289
290     .bs-sidebar.affix-bottom .bs-sidenav,
291     .bs-sidebar.affix .bs-sidenav {
292       margin-top: 0;
293       margin-bottom: 0;
294     }
295 }
296
297 @media (min-width: 1200px) {
298   /* Widen the fixed sidebar again */
299   .bs-sidebar.affix-bottom,
300   .bs-sidebar.affix {
301     width: 263px;
302   }
303 }
304
305
306 /* Not enough room on mobile for markup tab, js tab, and plunk btn.
307   And no one cares about plunk button on a phone anyway */
308 @media only screen and (max-device-width: 480px) {
309   #plunk-btn {
310     display: none;
311   }
312 }
313
314 .navbar-nav .dropdown .navbar-brand {
315   max-width: 100%;
316   margin-right: inherit;
317   margin-left: inherit;
318 }
319
320 .header-placeholder {
321   height: 50px;
322 }
323
324 @media screen and (min-width: 768px) {
325
326   .dropdown.open > .navbar-brand + .dropdown-menu {
327     left: 10px;
328   }
329
330   .header-placeholder {
331     height: 50px;
332   }
333
334   .navbar-nav .dropdown .navbar-brand {
335     max-width: 200px;
336     margin-right: 5px;
337     margin-left: 10px;
338   }
339 }