| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620 | 
							- /* iCheck plugin Square skin
 
- ----------------------------------- */
 
- .icheckbox_square,
 
- .iradio_square {
 
-     display: inline-block;
 
-     *display: inline;
 
-     vertical-align: middle;
 
-     margin: 0;
 
-     padding: 0;
 
-     width: 22px;
 
-     height: 22px;
 
-     background: url(square.png) no-repeat;
 
-     border: none;
 
-     cursor: pointer;
 
- }
 
- .icheckbox_square {
 
-     background-position: 0 0;
 
- }
 
-     .icheckbox_square.hover {
 
-         background-position: -24px 0;
 
-     }
 
-     .icheckbox_square.checked {
 
-         background-position: -48px 0;
 
-     }
 
-     .icheckbox_square.disabled {
 
-         background-position: -72px 0;
 
-         cursor: default;
 
-     }
 
-     .icheckbox_square.checked.disabled {
 
-         background-position: -96px 0;
 
-     }
 
- .iradio_square {
 
-     background-position: -120px 0;
 
- }
 
-     .iradio_square.hover {
 
-         background-position: -144px 0;
 
-     }
 
-     .iradio_square.checked {
 
-         background-position: -168px 0;
 
-     }
 
-     .iradio_square.disabled {
 
-         background-position: -192px 0;
 
-         cursor: default;
 
-     }
 
-     .iradio_square.checked.disabled {
 
-         background-position: -216px 0;
 
-     }
 
- /* Retina support */
 
- @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 
-        only screen and (-moz-min-device-pixel-ratio: 1.5),
 
-        only screen and (-o-min-device-pixel-ratio: 3/2),
 
-        only screen and (min-device-pixel-ratio: 1.5) {
 
-     .icheckbox_square,
 
-     .iradio_square {
 
-         background-image: url(square@2x.png);
 
-         -webkit-background-size: 240px 24px;
 
-         background-size: 240px 24px;
 
-     }
 
- }
 
- /* red */
 
- .icheckbox_square-red,
 
- .iradio_square-red {
 
-     display: inline-block;
 
-     *display: inline;
 
-     vertical-align: middle;
 
-     margin: 0;
 
-     padding: 0;
 
-     width: 22px;
 
-     height: 22px;
 
-     background: url(red.png) no-repeat;
 
-     border: none;
 
-     cursor: pointer;
 
- }
 
- .icheckbox_square-red {
 
-     background-position: 0 0;
 
- }
 
-     .icheckbox_square-red.hover {
 
-         background-position: -24px 0;
 
-     }
 
-     .icheckbox_square-red.checked {
 
-         background-position: -48px 0;
 
-     }
 
-     .icheckbox_square-red.disabled {
 
-         background-position: -72px 0;
 
-         cursor: default;
 
-     }
 
-     .icheckbox_square-red.checked.disabled {
 
-         background-position: -96px 0;
 
-     }
 
- .iradio_square-red {
 
-     background-position: -120px 0;
 
- }
 
-     .iradio_square-red.hover {
 
-         background-position: -144px 0;
 
-     }
 
-     .iradio_square-red.checked {
 
-         background-position: -168px 0;
 
-     }
 
-     .iradio_square-red.disabled {
 
-         background-position: -192px 0;
 
-         cursor: default;
 
-     }
 
-     .iradio_square-red.checked.disabled {
 
-         background-position: -216px 0;
 
-     }
 
- /* Retina support */
 
- @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 
-        only screen and (-moz-min-device-pixel-ratio: 1.5),
 
-        only screen and (-o-min-device-pixel-ratio: 3/2),
 
-        only screen and (min-device-pixel-ratio: 1.5) {
 
-     .icheckbox_square-red,
 
-     .iradio_square-red {
 
-         background-image: url(red@2x.png);
 
-         -webkit-background-size: 240px 24px;
 
-         background-size: 240px 24px;
 
-     }
 
- }
 
- /* green */
 
- .icheckbox_square-green,
 
- .iradio_square-green {
 
-     display: inline-block;
 
-     *display: inline;
 
-     vertical-align: middle;
 
-     margin: 0;
 
-     padding: 0;
 
-     width: 22px;
 
-     height: 22px;
 
-     background: url(green.png) no-repeat;
 
-     border: none;
 
-     cursor: pointer;
 
- }
 
- .icheckbox_square-green {
 
-     background-position: 0 0;
 
- }
 
-     .icheckbox_square-green.hover {
 
-         background-position: -24px 0;
 
-     }
 
-     .icheckbox_square-green.checked {
 
-         background-position: -48px 0;
 
-     }
 
-     .icheckbox_square-green.disabled {
 
-         background-position: -72px 0;
 
-         cursor: default;
 
-     }
 
-     .icheckbox_square-green.checked.disabled {
 
-         background-position: -96px 0;
 
-     }
 
- .iradio_square-green {
 
-     background-position: -120px 0;
 
- }
 
-     .iradio_square-green.hover {
 
-         background-position: -144px 0;
 
-     }
 
-     .iradio_square-green.checked {
 
-         background-position: -168px 0;
 
-     }
 
-     .iradio_square-green.disabled {
 
-         background-position: -192px 0;
 
-         cursor: default;
 
-     }
 
-     .iradio_square-green.checked.disabled {
 
-         background-position: -216px 0;
 
-     }
 
- /* Retina support */
 
- @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 
-        only screen and (-moz-min-device-pixel-ratio: 1.5),
 
-        only screen and (-o-min-device-pixel-ratio: 3/2),
 
-        only screen and (min-device-pixel-ratio: 1.5) {
 
-     .icheckbox_square-green,
 
-     .iradio_square-green {
 
-         background-image: url(green@2x.png);
 
-         -webkit-background-size: 240px 24px;
 
-         background-size: 240px 24px;
 
-     }
 
- }
 
- /* blue */
 
- .icheckbox_square-blue,
 
- .iradio_square-blue {
 
-     display: inline-block;
 
-     *display: inline;
 
-     vertical-align: middle;
 
-     margin: 0;
 
-     padding: 0;
 
-     width: 22px;
 
-     height: 22px;
 
-     background: url(blue.png) no-repeat;
 
-     border: none;
 
-     cursor: pointer;
 
- }
 
- .icheckbox_square-blue {
 
-     background-position: 0 0;
 
- }
 
-     .icheckbox_square-blue.hover {
 
-         background-position: -24px 0;
 
-     }
 
-     .icheckbox_square-blue.checked {
 
-         background-position: -48px 0;
 
-     }
 
-     .icheckbox_square-blue.disabled {
 
-         background-position: -72px 0;
 
-         cursor: default;
 
-     }
 
-     .icheckbox_square-blue.checked.disabled {
 
-         background-position: -96px 0;
 
-     }
 
- .iradio_square-blue {
 
-     background-position: -120px 0;
 
- }
 
-     .iradio_square-blue.hover {
 
-         background-position: -144px 0;
 
-     }
 
-     .iradio_square-blue.checked {
 
-         background-position: -168px 0;
 
-     }
 
-     .iradio_square-blue.disabled {
 
-         background-position: -192px 0;
 
-         cursor: default;
 
-     }
 
-     .iradio_square-blue.checked.disabled {
 
-         background-position: -216px 0;
 
-     }
 
- /* Retina support */
 
- @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 
-        only screen and (-moz-min-device-pixel-ratio: 1.5),
 
-        only screen and (-o-min-device-pixel-ratio: 3/2),
 
-        only screen and (min-device-pixel-ratio: 1.5) {
 
-     .icheckbox_square-blue,
 
-     .iradio_square-blue {
 
-         background-image: url(blue@2x.png);
 
-         -webkit-background-size: 240px 24px;
 
-         background-size: 240px 24px;
 
-     }
 
- }
 
- /* aero */
 
- .icheckbox_square-aero,
 
- .iradio_square-aero {
 
-     display: inline-block;
 
-     *display: inline;
 
-     vertical-align: middle;
 
-     margin: 0;
 
-     padding: 0;
 
-     width: 22px;
 
-     height: 22px;
 
-     background: url(aero.png) no-repeat;
 
-     border: none;
 
-     cursor: pointer;
 
- }
 
- .icheckbox_square-aero {
 
-     background-position: 0 0;
 
- }
 
-     .icheckbox_square-aero.hover {
 
-         background-position: -24px 0;
 
-     }
 
-     .icheckbox_square-aero.checked {
 
-         background-position: -48px 0;
 
-     }
 
-     .icheckbox_square-aero.disabled {
 
-         background-position: -72px 0;
 
-         cursor: default;
 
-     }
 
-     .icheckbox_square-aero.checked.disabled {
 
-         background-position: -96px 0;
 
-     }
 
- .iradio_square-aero {
 
-     background-position: -120px 0;
 
- }
 
-     .iradio_square-aero.hover {
 
-         background-position: -144px 0;
 
-     }
 
-     .iradio_square-aero.checked {
 
-         background-position: -168px 0;
 
-     }
 
-     .iradio_square-aero.disabled {
 
-         background-position: -192px 0;
 
-         cursor: default;
 
-     }
 
-     .iradio_square-aero.checked.disabled {
 
-         background-position: -216px 0;
 
-     }
 
- /* Retina support */
 
- @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 
-        only screen and (-moz-min-device-pixel-ratio: 1.5),
 
-        only screen and (-o-min-device-pixel-ratio: 3/2),
 
-        only screen and (min-device-pixel-ratio: 1.5) {
 
-     .icheckbox_square-aero,
 
-     .iradio_square-aero {
 
-         background-image: url(aero@2x.png);
 
-         -webkit-background-size: 240px 24px;
 
-         background-size: 240px 24px;
 
-     }
 
- }
 
- /* grey */
 
- .icheckbox_square-grey,
 
- .iradio_square-grey {
 
-     display: inline-block;
 
-     *display: inline;
 
-     vertical-align: middle;
 
-     margin: 0;
 
-     padding: 0;
 
-     width: 22px;
 
-     height: 22px;
 
-     background: url(grey.png) no-repeat;
 
-     border: none;
 
-     cursor: pointer;
 
- }
 
- .icheckbox_square-grey {
 
-     background-position: 0 0;
 
- }
 
-     .icheckbox_square-grey.hover {
 
-         background-position: -24px 0;
 
-     }
 
-     .icheckbox_square-grey.checked {
 
-         background-position: -48px 0;
 
-     }
 
-     .icheckbox_square-grey.disabled {
 
-         background-position: -72px 0;
 
-         cursor: default;
 
-     }
 
-     .icheckbox_square-grey.checked.disabled {
 
-         background-position: -96px 0;
 
-     }
 
- .iradio_square-grey {
 
-     background-position: -120px 0;
 
- }
 
-     .iradio_square-grey.hover {
 
-         background-position: -144px 0;
 
-     }
 
-     .iradio_square-grey.checked {
 
-         background-position: -168px 0;
 
-     }
 
-     .iradio_square-grey.disabled {
 
-         background-position: -192px 0;
 
-         cursor: default;
 
-     }
 
-     .iradio_square-grey.checked.disabled {
 
-         background-position: -216px 0;
 
-     }
 
- /* Retina support */
 
- @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 
-        only screen and (-moz-min-device-pixel-ratio: 1.5),
 
-        only screen and (-o-min-device-pixel-ratio: 3/2),
 
-        only screen and (min-device-pixel-ratio: 1.5) {
 
-     .icheckbox_square-grey,
 
-     .iradio_square-grey {
 
-         background-image: url(grey@2x.png);
 
-         -webkit-background-size: 240px 24px;
 
-         background-size: 240px 24px;
 
-     }
 
- }
 
- /* orange */
 
- .icheckbox_square-orange,
 
- .iradio_square-orange {
 
-     display: inline-block;
 
-     *display: inline;
 
-     vertical-align: middle;
 
-     margin: 0;
 
-     padding: 0;
 
-     width: 22px;
 
-     height: 22px;
 
-     background: url(orange.png) no-repeat;
 
-     border: none;
 
-     cursor: pointer;
 
- }
 
- .icheckbox_square-orange {
 
-     background-position: 0 0;
 
- }
 
-     .icheckbox_square-orange.hover {
 
-         background-position: -24px 0;
 
-     }
 
-     .icheckbox_square-orange.checked {
 
-         background-position: -48px 0;
 
-     }
 
-     .icheckbox_square-orange.disabled {
 
-         background-position: -72px 0;
 
-         cursor: default;
 
-     }
 
-     .icheckbox_square-orange.checked.disabled {
 
-         background-position: -96px 0;
 
-     }
 
- .iradio_square-orange {
 
-     background-position: -120px 0;
 
- }
 
-     .iradio_square-orange.hover {
 
-         background-position: -144px 0;
 
-     }
 
-     .iradio_square-orange.checked {
 
-         background-position: -168px 0;
 
-     }
 
-     .iradio_square-orange.disabled {
 
-         background-position: -192px 0;
 
-         cursor: default;
 
-     }
 
-     .iradio_square-orange.checked.disabled {
 
-         background-position: -216px 0;
 
-     }
 
- /* Retina support */
 
- @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 
-        only screen and (-moz-min-device-pixel-ratio: 1.5),
 
-        only screen and (-o-min-device-pixel-ratio: 3/2),
 
-        only screen and (min-device-pixel-ratio: 1.5) {
 
-     .icheckbox_square-orange,
 
-     .iradio_square-orange {
 
-         background-image: url(orange@2x.png);
 
-         -webkit-background-size: 240px 24px;
 
-         background-size: 240px 24px;
 
-     }
 
- }
 
- /* yellow */
 
- .icheckbox_square-yellow,
 
- .iradio_square-yellow {
 
-     display: inline-block;
 
-     *display: inline;
 
-     vertical-align: middle;
 
-     margin: 0;
 
-     padding: 0;
 
-     width: 22px;
 
-     height: 22px;
 
-     background: url(yellow.png) no-repeat;
 
-     border: none;
 
-     cursor: pointer;
 
- }
 
- .icheckbox_square-yellow {
 
-     background-position: 0 0;
 
- }
 
-     .icheckbox_square-yellow.hover {
 
-         background-position: -24px 0;
 
-     }
 
-     .icheckbox_square-yellow.checked {
 
-         background-position: -48px 0;
 
-     }
 
-     .icheckbox_square-yellow.disabled {
 
-         background-position: -72px 0;
 
-         cursor: default;
 
-     }
 
-     .icheckbox_square-yellow.checked.disabled {
 
-         background-position: -96px 0;
 
-     }
 
- .iradio_square-yellow {
 
-     background-position: -120px 0;
 
- }
 
-     .iradio_square-yellow.hover {
 
-         background-position: -144px 0;
 
-     }
 
-     .iradio_square-yellow.checked {
 
-         background-position: -168px 0;
 
-     }
 
-     .iradio_square-yellow.disabled {
 
-         background-position: -192px 0;
 
-         cursor: default;
 
-     }
 
-     .iradio_square-yellow.checked.disabled {
 
-         background-position: -216px 0;
 
-     }
 
- /* Retina support */
 
- @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 
-        only screen and (-moz-min-device-pixel-ratio: 1.5),
 
-        only screen and (-o-min-device-pixel-ratio: 3/2),
 
-        only screen and (min-device-pixel-ratio: 1.5) {
 
-     .icheckbox_square-yellow,
 
-     .iradio_square-yellow {
 
-         background-image: url(yellow@2x.png);
 
-         -webkit-background-size: 240px 24px;
 
-         background-size: 240px 24px;
 
-     }
 
- }
 
- /* pink */
 
- .icheckbox_square-pink,
 
- .iradio_square-pink {
 
-     display: inline-block;
 
-     *display: inline;
 
-     vertical-align: middle;
 
-     margin: 0;
 
-     padding: 0;
 
-     width: 22px;
 
-     height: 22px;
 
-     background: url(pink.png) no-repeat;
 
-     border: none;
 
-     cursor: pointer;
 
- }
 
- .icheckbox_square-pink {
 
-     background-position: 0 0;
 
- }
 
-     .icheckbox_square-pink.hover {
 
-         background-position: -24px 0;
 
-     }
 
-     .icheckbox_square-pink.checked {
 
-         background-position: -48px 0;
 
-     }
 
-     .icheckbox_square-pink.disabled {
 
-         background-position: -72px 0;
 
-         cursor: default;
 
-     }
 
-     .icheckbox_square-pink.checked.disabled {
 
-         background-position: -96px 0;
 
-     }
 
- .iradio_square-pink {
 
-     background-position: -120px 0;
 
- }
 
-     .iradio_square-pink.hover {
 
-         background-position: -144px 0;
 
-     }
 
-     .iradio_square-pink.checked {
 
-         background-position: -168px 0;
 
-     }
 
-     .iradio_square-pink.disabled {
 
-         background-position: -192px 0;
 
-         cursor: default;
 
-     }
 
-     .iradio_square-pink.checked.disabled {
 
-         background-position: -216px 0;
 
-     }
 
- /* Retina support */
 
- @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 
-        only screen and (-moz-min-device-pixel-ratio: 1.5),
 
-        only screen and (-o-min-device-pixel-ratio: 3/2),
 
-        only screen and (min-device-pixel-ratio: 1.5) {
 
-     .icheckbox_square-pink,
 
-     .iradio_square-pink {
 
-         background-image: url(pink@2x.png);
 
-         -webkit-background-size: 240px 24px;
 
-         background-size: 240px 24px;
 
-     }
 
- }
 
- /* purple */
 
- .icheckbox_square-purple,
 
- .iradio_square-purple {
 
-     display: inline-block;
 
-     *display: inline;
 
-     vertical-align: middle;
 
-     margin: 0;
 
-     padding: 0;
 
-     width: 22px;
 
-     height: 22px;
 
-     background: url(purple.png) no-repeat;
 
-     border: none;
 
-     cursor: pointer;
 
- }
 
- .icheckbox_square-purple {
 
-     background-position: 0 0;
 
- }
 
-     .icheckbox_square-purple.hover {
 
-         background-position: -24px 0;
 
-     }
 
-     .icheckbox_square-purple.checked {
 
-         background-position: -48px 0;
 
-     }
 
-     .icheckbox_square-purple.disabled {
 
-         background-position: -72px 0;
 
-         cursor: default;
 
-     }
 
-     .icheckbox_square-purple.checked.disabled {
 
-         background-position: -96px 0;
 
-     }
 
- .iradio_square-purple {
 
-     background-position: -120px 0;
 
- }
 
-     .iradio_square-purple.hover {
 
-         background-position: -144px 0;
 
-     }
 
-     .iradio_square-purple.checked {
 
-         background-position: -168px 0;
 
-     }
 
-     .iradio_square-purple.disabled {
 
-         background-position: -192px 0;
 
-         cursor: default;
 
-     }
 
-     .iradio_square-purple.checked.disabled {
 
-         background-position: -216px 0;
 
-     }
 
- /* Retina support */
 
- @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 
-        only screen and (-moz-min-device-pixel-ratio: 1.5),
 
-        only screen and (-o-min-device-pixel-ratio: 3/2),
 
-        only screen and (min-device-pixel-ratio: 1.5) {
 
-     .icheckbox_square-purple,
 
-     .iradio_square-purple {
 
-         background-image: url(purple@2x.png);
 
-         -webkit-background-size: 240px 24px;
 
-         background-size: 240px 24px;
 
-     }
 
- }
 
 
  |