1 | body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom { |
---|
2 | margin-right: 0; |
---|
3 | } |
---|
4 | |
---|
5 | li { |
---|
6 | white-space: nowrap; |
---|
7 | } |
---|
8 | |
---|
9 | .nav-tabs>li { |
---|
10 | margin-bottom: -2px |
---|
11 | } |
---|
12 | |
---|
13 | .modal { |
---|
14 | overflow-y: auto; |
---|
15 | } |
---|
16 | .icon-a:before { |
---|
17 | content: ""; |
---|
18 | } |
---|
19 | @media (max-width:993px) { |
---|
20 | .site-info { |
---|
21 | display: none; |
---|
22 | } |
---|
23 | .login-layout { |
---|
24 | background: #ecf0f1 |
---|
25 | } |
---|
26 | } |
---|
27 | |
---|
28 | .login-container { |
---|
29 | width:100% |
---|
30 | } |
---|
31 | |
---|
32 | .embed-responsive { |
---|
33 | position: relative; |
---|
34 | display: block; |
---|
35 | height: 0; |
---|
36 | padding: 0; |
---|
37 | overflow: hidden; |
---|
38 | } |
---|
39 | .embed-responsive .embed-responsive-item, |
---|
40 | .embed-responsive iframe, |
---|
41 | .embed-responsive embed, |
---|
42 | .embed-responsive object { |
---|
43 | position: absolute; |
---|
44 | top: 0; |
---|
45 | bottom: 0; |
---|
46 | left: 0; |
---|
47 | width: 100%; |
---|
48 | height: 100%; |
---|
49 | border: 0; |
---|
50 | } |
---|
51 | .embed-responsive.embed-responsive-16by9 { |
---|
52 | padding-bottom: 56.25%; |
---|
53 | } |
---|
54 | .embed-responsive.embed-responsive-4by3 { |
---|
55 | padding-bottom: 75%; |
---|
56 | } |
---|
57 | |
---|
58 | .widget.pink-1 { |
---|
59 | color: #333; |
---|
60 | background-color: #F57A82; |
---|
61 | } |
---|
62 | .widget.lightblue-1 { |
---|
63 | background-color: #abb7b7; |
---|
64 | color: #fff; |
---|
65 | } |
---|
66 | .widget.darkblue-1 { |
---|
67 | background-color: #4A525F; |
---|
68 | color: #FFF; |
---|
69 | } |
---|
70 | .widget.green-1 { |
---|
71 | background-color: #68C39F; |
---|
72 | color: #FFF; |
---|
73 | } |
---|
74 | .widget { |
---|
75 | position: relative; |
---|
76 | color: #5B5B5B; |
---|
77 | margin-bottom: 20px; |
---|
78 | border-radius: 2px; |
---|
79 | background: none repeat scroll 0px 0px #FFF; |
---|
80 | } |
---|
81 | .fadeInDown { |
---|
82 | animation-name: fadeInDown; |
---|
83 | } |
---|
84 | .animated { |
---|
85 | animation-duration: 1s; |
---|
86 | animation-fill-mode: both; |
---|
87 | } |
---|
88 | .widget-content.padding { |
---|
89 | padding: 15px; |
---|
90 | } |
---|
91 | .widget-content { |
---|
92 | border-radius: 0px 0px 2px 2px; |
---|
93 | } |
---|
94 | .widget-header, .widget-content { |
---|
95 | display: block; |
---|
96 | width: 100%; |
---|
97 | clear: both; |
---|
98 | } |
---|
99 | .widget .widget-icon { |
---|
100 | font-size: 50px; |
---|
101 | position: absolute; |
---|
102 | right: 4%; |
---|
103 | top: 10px; |
---|
104 | color: #FFF; |
---|
105 | } |
---|
106 | .widget .text-box .maindata { |
---|
107 | font-size: 11px; |
---|
108 | color: #FFF; |
---|
109 | } |
---|
110 | .widget .text-box h2 { |
---|
111 | font-weight: 300; |
---|
112 | font-size: 32px; |
---|
113 | color: #FFF; |
---|
114 | } |
---|
115 | .widget .widget-footer { |
---|
116 | background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.1); |
---|
117 | padding: 4px 15px; |
---|
118 | font-size: 12px; |
---|
119 | color: rgba(255, 255, 255, 0.898); |
---|
120 | border-radius: 0px 0px 2px 2px; |
---|
121 | overflow: hidden; |
---|
122 | } |
---|
123 | .widget .widget-footer .rel-change { |
---|
124 | font-size: 14px; |
---|
125 | color: #FFF; |
---|
126 | margin-right: 7px; |
---|
127 | } |
---|
128 | |
---|
129 | .title-box { |
---|
130 | padding: 10px; |
---|
131 | color: #000 |
---|
132 | } |
---|
133 | |
---|
134 | .link-effect a { |
---|
135 | position: relative; |
---|
136 | display: inline-block; |
---|
137 | margin: 15px 25px; |
---|
138 | outline: none; |
---|
139 | color: #596574; |
---|
140 | text-decoration: none; |
---|
141 | letter-spacing: 1px; |
---|
142 | font-weight: 400; |
---|
143 | text-shadow: 0 0 1px rgba(255,255,255,0.3); |
---|
144 | font-size: 1em; |
---|
145 | } |
---|
146 | |
---|
147 | .link-effect a:hover, |
---|
148 | .link-effect a:focus { |
---|
149 | outline: none; |
---|
150 | } |
---|
151 | |
---|
152 | /* Effect 1: Brackets */ |
---|
153 | .cl-effect-1 a::before, |
---|
154 | .cl-effect-1 a::after { |
---|
155 | display: inline-block; |
---|
156 | opacity: 0; |
---|
157 | -webkit-transition: -webkit-transform 0.3s, opacity 0.2s; |
---|
158 | -moz-transition: -moz-transform 0.3s, opacity 0.2s; |
---|
159 | transition: transform 0.3s, opacity 0.2s; |
---|
160 | } |
---|
161 | |
---|
162 | .cl-effect-1 a::before { |
---|
163 | margin-right: 10px; |
---|
164 | content: '{'; |
---|
165 | -webkit-transform: translateX(20px); |
---|
166 | -moz-transform: translateX(20px); |
---|
167 | transform: translateX(20px); |
---|
168 | } |
---|
169 | |
---|
170 | .cl-effect-1 a::after { |
---|
171 | margin-left: 10px; |
---|
172 | content: '}'; |
---|
173 | -webkit-transform: translateX(-20px); |
---|
174 | -moz-transform: translateX(-20px); |
---|
175 | transform: translateX(-20px); |
---|
176 | } |
---|
177 | |
---|
178 | .cl-effect-1 a:hover::before, |
---|
179 | .cl-effect-1 a:hover::after, |
---|
180 | .cl-effect-1 a:focus::before, |
---|
181 | .cl-effect-1 a:focus::after { |
---|
182 | opacity: 1; |
---|
183 | -webkit-transform: translateX(0px); |
---|
184 | -moz-transform: translateX(0px); |
---|
185 | transform: translateX(0px); |
---|
186 | } |
---|
187 | |
---|
188 | |
---|
189 | |
---|
190 | .animate { |
---|
191 | -webkit-transition: all 0.3s ease-in-out; |
---|
192 | -moz-transition: all 0.3s ease-in-out; |
---|
193 | -o-transition: all 0.3s ease-in-out; |
---|
194 | -ms-transition: all 0.3s ease-in-out; |
---|
195 | transition: all 0.3s ease-in-out; |
---|
196 | } |
---|
197 | |
---|
198 | .navbar-minimal { |
---|
199 | width: 60px; |
---|
200 | min-height: 60px; |
---|
201 | max-height: 100%; |
---|
202 | border-width: 0px; |
---|
203 | z-index: 1000; |
---|
204 | } |
---|
205 | |
---|
206 | .navbar-minimal > .navbar-menu { |
---|
207 | top: -1000px; |
---|
208 | left: 0px; |
---|
209 | margin: 0px; |
---|
210 | padding: 0px; |
---|
211 | list-style: none; |
---|
212 | z-index: 50; |
---|
213 | } |
---|
214 | .navbar-minimal > .navbar-menu > li { |
---|
215 | margin: 0px; |
---|
216 | padding: 0px; |
---|
217 | border-width: 0px; |
---|
218 | height: 54px; |
---|
219 | } |
---|
220 | .navbar-minimal > .navbar-menu > li > a { |
---|
221 | position: relative; |
---|
222 | display: inline-block; |
---|
223 | color: #000; |
---|
224 | padding: 16px; |
---|
225 | text-align: left; |
---|
226 | cursor: pointer; |
---|
227 | border-bottom: 1px solid rgb(81, 81, 81); |
---|
228 | width: 100%; |
---|
229 | text-decoration: none; |
---|
230 | margin: 0px; |
---|
231 | } |
---|
232 | |
---|
233 | .navbar-minimal > .navbar-menu > li > a > span { |
---|
234 | font-weight: bold |
---|
235 | } |
---|
236 | |
---|
237 | .navbar-minimal > .navbar-menu > li > a:last-child { |
---|
238 | border-bottom-width: 0px; |
---|
239 | } |
---|
240 | .navbar-minimal > .navbar-menu > li > a:hover { |
---|
241 | color: #fff; |
---|
242 | background-color: rgb(158, 202, 59); |
---|
243 | } |
---|
244 | .navbar-minimal > .navbar-menu > li > a > .glyphicon { |
---|
245 | float: right; |
---|
246 | } |
---|
247 | |
---|
248 | .navbar-minimal.open { |
---|
249 | width: 100%; |
---|
250 | } |
---|
251 | |
---|
252 | .navbar-minimal.open > .navbar-toggler > span { |
---|
253 | background-position: 0 -16px; |
---|
254 | -webkit-transform: rotate(-180deg); |
---|
255 | -moz-transform: rotate(-180deg); |
---|
256 | -o-transform: rotate(-180deg); |
---|
257 | -ms-transform: rotate(-180deg); |
---|
258 | transform: rotate(-180deg); |
---|
259 | } |
---|
260 | |
---|
261 | .navbar-minimal.open > .navbar-menu { |
---|
262 | top: 0px; |
---|
263 | width: 100%; |
---|
264 | min-height: 100%; |
---|
265 | } |
---|
266 | |
---|
267 | .logo-group { |
---|
268 | position: absolute; |
---|
269 | bottom: 0; |
---|
270 | left: 0 |
---|
271 | } |
---|
272 | |
---|
273 | #not_success_charge .modal-dialog { |
---|
274 | width:620px; |
---|
275 | } |
---|