選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

plugins.css 44KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  1. /* # Don't forget to remove necessary styles, if you don't use any of listed plugins
  2. ================================================== */
  3. /* ===== jQuery Sourcerer (syntax highlighter) ===== */
  4. .SRC_Wrap { height:auto; font-size:12px; }
  5. .SRC_Title { text-align:center; color:#555; border-bottom:2px solid #999; font-size:14px; font-family:Verdana, Geneva, sans-serif; padding:5px; font-weight:700; }
  6. .SRC_Line { width:100%; background-color:#fafafa; height:28px; line-height: 28px; }
  7. .SRC_Line:nth-child(even) { background-color:#f2f2f2; }
  8. .SRC_NumBox { min-width: 32px; float:left; border-right: 1px solid #d5d5d5; }
  9. .SRC_Num { font-family: Verdana, Geneva, sans-serif; font-size: 12px; text-align:right; color:#555; font-weight:500; padding-right:2px; width:100%; height:auto; min-height:28px; line-height:28px; }
  10. .SRC_CodeContent { white-space: pre-wrap; font-size:12px; padding-left:10px; font-family:"Courier New", Courier, monospace; margin:0px; min-height:28px; line-height:28px; }
  11. .SRC_NumContent { text-align:right; margin-right:8px; color:#555; }
  12. .SRC_CodeBox { padding-left: 32px; }
  13. .SC_blue { color: blue; }
  14. .SC_grey { color: grey; }
  15. .SC_navy { color: navy; }
  16. .SC_green { color: green; }
  17. .SC_orange { color: #930; }
  18. .SC_red { color: #F00; }
  19. .SC_teal { color: teal; }
  20. .SC_gold { color: #FC0; }
  21. .SC_pink { color: #ff68a4; }
  22. .SC_bold { font-weight: 700; }
  23. /* ===== jQuery File tree ===== */
  24. .jqueryFileTree { font-size: 11px; line-height: 18px; padding: 10px 12px; margin: 0px; overflow: auto; }
  25. .jqueryFileTree li > .jqueryFileTree { padding: 0; }
  26. .jqueryFileTree > li { list-style: none; padding: 0px; padding-left: 20px; margin: 0px; white-space: nowrap; }
  27. .jqueryFileTree a { color: #333; text-decoration: none; display: block; padding: 0px 2px; }
  28. .jqueryFileTree a:hover { background: #BDF; }
  29. /* Core Styles */
  30. .jqueryFileTree li.directory { background: url(../assets/img/elements/fileTree/directory.png) left top no-repeat; }
  31. .jqueryFileTree li.expanded { background: url(../assets/img/elements/fileTree/folder_open.png) left top no-repeat; }
  32. .jqueryFileTree li.file { background: url(../assets/img/elements/fileTree/file.png) left top no-repeat; }
  33. .jqueryFileTree li.wait { background: url(../assets/img/elements/fileTree/spinner.gif) left top no-repeat; }
  34. /* File Extensions*/
  35. .jqueryFileTree li.ext_3gp { background: url(../assets/img/elements/fileTree/film.png) left top no-repeat; }
  36. .jqueryFileTree li.ext_afp { background: url(../assets/img/elements/fileTree/code.png) left top no-repeat; }
  37. .jqueryFileTree li.ext_afpa { background: url(../assets/img/elements/fileTree/code.png) left top no-repeat; }
  38. .jqueryFileTree li.ext_asp { background: url(../assets/img/elements/fileTree/code.png) left top no-repeat; }
  39. .jqueryFileTree li.ext_aspx { background: url(../assets/img/elements/fileTree/code.png) left top no-repeat; }
  40. .jqueryFileTree li.ext_avi { background: url(../assets/img/elements/fileTree/film.png) left top no-repeat; }
  41. .jqueryFileTree li.ext_bat { background: url(../assets/img/elements/fileTree/application.png) left top no-repeat; }
  42. .jqueryFileTree li.ext_bmp { background: url(../assets/img/elements/fileTree/picture.png) left top no-repeat; }
  43. .jqueryFileTree li.ext_c { background: url(../assets/img/elements/fileTree/code.png) left top no-repeat; }
  44. .jqueryFileTree li.ext_cfm { background: url(../assets/img/elements/fileTree/code.png) left top no-repeat; }
  45. .jqueryFileTree li.ext_cgi { background: url(../assets/img/elements/fileTree/code.png) left top no-repeat; }
  46. .jqueryFileTree li.ext_com { background: url(../assets/img/elements/fileTree/application.png) left top no-repeat; }
  47. .jqueryFileTree li.ext_cpp { background: url(../assets/img/elements/fileTree/code.png) left top no-repeat; }
  48. .jqueryFileTree li.ext_css { background: url(../assets/img/elements/fileTree/css.png) left top no-repeat; }
  49. .jqueryFileTree li.ext_doc { background: url(../assets/img/elements/fileTree/doc.png) left top no-repeat; }
  50. .jqueryFileTree li.ext_exe { background: url(../assets/img/elements/fileTree/application.png) left top no-repeat; }
  51. .jqueryFileTree li.ext_gif { background: url(../assets/img/elements/fileTree/picture.png) left top no-repeat; }
  52. .jqueryFileTree li.ext_fla { background: url(../assets/img/elements/fileTree/flash.png) left top no-repeat; }
  53. .jqueryFileTree li.ext_h { background: url(../assets/img/elements/fileTree/code.png) left top no-repeat; }
  54. .jqueryFileTree li.ext_htm { background: url(../assets/img/elements/fileTree/html.png) left top no-repeat; }
  55. .jqueryFileTree li.ext_html { background: url(../assets/img/elements/fileTree/html.png) left top no-repeat; }
  56. .jqueryFileTree li.ext_jar { background: url(../assets/img/elements/fileTree/java.png) left top no-repeat; }
  57. .jqueryFileTree li.ext_jpg { background: url(../assets/img/elements/fileTree/picture.png) left top no-repeat; }
  58. .jqueryFileTree li.ext_jpeg { background: url(../assets/img/elements/fileTree/picture.png) left top no-repeat; }
  59. .jqueryFileTree li.ext_js { background: url(../assets/img/elements/fileTree/script.png) left top no-repeat; }
  60. .jqueryFileTree li.ext_lasso { background: url(../assets/img/elements/fileTree/code.png) left top no-repeat; }
  61. .jqueryFileTree li.ext_log { background: url(../assets/img/elements/fileTree/txt.png) left top no-repeat; }
  62. .jqueryFileTree li.ext_m4p { background: url(../assets/img/elements/fileTree/music.png) left top no-repeat; }
  63. .jqueryFileTree li.ext_mov { background: url(../assets/img/elements/fileTree/film.png) left top no-repeat; }
  64. .jqueryFileTree li.ext_mp3 { background: url(../assets/img/elements/fileTree/music.png) left top no-repeat; }
  65. .jqueryFileTree li.ext_mp4 { background: url(../assets/img/elements/fileTree/film.png) left top no-repeat; }
  66. .jqueryFileTree li.ext_mpg { background: url(../assets/img/elements/fileTree/film.png) left top no-repeat; }
  67. .jqueryFileTree li.ext_mpeg { background: url(../assets/img/elements/fileTree/film.png) left top no-repeat; }
  68. .jqueryFileTree li.ext_ogg { background: url(../assets/img/elements/fileTree/music.png) left top no-repeat; }
  69. .jqueryFileTree li.ext_pcx { background: url(../assets/img/elements/fileTree/picture.png) left top no-repeat; }
  70. .jqueryFileTree li.ext_pdf { background: url(../assets/img/elements/fileTree/pdf.png) left top no-repeat; }
  71. .jqueryFileTree li.ext_php { background: url(../assets/img/elements/fileTree/php.png) left top no-repeat; }
  72. .jqueryFileTree li.ext_png { background: url(../assets/img/elements/fileTree/picture.png) left top no-repeat; }
  73. .jqueryFileTree li.ext_ppt { background: url(../assets/img/elements/fileTree/ppt.png) left top no-repeat; }
  74. .jqueryFileTree li.ext_psd { background: url(../assets/img/elements/fileTree/psd.png) left top no-repeat; }
  75. .jqueryFileTree li.ext_pl { background: url(../assets/img/elements/fileTree/script.png) left top no-repeat; }
  76. .jqueryFileTree li.ext_py { background: url(../assets/img/elements/fileTree/script.png) left top no-repeat; }
  77. .jqueryFileTree li.ext_rb { background: url(../assets/img/elements/fileTree/ruby.png) left top no-repeat; }
  78. .jqueryFileTree li.ext_rbx { background: url(../assets/img/elements/fileTree/ruby.png) left top no-repeat; }
  79. .jqueryFileTree li.ext_rhtml { background: url(../assets/img/elements/fileTree/ruby.png) left top no-repeat; }
  80. .jqueryFileTree li.ext_rpm { background: url(../assets/img/elements/fileTree/linux.png) left top no-repeat; }
  81. .jqueryFileTree li.ext_ruby { background: url(../assets/img/elements/fileTree/ruby.png) left top no-repeat; }
  82. .jqueryFileTree li.ext_sql { background: url(../assets/img/elements/fileTree/db.png) left top no-repeat; }
  83. .jqueryFileTree li.ext_swf { background: url(../assets/img/elements/fileTree/flash.png) left top no-repeat; }
  84. .jqueryFileTree li.ext_tif { background: url(../assets/img/elements/fileTree/picture.png) left top no-repeat; }
  85. .jqueryFileTree li.ext_tiff { background: url(../assets/img/elements/fileTree/picture.png) left top no-repeat; }
  86. .jqueryFileTree li.ext_txt { background: url(../assets/img/elements/fileTree/txt.png) left top no-repeat; }
  87. .jqueryFileTree li.ext_vb { background: url(../assets/img/elements/fileTree/code.png) left top no-repeat; }
  88. .jqueryFileTree li.ext_wav { background: url(../assets/img/elements/fileTree/music.png) left top no-repeat; }
  89. .jqueryFileTree li.ext_wmv { background: url(../assets/img/elements/fileTree/film.png) left top no-repeat; }
  90. .jqueryFileTree li.ext_xls { background: url(../assets/img/elements/fileTree/xls.png) left top no-repeat; }
  91. .jqueryFileTree li.ext_xml { background: url(../assets/img/elements/fileTree/code.png) left top no-repeat; }
  92. .jqueryFileTree li.ext_zip { background: url(../assets/img/elements/fileTree/zip.png) left top no-repeat; }
  93. /* ===== jQuery jGrowl ===== */
  94. div.jGrowl { z-index: 9999; color: #fff; font-size: 12px; }
  95. div.ie6 { position: absolute; }
  96. div.ie6.top-right { right: auto; bottom: auto; left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); }
  97. div.ie6.top-left { left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); }
  98. div.ie6.bottom-right { left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); }
  99. div.ie6.bottom-left { left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); }
  100. div.ie6.center { left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); width: 100%; }
  101. div.jGrowl { position: absolute; }
  102. body > div.jGrowl { position: fixed; }
  103. div.jGrowl.top-left { left: 0px; top: 0px; }
  104. div.jGrowl.top-right { right: 0px; top: 0px; }
  105. div.jGrowl.bottom-left { left: 0px; bottom: 0px; }
  106. div.jGrowl.bottom-right { right: 0px; bottom: 0px; }
  107. div.jGrowl.center { top: 0px; width: 50%; left: 25%; }
  108. div.center div.jGrowl-notification, div.center div.jGrowl-closer { margin-left:auto; margin-right:auto; }
  109. div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer { background: url(../assets/img/bg/sidebar.jpg); box-shadow: 0 1px 3px #909090; -webkit-box-shadow: 0 1px 3px #909090; -moz-box-shadow: 0 1px 3px #909090; opacity: .90; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90); zoom: 1; width: 235px; padding: 8px 15px; margin-top:5px; margin-bottom:5px; font-family: Arial, Helvetica, sans-serif; font-size: 1em; text-align:left; display: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
  110. div.jGrowl div.jGrowl-notification { min-height:40px; }
  111. div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {margin: 10px;}
  112. div.jGrowl div.jGrowl-notification div.jGrowl-header { font-weight: bold; font-size: 12px; }
  113. div.jGrowl div.jGrowl-notification div.jGrowl-close {z-index: 99; float: right; font-weight: bold; font-size: 1em; cursor: pointer; }
  114. div.jGrowl div.jGrowl-closer { padding-top: 4px; padding-bottom: 4px; cursor: pointer; font-size: .9em; font-weight: bold; text-align: center; }
  115. /** Hide jGrowl when printing **/
  116. @media print { div.jGrowl { display: none; } }
  117. /* ===== Color picker ===== */
  118. .cPicker span { margin-left: 36px; font-size: 11px; white-space: nowrap; padding-top: 2px; display: block; }
  119. #cPicker { position: relative; }
  120. #cPicker div { position: absolute; top: 0px; left: 0px; width: 24px; height: 24px; background: url(../assets/img/elements/colorPicker/select.png) center no-repeat; cursor: pointer; }
  121. .colorpicker { width: 356px; height: 176px; overflow: hidden; position: absolute; background: url(../assets/img/elements/colorPicker/colorpicker_background.png); font-family: Arial, Helvetica, sans-serif; display: none; }
  122. .colorpicker_color { width: 150px; height: 150px; left: 14px; top: 13px; position: absolute; background: #f00; overflow: hidden; cursor: crosshair; }
  123. .colorpicker_color div { position: absolute; top: 0; left: 0; width: 150px; height: 150px; background: url(../assets/img/elements/colorPicker/colorpicker_overlay.png); }
  124. .colorpicker_color div div { position: absolute; top: 0; left: 0; width: 11px; height: 11px; overflow: hidden; background: url(../assets/img/elements/colorPicker/colorpicker_select.gif); margin: -5px 0 0 -5px; }
  125. .colorpicker_hue { position: absolute; top: 13px; left: 171px; width: 35px; height: 150px; cursor: n-resize; }
  126. .colorpicker_hue div { position: absolute; width: 35px; height: 9px; overflow: hidden; background: url(../assets/img/elements/colorPicker/colorpicker_indic.gif) left top; margin: -4px 0 0 0; left: 0px; }
  127. .colorpicker_new_color { position: absolute; width: 60px; height: 30px; left: 213px; top: 13px; background: #f00; }
  128. .colorpicker_current_color { position: absolute; width: 60px; height: 30px; left: 283px; top: 13px; background: #f00; }
  129. .colorpicker input { background: none!important; height: auto!important; border: none!important; position: absolute; font-size: 10px!important; font-family: Arial, Helvetica, sans-serif; color: #898989!important; top: 5px; right: 11px; text-align: right; margin: 0; padding: 0!important; height: 11px; box-shadow: none!important; }
  130. .colorpicker_hex { position: absolute; width: 72px; height: 22px; background: url(../assets/img/elements/colorPicker/colorpicker_hex.png) top; left: 212px; top: 142px; }
  131. .colorpicker_hex input { right: 6px; }
  132. .colorpicker_field { height: 22px; width: 62px; background-position: top; position: absolute; }
  133. .colorpicker_field span { position: absolute; width: 12px; height: 22px; overflow: hidden; top: 0; right: 0; cursor: n-resize; }
  134. .colorpicker_rgb_r { background-image: url(../assets/img/elements/colorPicker/colorpicker_rgb_r.png); top: 52px; left: 212px; }
  135. .colorpicker_rgb_g { background-image: url(../assets/img/elements/colorPicker/colorpicker_rgb_g.png); top: 82px; left: 212px; }
  136. .colorpicker_rgb_b { background-image: url(../assets/img/elements/colorPicker/colorpicker_rgb_b.png); top: 112px; left: 212px; }
  137. .colorpicker_hsb_h { background-image: url(../assets/img/elements/colorPicker/colorpicker_hsb_h.png); top: 52px; left: 282px; }
  138. .colorpicker_hsb_s { background-image: url(../assets/img/elements/colorPicker/colorpicker_hsb_s.png); top: 82px; left: 282px; }
  139. .colorpicker_hsb_b { background-image: url(../assets/img/elements/colorPicker/colorpicker_hsb_b.png); top: 112px; left: 282px; }
  140. .colorpicker_submit { position: absolute; width: 22px; height: 22px; background: url(../assets/img/elements/colorPicker/colorpicker_submit.png) top; left: 322px; top: 142px; overflow: hidden; }
  141. .colorpicker_focus { background-position: center; }
  142. .colorpicker_hex.colorpicker_focus { background-position: bottom; }
  143. .colorpicker_submit.colorpicker_focus { background-position: bottom; }
  144. .colorpicker_slider { background-position: bottom; }
  145. /* ===== Rounded progress bars ===== */
  146. .roundDashed { width: 90px; height: 90px; }
  147. .roundSolid { width: 92px; height: 92px; }
  148. .roundSolid > .jCProgress > div.percent { width: 92px; }
  149. .jCProgress { position: absolute; z-index: 99; }
  150. .jCProgress > div.percent { font-size: 20px; color:#6b6b6b; text-shadow: 0 1px 1px #fff; font-weight: bold; position:absolute; margin-top:35px; text-align: center; width: 90px; }
  151. /* ===== File uploader ===== */
  152. .plupload_buttons { margin: 7px 0; }
  153. .plupload_header { display: none; }
  154. .plupload_start { float: left; margin-left: 10px;}
  155. .plupload_start span { background: url(../assets/img/upload.png) no-repeat 10px; padding: 5px 13px 6px 26px; display: block; }
  156. .plupload_disabled, a.plupload_disabled:hover { color: #a6a6a6!important; border: 1px solid #d5d5d5!important; background: #e5e5e5!important; box-shadow: none!important; -moz-box-shadow: none!important; text-shadow: none!important; cursor: default!important; }
  157. .plupload_disabled span { padding: 5px 13px 6px 13px; }
  158. .plupload_add { float: left; }
  159. .plupload_add span { background: url(../assets/img/add.png) no-repeat 10px; padding: 5px 13px 6px 26px; display: block; }
  160. .plupload_wrapper { font-size: 11px;; width: 100%; }
  161. .plupload_container input { border: 1px solid #DDD; font-size: 11px; width: 98%; }
  162. .plupload_filelist { margin: 0; padding: 0; list-style: none; }
  163. .plupload_scroll .plupload_filelist { height: 185px; overflow-y: scroll; }
  164. .plupload_filelist li { padding: 10px 12px; background: whiteSmoke; border-bottom: 1px solid #E7E7E7; }
  165. .plupload_filelist li:hover { background-color: #f8f8f8; }
  166. .plupload_filelist_header, .plupload_filelist_footer { background: #EFEFEF; padding: 3px 0 3px 12px; color: #878787; }
  167. .plupload_filelist_header { border-bottom: 1px solid #d5d5d5; }
  168. .plupload_filelist_footer { border-top: 1px solid #D5D5D5; line-height: 30px; vertical-align: middle; }
  169. .plupload_filelist_footer .plupload_file_size, .plupload_filelist_footer .plupload_file_status, .plupload_filelist_footer .plupload_progress, .plupload_filelist_footer .plupload_file_action { margin-top: 8px; }
  170. .plupload_file_name { float: left; overflow: hidden; }
  171. .plupload_file_status { color: #777; }
  172. .plupload_file_status span {}
  173. .plupload_file_size, .plupload_file_status, .plupload_progress { float: right; width: 80px; }
  174. .plupload_file_size, .plupload_file_status, .plupload_file_action { text-align: right; }
  175. .plupload_filelist .plupload_file_name { width: 205px; }
  176. .plupload_file_action { float: right; width: 14px; margin-top: 4px; height: 14px; margin-left: 15px; }
  177. .plupload_file_action * { display: none; width: 14px; height: 14px; }
  178. li.plupload_done { color: #AAA; }
  179. li.plupload_delete a { background: url(../assets/img/elements/uploader/deleteFile.png) no-repeat 0; }
  180. li.plupload_failed a { background: url(../assets/img/elements/uploader/error.png) no-repeat 0; cursor: default; }
  181. li.plupload_done a { background: url(../assets/img/elements/uploader/uploaded.png) no-repeat 0; cursor: default; }
  182. .plupload_progress, .plupload_upload_status { display: none; }
  183. .plupload_progress_container { margin-top: 10px; border: 1px solid #CCC; background: #FFF; padding: 1px; }
  184. .plupload_progress_bar { width: 0px; height: 7px; background: #CDEB8B; }
  185. .plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action { margin-right: 17px; }
  186. .plupload_clear,.plupload_clearer { clear: both; }
  187. .plupload_clearer, .plupload_progress_bar { display: block; font-size: 0; line-height: 0; }
  188. li.plupload_droptext { background: url(../assets/img/elements/uploader/drag.png) no-repeat 50%; text-align: center; vertical-align: middle; border: 0; line-height: 165px; text-indent: -9999px; }
  189. /* ===== WYSUWYG editor ===== */
  190. .cleditorMain iframe { border:none; margin:0; padding:0 }
  191. .cleditorMain textarea { border: none!important; margin: 0; resize: none; outline: none; height: 127px; box-shadow: none!important; font-size: 12px; padding: 10px; color: #363636; }
  192. .cleditorToolbar {background: url('../assets/img/elements/wysiwyg/toolbar.gif') repeat}
  193. .cleditorGroup {float:left; height:26px}
  194. .cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: url('../assets/img/elements/wysiwyg/buttons.gif')}
  195. .cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)}
  196. .cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#CCC}
  197. .cleditorPopup {border:solid 1px #999; background-color:white; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000}
  198. .cleditorList div {padding:2px 4px 2px 4px}
  199. .cleditorColor {width:150px; padding:1px 0 0 1px}
  200. .cleditorColor div {float:left; width:14px; height:14px; margin:0 1px 1px 0}
  201. .cleditorPrompt {background-color:#F6F7F9; padding: 10px; font-size:8.5pt}
  202. .cleditorPrompt input[type=text],
  203. .cleditorPrompt textarea {font:8.5pt Arial,Verdana; width: auto; margin: 5px 0;}
  204. .cleditorMsg {background-color:#FDFCEE; width:150px; padding:4px; font-size:8.5pt}
  205. /* ===== Dual select boxes ===== */
  206. .dualBoxes { position: relative; }
  207. .dualBoxes:after { content: ""; display: block; clear: both; }
  208. .dualBtn { padding: 0 8px; line-height: 24px; font-size: 11px; cursor: pointer; border: 1px solid #d5d5d5; color: #525252; margin-left: -1px; height: 26px; }
  209. .leftBox, .rightBox { width: 40%; position: relative; }
  210. .leftBox { float: left; }
  211. .rightBox { float: right; }
  212. .fltr { position: absolute; right: 0; top: 5px; font-size: 12px; }
  213. .boxFilter { margin-bottom: 15px; }
  214. .dualControl { text-align: center; width: 90px; margin: 150px 1px; position: absolute; left: 50%; margin-left: -45px; }
  215. .countLabel { color: gray; font-style:italic; margin-top: 10px; display: block; }
  216. .storageBox { display:none; }
  217. .copiedOption { background-color: Yellow; }
  218. .boxFilter { background: white; height: 26px; width: 100%; border: 1px solid #D5D5D5; padding: 6px 8px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; margin-top: 5px; }
  219. /*===== Select2 styles =====*/
  220. .select2-container { position: relative; display: inline-block; zoom: 1; *display: inline; }
  221. .selectMultiple { width: 100%; }
  222. .select2-container, .select2-drop, .select2-search, .select2-search input{ -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
  223. .select2-container .select2-choice { border: 1px solid #d5d5d5; display: block; overflow: hidden; white-space: nowrap; position: relative; line-height: 28px; height: 28px; padding: 0 0 0 10px; text-decoration: none; font-size: 11px; color: #707070;
  224. background: #fcfcfc;
  225. background: -moz-linear-gradient(top, #fcfcfc 0%, #f4f4f4 100%);
  226. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f4f4f4));
  227. background: -webkit-linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%);
  228. background: -o-linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%);
  229. background: -ms-linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%);
  230. background: linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%);
  231. -webkit-border-radius: 2px;
  232. -moz-border-radius: 2px;
  233. border-radius: 2px;
  234. -moz-background-clip: padding;
  235. -webkit-background-clip: padding-box;
  236. background-clip: padding-box;
  237. box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
  238. -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
  239. -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
  240. }
  241. .select2-container.select2-drop-above .select2-choice { -webkit-border-radius:0px 0px 2px 2px; -moz-border-radius:0px 0px 2px 2px; border-radius:0px 0px 2px 2px; }
  242. .select2-container .select2-choice span { margin-right: 32px; display: block; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis; }
  243. .select2-container .select2-choice abbr { display: block; position: absolute; right: 26px; top: 8px; width: 12px; height: 12px; font-size: 1px; cursor: pointer; text-decoration: none; border: 0; outline: 0; }
  244. .select2-container .select2-choice abbr:hover { cursor: pointer; }
  245. .select2-drop { background: #fff; color: #000; border: 1px solid #dadada; position: absolute; top: 100%; z-index: 9998; width:100%; margin-top: -1px; font-size: 11px; -webkit-border-radius: 0 0 2px 2px; -moz-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px; }
  246. .select2-drop.select2-drop-above { -webkit-border-radius: 2px 2px 0px 0px; -moz-border-radius: 2px 2px 0px 0px; border-radius: 2px 2px 0px 0px; margin-top: 1px; }
  247. .select2-container .select2-choice div { -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; border-left: 1px solid #d2d2d2; position: absolute; right: 0; top: 0; display: block; height: 100%; width: 21px; }
  248. .select2-container .select2-choice div b { background: url(../assets/img/elements/forms/sidebar_dropdown_arrows.png) no-repeat 7px 8px; display: block; width: 100%; height: 100%; }
  249. .select2-search { display: inline-block; white-space: nowrap; z-index: 10000; width: 100%; margin: 5px 0; padding-left: 4px; padding-right: 4px; }
  250. .select2-search-hidden { display: block; position: absolute; left: -10000px; }
  251. .select2-search input { border: 1px solid #DADADA;
  252. -moz-box-sizing: border-box;
  253. -ms-box-sizing: border-box;
  254. -webkit-box-sizing: border-box;
  255. box-sizing: border-box;
  256. padding: 5px 20px 5px 6px; width:100%; margin:0; background: url(../assets/img/elements/forms/dropdown-search.png) no-repeat 97%; height: 24px; }
  257. .select2-dropdown-open .select2-choice { border: 1px solid #ccc; -webkit-border-bottom-left-radius : 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomleft : 0; -moz-border-radius-bottomright: 0; border-bottom-left-radius : 0; border-bottom-right-radius: 0; }
  258. .select2-results { margin: 0 4px 4px 0; padding: 0 0 0 4px; position: relative; overflow-x: hidden; overflow-y: auto; max-height: 200px; }
  259. .select2-results ul.select2-result-sub { margin: 0 0 0 0; }
  260. .select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
  261. .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
  262. .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
  263. .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
  264. .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
  265. .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
  266. .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }
  267. .select2-results li { color: #5f5f5f; }
  268. .select2-results li.select2-result-with-children > .select2-result-label { font-weight: bold; color: #303030; }
  269. .select2-results .select2-result-label { padding: 3px 7px; margin: 0; cursor: pointer; }
  270. .select2-results .select2-highlighted { background: #3875d7; color: #fff; } .select2-results li em { background: #feffde; font-style: normal; }
  271. .select2-results .select2-highlighted em { background: transparent; }
  272. .select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit { background: #f4f4f4; padding: 4px 8px; margin-top: 4px; border: 1px solid #e5e5e5; }
  273. .select2-results .select2-disabled { display: none; }
  274. .select2-more-results.select2-active { background: #f4f4f4 url('spinner.gif') no-repeat 100%; }
  275. .select2-more-results { background: #f4f4f4; display: list-item; }
  276. .select2-container.select2-container-disabled .select2-choice { background-color: #f4f4f4; background-image: none; border: 1px solid #ddd; cursor: default; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; color: #999; }
  277. .select2-container.select2-container-disabled .select2-choice div { background-color: #f4f4f4; background-image: none; border-left: 0; }
  278. .select2-result-selectable .select2-match, .select2-result-unselectable .select2-result-selectable .select2-match { text-decoration: underline; }
  279. .select2-result-unselectable .select2-match { text-decoration: none; }
  280. .select2-offscreen { position: absolute; left: -10000px; }
  281. /* multiselect */
  282. .select2-container-multi .select2-choices { min-height: 26px;border: 1px solid #DADADA; background: white; padding: 5px; width: 100%; overflow-y: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; margin: 0; cursor: text; overflow: hidden; height: auto !important; height: 1%; position: relative; }
  283. .select2-container-multi .select2-choices li { float: left; list-style: none; }
  284. .select2-container-multi .select2-choices .select2-search-field { white-space: nowrap; margin: 0; padding: 4px 0; }
  285. .select2-container-multi .select2-choices .select2-search-field input { width: 60px; border: none; padding: 6px 8px; height: 28px; background: transparent; }
  286. .select2-container-multi .select2-choices .select2-search-field input.select2-active { background: #fff url('spinner.gif') no-repeat 100% !important; }
  287. .select2-container-multi .select2-choices .select2-search-choice { border: 1px solid #A5D24A; display: block; float: left; padding: 6px 8px 5px 22px; background: #CDE69C; color: #638421; margin: 5px; line-height: 13px; font-size: 11px; position: relative; white-space: nowrap; }
  288. .select2-container-multi .select2-choices .select2-search-choice span { cursor: default; }
  289. .select2-search-choice-close { display: block; position: absolute; top: 9px; width: 6px; height: 6px; font-size: 1px; background: url(../assets/img/elements/forms/closeSelection.png) no-repeat; outline: none; }
  290. .select2-container-multi .select2-search-choice-close { left: 7px; }
  291. /* disabled styles */
  292. .select2-container-multi.select2-container-disabled .select2-choices{ background-color: #F8F8F8; background-image: none; border: 1px solid #ddd; cursor: default; }
  293. .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice { background-image: none; background-color: #F1F1F1; border: 1px solid #DDD; padding-left: 8px; color: #999; }
  294. .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none; }
  295. /* ===== Datatables ===== */
  296. table.dataTable { margin: 0 auto; clear: both; width: 100%; }
  297. table.dataTable thead th { padding: 3px 18px 2px 10px; font-weight: normal; color: #909090; cursor: pointer; *cursor: hand; font-size: 11px; box-shadow: 0 1px 0px #fff inset; -webkit-box-shadow: 0 1px 0px #fff inset; -moz-box-shadow: 0 1px 0px #fff inset; }
  298. table.dataTable tfoot th { padding: 3px 18px 3px 10px;font-weight: bold; }
  299. table.dataTable td { padding: 7px 11px; }
  300. table.dataTable td.center, table.dataTable td.dataTables_empty { text-align: center; }
  301. table.dataTable tbody tr td, table.dataTable thead tr th { border-left: 1px solid #dfdfdf; }
  302. table.dataTable tbody tr td:first-child, table.dataTable thead tr th:first-child { border-left: none; }
  303. table.dataTable thead tr:first-child { margin: 0; padding: 0; border-top: none; }
  304. table.dataTable tr { border-top: 1px solid #dfdfdf; }
  305. table.dataTable tr.odd { }
  306. table.dataTable tr.even { background-color: #f2f2f2; }
  307. tr.odd.gradeA td.sorting_1 { background-color: #f4f4f4; }
  308. tr.odd.gradeA td.sorting_2 { background-color: #d1ffd1; }
  309. tr.odd.gradeA td.sorting_3 { background-color: #d1ffd1; }
  310. tr.even.gradeA td.sorting_1 { background-color: #efefef; }
  311. tr.even.gradeA td.sorting_2 { background-color: #e2ffe2; }
  312. tr.even.gradeA td.sorting_3 { background-color: #e2ffe2; }
  313. tr.odd.gradeC td.sorting_1 { background-color: #c4c4ff; }
  314. tr.odd.gradeC td.sorting_2 { background-color: #d1d1ff; }
  315. tr.odd.gradeC td.sorting_3 { background-color: #d1d1ff; }
  316. tr.even.gradeC td.sorting_1 { background-color: #d5d5ff; }
  317. tr.even.gradeC td.sorting_2 { background-color: #e2e2ff; }
  318. tr.even.gradeC td.sorting_3 { background-color: #e2e2ff; }
  319. .dataTables_wrapper { position: relative; clear: both; *zoom: 1; }
  320. .dataTables_length { float: right; margin-top: 15px; }
  321. .showentries { float: left; margin: 4px 15px 0 0; }
  322. .dataTables_filter { float: left; font-size: 11px; text-align: left; margin: 18px 0; position: relative; }
  323. .dataTables_filter label > span { display: block; float: left; padding-top: 1px; }
  324. .dataTables_filter input[type=text] { padding: 5px 20px 5px 7px; margin-left: 15px; width: 180px; background: #f9f9f9; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; border: 1px solid #d7d7d7; }
  325. .dataTables_info { clear: both; float: left; padding: 6px 0; }
  326. .tableFooter { clear: both; padding: 8px 12px; height: 36px; font-size: 11px; color: #636363; border-top: 1px solid #cdcdcd; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; background: #f8f8f8; background: -moz-linear-gradient(top, #f8f8f8 0%, #efefef 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#efefef)); background: -webkit-linear-gradient(top, #f8f8f8 0%,#efefef 100%); background: -o-linear-gradient(top, #f8f8f8 0%,#efefef 100%); background: -ms-linear-gradient(top, #f8f8f8 0%,#efefef 100%); background: linear-gradient(top, #f8f8f8 0%,#efefef 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#efefef',GradientType=0 ); }
  327. .hiddenpars .tablePars { display: none; }
  328. .shownpars .tablePars { display: block; }
  329. .tablePars { border-bottom: 1px solid #D5D5D5; height: 61px; box-shadow: 0 1px 0 #fff inset; -webkit-box-shadow: 0 1px 0 #fff inset; -moz-box-shadow: 0 1px 0 #fff inset; clear: both; padding: 0 16px; font-size: 11px; color: #636363; background: url(../assets/img/bg/alt.png); }
  330. .dataTables_paginate { float: right; margin-top: 7px; }
  331. .dataTables_paginate .last { margin-right: 0!important; }
  332. /* Two button pagination - previous / next */
  333. .paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next { height: 19px; float: left; cursor: pointer; *cursor: hand; color: #111 !important; }
  334. .paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover { text-decoration: none !important; }
  335. .paginate_disabled_previous:active, .paginate_enabled_previous:active, .paginate_disabled_next:active, .paginate_enabled_next:active { outline: none; }
  336. .paginate_disabled_previous, .paginate_disabled_next { color: #666 !important; }
  337. .paginate_disabled_previous, .paginate_enabled_previous { padding-left: 23px; }
  338. .paginate_disabled_next, .paginate_enabled_next { padding-right: 23px; margin-left: 10px; }
  339. .paginate_enabled_previous { background: url('../assets/img/tables/back_enabled.png') no-repeat top left; }
  340. .paginate_enabled_previous:hover { background: url('../assets/img/tables/back_enabled_hover.png') no-repeat top left; }
  341. .paginate_disabled_previous { background: url('../assets/img/tables/back_disabled.png') no-repeat top left; }
  342. .paginate_enabled_next { background: url('../assets/img/tables/forward_enabled.png') no-repeat top right; }
  343. .paginate_enabled_next:hover { background: url('../assets/img/tables/forward_enabled_hover.png') no-repeat top right; }
  344. .paginate_disabled_next { background: url('../assets/img/tables/forward_disabled.png') no-repeat top right; }
  345. /* Full number pagination */
  346. .paging_full_numbers { height: 22px; line-height: 22px; }
  347. .paging_full_numbers .next:active, .paging_full_numbers .first:active, .paging_full_numbers .previous:active, .paging_full_numbers .last:active { font-weight: normal!important; }
  348. .paging_full_numbers a:active { outline: none }
  349. .paging_full_numbers a:hover { text-decoration: none; }
  350. .paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active { border: 1px solid #d3d3d3; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 4px 7px; margin: 0 3px; cursor: pointer; *cursor: hand; color: #919191; font-size: 11px; box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf; -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf; -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf; }
  351. .paging_full_numbers a.paginate_button { background: #f9f9f9; background: -moz-linear-gradient(top, #f9f9f9 0%, #eeeeee 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eeeeee)); background: -webkit-linear-gradient(top, #f9f9f9 0%,#eeeeee 100%); background: -o-linear-gradient(top, #f9f9f9 0%,#eeeeee 100%); background: -ms-linear-gradient(top, #f9f9f9 0%,#eeeeee 100%); background: linear-gradient(top, #f9f9f9 0%,#eeeeee 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eeeeee',GradientType=0 ); }
  352. .paging_full_numbers a.paginate_button:hover { background: #f6f6f6; background: -moz-linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e8e8e8)); background: -webkit-linear-gradient(top, #f6f6f6 0%,#e8e8e8 100%); background: -o-linear-gradient(top, #f6f6f6 0%,#e8e8e8 100%); background: -ms-linear-gradient(top, #f6f6f6 0%,#e8e8e8 100%); background: linear-gradient(top, #f6f6f6 0%,#e8e8e8 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e8e8e8',GradientType=0 ); }
  353. .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button:active { background: #6f6f6f; color: #fff; border-color: #646464; box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; -moz-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; font-weight: bold; }
  354. .paginate_button_disabled, .paginate_button_disabled:active { background: #eaeaea!important; color: #c5c5c5!important; box-shadow: none!important; font-weight: normal!important; }
  355. .paginate_button_disabled:active { border-color: #d3d3d3!important; }
  356. .dataTables_processing { position: absolute; top: 50%; left: 50%; width: 250px; height: 30px; margin-left: -125px; margin-top: -15px; padding: 14px 0 2px 0; border: 1px solid #ddd; text-align: center; color: #999; font-size: 14px; background-color: white; }
  357. .sorting { background: #eee url('../assets/img/tables/sort_both.png') no-repeat center right; }
  358. .sorting_asc { background: #eee url('../assets/img/tables/sort_asc.png') no-repeat center right; }
  359. .sorting_desc { background: #eee url('../assets/img/tables/sort_desc.png') no-repeat center right; }
  360. .sorting_asc_disabled { background: url('../assets/img/tables/sort_asc_disabled.png') no-repeat center right; }
  361. .sorting_desc_disabled { background: url('../assets/img/tables/sort_desc_disabled.png') no-repeat center right; }
  362. table.dataTable th:active { outline: none; }
  363. .dataTables_scroll { clear: both; }
  364. .dataTables_scrollBody { *margin-top: -1px; -webkit-overflow-scrolling: touch; }
  365. /* ===== iPhone like checkboxes ===== */
  366. .whead .on_off { padding: 9px 9px 7px 9px; float: right; }
  367. .whead .on_off .ibutton-container { float: right; }
  368. .whead .on_off [class^="icon-"], .whead .on_off [class*=" icon-"] { margin-top: 3px; display: block; float: left; }
  369. .on_off .ibutton-label-off span { background: url(../assets/img/elements/checkboxes/no.png) no-repeat; width: 8px; height: 9px; position: relative; left: -4px; display: block; float: right; padding-top: 0; margin-top: 2px; padding-right: 7px; text-indent: -9999px; }
  370. .on_off .ibutton-label-on span { background: url(../assets/img/elements/checkboxes/yes.png) no-repeat; width: 11px; left: -1px; position: relative; height: 11px; display: block; float: right; padding-top: 0px; margin-top: 1px; padding-right: 7px; }
  371. .on_off .ibutton-label-off { color: #fff; background-position: 100% 0; text-shadow: 0 1px #808080; text-align: right; right: 0; width: 95%; }
  372. .on_off .ibutton-container { height: 21px; }
  373. .on_off .ibutton-label-on { color: #fff; text-shadow: 0 1px #808080; left: 0; z-index: 1; background-position: 0 -52px; }
  374. .on_off .ibutton-label-off { background-position: 100% -52px; }
  375. .on_off .ibutton-label-on, .on_off .ibutton-label-off { height: 21px; }
  376. .on_off .ibutton-handle { height: 20px; background-position: 0 -73px; }
  377. .on_off .ibutton-handle-right { background: transparent url(../assets/img/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 100% -73px; }
  378. .on_off .ibutton-handle-middle { background: transparent url(../assets/img/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 50% -73px; }
  379. .on_off .ibutton-padding-left, .on_off .ibutton-padding-right { position: absolute; top: 0; z-index: 2; background: transparent url(../assets/img/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 0 -52px; width: 3px; height: 20px; }
  380. .on_off .ibutton-padding-right { background-position: 100% -52px; }
  381. .ibutton-container { position: relative; height: 26px; cursor: pointer; overflow: hidden; max-width: 400px; -khtml-user-select: none; -o-user-select: none; -moz-user-select: none; -moz-user-focus: ignore; -moz-user-input: disabled; width: 89px; }
  382. .ibutton-container input { position: absolute; top: 0; left: 0; filter:alpha(opacity=0); -moz-opacity: 0.0; opacity: 0.0; -moz-user-input: enabled !important; }
  383. .ibutton-handle { display: block; height: 25px; cursor: inherit; position: absolute; top: 0; left: 0; width: 0; background: transparent url(../assets/img/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 0 -26px; z-index: 3; padding-left: 3px; width: 33px; }
  384. .ibutton-handle-right { height: 100%; width: 100%; padding-right: 3px; background: transparent url(../assets/img/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 100% -26px; z-index: 3; }
  385. .ibutton-handle-middle { height: 100%; width: 100%; background: transparent url(../assets/img/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 50% -26px; z-index: 3; }
  386. div.ibutton-label-on, div.ibutton-label-off { white-space: nowrap; font-size: 11px; line-height: 18px; font-weight: bold; text-transform: uppercase; cursor: inherit; display: block; height: 26px; position: absolute; width: auto; top: 0; padding-top: 4px; overflow: hidden; text-align: center; background: transparent url(../assets/img/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 0 0; }
  387. div.ibutton-label-on { color: #fff; text-shadow: 0 1px #808080; left: 0; z-index: 1; }
  388. div.ibutton-label-on span { padding-left: 0px; }
  389. div.ibutton-label-off { color: #fff; background-position: 100% 0; text-shadow: 0 1px #808080; text-align: right; right: 0; width: 95%; }
  390. div.ibutton-label-off span label { padding-right: 10px; margin-left: -2px }
  391. .ibutton-padding-left { left: 0; }
  392. .ibutton-padding-right { right: 0; }
  393. .ibutton-disabled { cursor: not-allowed !important; opacity: 0.6; filter:alpha(opacity=60); }
  394. /* ===== Tipsy ===== */
  395. .tipsy { padding: 4px; font-size: 11px; position: absolute; z-index: 1000; }
  396. .tipsy-inner { padding: 2px 10px 2px 10px; background-color: #1d1d1d; color: white; max-width: 200px; text-align: center; }
  397. .tipsy-inner { border-radius: 2px; -moz-border-radius:2px; -webkit-border-radius:2px; }
  398. .tipsy-arrow { position: absolute; background: url('../assets/img/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  399. .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
  400. .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
  401. .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  402. /*.tipsy-s { margin-top: -5px; }
  403. .tipsy-w { margin-left: 5px; }
  404. .tipsy-e { margin-right: -5px; }
  405. .tipsy-n { margin-top: 5px; }*/
  406. .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
  407. .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
  408. .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  409. .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  410. .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }