GPQAPP
391 строка · 14.6 Кб
1/*!
2* icheck-bootstrap v3.0.1 (https://github.com/bantikyan/icheck-bootstrap)
3* Copyright 2018 Hovhannes Bantikyan.
4* Licensed under MIT (https://github.com/bantikyan/icheck-bootstrap/blob/master/LICENSE)
5*/
6
7[class*="icheck-"] {8min-height: 22px;9margin-top: 6px !important;10margin-bottom: 6px !important;11padding-left: 0px;12}
13
14.icheck-inline {15display: inline-block;16}
17
18.icheck-inline + .icheck-inline {19margin-left: .75rem;20margin-top: 6px;21}22
23[class*="icheck-"] > label {24padding-left: 29px !important;25min-height: 22px;26line-height: 22px;27display: inline-block;28position: relative;29vertical-align: top;30margin-bottom: 0;31font-weight: normal;32cursor: pointer;33}
34
35[class*="icheck-"] > input:first-child {36position: absolute !important;37opacity: 0;38margin: 0;39}
40
41[class*="icheck-"] > input:first-child:disabled {42cursor: default;43}44
45[class*="icheck-"] > input:first-child + label::before,46[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before {47content: "";48display: inline-block;49position: absolute;50width: 22px;51height: 22px;52border: 1px solid #D3CFC8;53border-radius: 0px;54margin-left: -29px;55}56
57[class*="icheck-"] > input:first-child:checked + label::after,58[class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after {59content: "";60display: inline-block;61position: absolute;62top: 0;63left: 0;64width: 7px;65height: 10px;66border: solid 2px #fff;67border-left: none;68border-top: none;69transform: translate(7.75px, 4.5px) rotate(45deg);70-ms-transform: translate(7.75px, 4.5px) rotate(45deg);71}72
73[class*="icheck-"] > input[type="radio"]:first-child + label::before,
74[class*="icheck-"] > input[type="radio"]:first-child + input[type="hidden"] + label::before {75border-radius: 50%;76}
77
78[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + label::before,
79[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {80border-width: 2px;81}
82
83[class*="icheck-"] > input:first-child:disabled + label,
84[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label,
85[class*="icheck-"] > input:first-child:disabled + label::before,
86[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label::before {87pointer-events: none;88cursor: default;89filter: alpha(opacity=65);90-webkit-box-shadow: none;91box-shadow: none;92opacity: .65;93}
94
95.icheck-default > input:first-child:not(:checked):not(:disabled):hover + label::before,
96.icheck-default > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {97border-color: #adadad;98}
99
100.icheck-default > input:first-child:checked + label::before,
101.icheck-default > input:first-child:checked + input[type="hidden"] + label::before {102background-color: #e6e6e6;103border-color: #adadad;104}
105
106.icheck-default > input:first-child:checked + label::after,
107.icheck-default > input:first-child:checked + input[type="hidden"] + label::after {108border-bottom-color: #333;109border-right-color: #333;110}
111
112.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before,
113.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {114border-color: #2e6da4;115}
116
117.icheck-primary > input:first-child:checked + label::before,
118.icheck-primary > input:first-child:checked + input[type="hidden"] + label::before {119background-color: #337ab7;120border-color: #2e6da4;121}
122
123.icheck-success > input:first-child:not(:checked):not(:disabled):hover + label::before,
124.icheck-success > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {125border-color: #4cae4c;126}
127
128.icheck-success > input:first-child:checked + label::before,
129.icheck-success > input:first-child:checked + input[type="hidden"] + label::before {130background-color: #5cb85c;131border-color: #4cae4c;132}
133
134.icheck-info > input:first-child:not(:checked):not(:disabled):hover + label::before,
135.icheck-info > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {136border-color: #46b8da;137}
138
139.icheck-info > input:first-child:checked + label::before,
140.icheck-info > input:first-child:checked + input[type="hidden"] + label::before {141background-color: #5bc0de;142border-color: #46b8da;143}
144
145.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + label::before,
146.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {147border-color: #eea236;148}
149
150.icheck-warning > input:first-child:checked + label::before,
151.icheck-warning > input:first-child:checked + input[type="hidden"] + label::before {152background-color: #f0ad4e;153border-color: #eea236;154}
155
156.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + label::before,
157.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {158border-color: #d43f3a;159}
160
161.icheck-danger > input:first-child:checked + label::before,
162.icheck-danger > input:first-child:checked + input[type="hidden"] + label::before {163background-color: #d9534f;164border-color: #d43f3a;165}
166
167.icheck-turquoise > input:first-child:not(:checked):not(:disabled):hover + label::before,
168.icheck-turquoise > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {169border-color: #1abc9c;170}
171
172.icheck-turquoise > input:first-child:checked + label::before,
173.icheck-turquoise > input:first-child:checked + input[type="hidden"] + label::before {174background-color: #1abc9c;175border-color: #1abc9c;176}
177
178.icheck-emerland > input:first-child:not(:checked):not(:disabled):hover + label::before,
179.icheck-emerland > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {180border-color: #2ecc71;181}
182
183.icheck-emerland > input:first-child:checked + label::before,
184.icheck-emerland > input:first-child:checked + input[type="hidden"] + label::before {185background-color: #2ecc71;186border-color: #2ecc71;187}
188
189.icheck-peterriver > input:first-child:not(:checked):not(:disabled):hover + label::before,
190.icheck-peterriver > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {191border-color: #3498db;192}
193
194.icheck-peterriver > input:first-child:checked + label::before,
195.icheck-peterriver > input:first-child:checked + input[type="hidden"] + label::before {196background-color: #3498db;197border-color: #3498db;198}
199
200.icheck-amethyst > input:first-child:not(:checked):not(:disabled):hover + label::before,
201.icheck-amethyst > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {202border-color: #9b59b6;203}
204
205.icheck-amethyst > input:first-child:checked + label::before,
206.icheck-amethyst > input:first-child:checked + input[type="hidden"] + label::before {207background-color: #9b59b6;208border-color: #9b59b6;209}
210
211.icheck-wetasphalt > input:first-child:not(:checked):not(:disabled):hover + label::before,
212.icheck-wetasphalt > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {213border-color: #34495e;214}
215
216.icheck-wetasphalt > input:first-child:checked + label::before,
217.icheck-wetasphalt > input:first-child:checked + input[type="hidden"] + label::before {218background-color: #34495e;219border-color: #34495e;220}
221
222.icheck-greensea > input:first-child:not(:checked):not(:disabled):hover + label::before,
223.icheck-greensea > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {224border-color: #16a085;225}
226
227.icheck-greensea > input:first-child:checked + label::before,
228.icheck-greensea > input:first-child:checked + input[type="hidden"] + label::before {229background-color: #16a085;230border-color: #16a085;231}
232
233.icheck-nephritis > input:first-child:not(:checked):not(:disabled):hover + label::before,
234.icheck-nephritis > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {235border-color: #27ae60;236}
237
238.icheck-nephritis > input:first-child:checked + label::before,
239.icheck-nephritis > input:first-child:checked + input[type="hidden"] + label::before {240background-color: #27ae60;241border-color: #27ae60;242}
243
244.icheck-belizehole > input:first-child:not(:checked):not(:disabled):hover + label::before,
245.icheck-belizehole > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {246border-color: #2980b9;247}
248
249.icheck-belizehole > input:first-child:checked + label::before,
250.icheck-belizehole > input:first-child:checked + input[type="hidden"] + label::before {251background-color: #2980b9;252border-color: #2980b9;253}
254
255.icheck-wisteria > input:first-child:not(:checked):not(:disabled):hover + label::before,
256.icheck-wisteria > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {257border-color: #8e44ad;258}
259
260.icheck-wisteria > input:first-child:checked + label::before,
261.icheck-wisteria > input:first-child:checked + input[type="hidden"] + label::before {262background-color: #8e44ad;263border-color: #8e44ad;264}
265
266.icheck-midnightblue > input:first-child:not(:checked):not(:disabled):hover + label::before,
267.icheck-midnightblue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {268border-color: #2c3e50;269}
270
271.icheck-midnightblue > input:first-child:checked + label::before,
272.icheck-midnightblue > input:first-child:checked + input[type="hidden"] + label::before {273background-color: #2c3e50;274border-color: #2c3e50;275}
276
277.icheck-sunflower > input:first-child:not(:checked):not(:disabled):hover + label::before,
278.icheck-sunflower > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {279border-color: #f1c40f;280}
281
282.icheck-sunflower > input:first-child:checked + label::before,
283.icheck-sunflower > input:first-child:checked + input[type="hidden"] + label::before {284background-color: #f1c40f;285border-color: #f1c40f;286}
287
288.icheck-carrot > input:first-child:not(:checked):not(:disabled):hover + label::before,
289.icheck-carrot > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {290border-color: #e67e22;291}
292
293.icheck-carrot > input:first-child:checked + label::before,
294.icheck-carrot > input:first-child:checked + input[type="hidden"] + label::before {295background-color: #e67e22;296border-color: #e67e22;297}
298
299.icheck-alizarin > input:first-child:not(:checked):not(:disabled):hover + label::before,
300.icheck-alizarin > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {301border-color: #e74c3c;302}
303
304.icheck-alizarin > input:first-child:checked + label::before,
305.icheck-alizarin > input:first-child:checked + input[type="hidden"] + label::before {306background-color: #e74c3c;307border-color: #e74c3c;308}
309
310.icheck-clouds > input:first-child:not(:checked):not(:disabled):hover + label::before,
311.icheck-clouds > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {312border-color: #ecf0f1;313}
314
315.icheck-clouds > input:first-child:checked + label::before,
316.icheck-clouds > input:first-child:checked + input[type="hidden"] + label::before {317background-color: #ecf0f1;318border-color: #ecf0f1;319}
320
321.icheck-clouds > input:first-child:checked + label::after,
322.icheck-clouds > input:first-child:checked + input[type="hidden"] + label::after {323border-bottom-color: #95a5a6;324border-right-color: #95a5a6;325}
326
327.icheck-concrete > input:first-child:not(:checked):not(:disabled):hover + label::before,
328.icheck-concrete > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {329border-color: #95a5a6;330}
331
332.icheck-concrete > input:first-child:checked + label::before,
333.icheck-concrete > input:first-child:checked + input[type="hidden"] + label::before {334background-color: #95a5a6;335border-color: #95a5a6;336}
337
338.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + label::before,
339.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {340border-color: #f39c12;341}
342
343.icheck-orange > input:first-child:checked + label::before,
344.icheck-orange > input:first-child:checked + input[type="hidden"] + label::before {345background-color: #f39c12;346border-color: #f39c12;347}
348
349.icheck-pumpkin > input:first-child:not(:checked):not(:disabled):hover + label::before,
350.icheck-pumpkin > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {351border-color: #d35400;352}
353
354.icheck-pumpkin > input:first-child:checked + label::before,
355.icheck-pumpkin > input:first-child:checked + input[type="hidden"] + label::before {356background-color: #d35400;357border-color: #d35400;358}
359
360.icheck-pomegranate > input:first-child:not(:checked):not(:disabled):hover + label::before,
361.icheck-pomegranate > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {362border-color: #c0392b;363}
364
365.icheck-pomegranate > input:first-child:checked + label::before,
366.icheck-pomegranate > input:first-child:checked + input[type="hidden"] + label::before {367background-color: #c0392b;368border-color: #c0392b;369}
370
371.icheck-silver > input:first-child:not(:checked):not(:disabled):hover + label::before,
372.icheck-silver > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {373border-color: #bdc3c7;374}
375
376.icheck-silver > input:first-child:checked + label::before,
377.icheck-silver > input:first-child:checked + input[type="hidden"] + label::before {378background-color: #bdc3c7;379border-color: #bdc3c7;380}
381
382.icheck-asbestos > input:first-child:not(:checked):not(:disabled):hover + label::before,
383.icheck-asbestos > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {384border-color: #7f8c8d;385}
386
387.icheck-asbestos > input:first-child:checked + label::before,
388.icheck-asbestos > input:first-child:checked + input[type="hidden"] + label::before {389background-color: #7f8c8d;390border-color: #7f8c8d;391}