jquery-ui.theme.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  1. @charset "UTF-8";
  2. /*
  3. * Customizable variables
  4. * Update these variable to create theme
  5. */
  6. /*
  7. * General
  8. */
  9. /*
  10. * Sidebar
  11. */
  12. /*
  13. * Top
  14. */
  15. /*
  16. * Content
  17. */
  18. /*
  19. * Buttons
  20. */
  21. /*
  22. * Inputs
  23. */
  24. /*
  25. * Messages
  26. */
  27. /*
  28. * Login
  29. */
  30. /*
  31. * jQuery UI
  32. */
  33. /*
  34. * Charts
  35. */
  36. /*
  37. * Default variable values
  38. * Create separate themes/theme/_variables.scss to override these variables
  39. */
  40. /*
  41. * General
  42. */
  43. /*
  44. * Sidebar
  45. */
  46. /*
  47. * Top
  48. */
  49. /*
  50. * Content
  51. */
  52. /*
  53. * Buttons
  54. */
  55. /*
  56. * Inputs
  57. */
  58. /*
  59. * Messages
  60. */
  61. /*
  62. * Login
  63. */
  64. /*
  65. * jQuery UI
  66. */
  67. /*
  68. * Charts
  69. */
  70. .hidden {
  71. display: none; }
  72. .clear-list {
  73. margin: 0;
  74. padding: 0;
  75. list-style: none; }
  76. .fl {
  77. float: left; }
  78. .fr {
  79. float: right; }
  80. .cf:before, .cf:after {
  81. content: "";
  82. display: table; }
  83. .cf:after {
  84. clear: both; }
  85. .p10 {
  86. padding: 10px; }
  87. .p20 {
  88. padding: 20px; }
  89. .p30 {
  90. padding: 30px; }
  91. .p40 {
  92. padding: 40px; }
  93. .p50 {
  94. padding: 50px; }
  95. .p60 {
  96. padding: 60px; }
  97. .p70 {
  98. padding: 70px; }
  99. .p80 {
  100. padding: 80px; }
  101. .pt10 {
  102. padding-top: 10px; }
  103. .pt20 {
  104. padding-top: 20px; }
  105. .pt30 {
  106. padding-top: 30px; }
  107. .pt40 {
  108. padding-top: 40px; }
  109. .pt50 {
  110. padding-top: 50px; }
  111. .pt60 {
  112. padding-top: 60px; }
  113. .pt70 {
  114. padding-top: 70px; }
  115. .pt80 {
  116. padding-top: 80px; }
  117. .pr10 {
  118. padding-right: 10px; }
  119. .pr20 {
  120. padding-right: 20px; }
  121. .pr30 {
  122. padding-right: 30px; }
  123. .pr40 {
  124. padding-right: 40px; }
  125. .pr50 {
  126. padding-right: 50px; }
  127. .pr60 {
  128. padding-right: 60px; }
  129. .pr70 {
  130. padding-right: 70px; }
  131. .pr80 {
  132. padding-right: 80px; }
  133. .pb10 {
  134. padding-bottom: 10px; }
  135. .pb20 {
  136. padding-bottom: 20px; }
  137. .pb30 {
  138. padding-bottom: 30px; }
  139. .pb40 {
  140. padding-bottom: 40px; }
  141. .pb50 {
  142. padding-bottom: 50px; }
  143. .pb60 {
  144. padding-bottom: 60px; }
  145. .pb70 {
  146. padding-bottom: 70px; }
  147. .pb80 {
  148. padding-bottom: 80px; }
  149. .pl10 {
  150. padding-left: 10px; }
  151. .pl20 {
  152. padding-left: 20px; }
  153. .pl30 {
  154. padding-left: 30px; }
  155. .pl40 {
  156. padding-left: 40px; }
  157. .pl50 {
  158. padding-left: 50px; }
  159. .pl60 {
  160. padding-left: 60px; }
  161. .pl70 {
  162. padding-left: 70px; }
  163. .pl80 {
  164. padding-left: 80px; }
  165. .m10 {
  166. margin: 10px; }
  167. .m20 {
  168. margin: 20px; }
  169. .m30 {
  170. margin: 30px; }
  171. .m40 {
  172. margin: 40px; }
  173. .m50 {
  174. margin: 50px; }
  175. .m60 {
  176. margin: 60px; }
  177. .m70 {
  178. margin: 70px; }
  179. .m80 {
  180. margin: 80px; }
  181. .mt10 {
  182. margin-top: 10px; }
  183. .mt20 {
  184. margin-top: 20px; }
  185. .mt30 {
  186. margin-top: 30px; }
  187. .mt40 {
  188. margin-top: 40px; }
  189. .mt50 {
  190. margin-top: 50px; }
  191. .mt60 {
  192. margin-top: 60px; }
  193. .mt70 {
  194. margin-top: 70px; }
  195. .mt80 {
  196. margin-top: 80px; }
  197. .mr10 {
  198. margin-right: 10px; }
  199. .mr20 {
  200. margin-right: 20px; }
  201. .mr30 {
  202. margin-right: 30px; }
  203. .mr40 {
  204. margin-right: 40px; }
  205. .mr50 {
  206. margin-right: 50px; }
  207. .mr60 {
  208. margin-right: 60px; }
  209. .mr70 {
  210. margin-right: 70px; }
  211. .mr80 {
  212. margin-right: 80px; }
  213. .mb10 {
  214. margin-bottom: 10px; }
  215. .mb20 {
  216. margin-bottom: 20px; }
  217. .mb30 {
  218. margin-bottom: 30px; }
  219. .mb40 {
  220. margin-bottom: 40px; }
  221. .mb50 {
  222. margin-bottom: 50px; }
  223. .mb60 {
  224. margin-bottom: 60px; }
  225. .mb70 {
  226. margin-bottom: 70px; }
  227. .mb80 {
  228. margin-bottom: 80px; }
  229. .ml10 {
  230. margin-left: 10px; }
  231. .ml20 {
  232. margin-left: 20px; }
  233. .ml30 {
  234. margin-left: 30px; }
  235. .ml40 {
  236. margin-left: 40px; }
  237. .ml50 {
  238. margin-left: 50px; }
  239. .ml60 {
  240. margin-left: 60px; }
  241. .ml70 {
  242. margin-left: 70px; }
  243. .ml80 {
  244. margin-left: 80px; }
  245. .pos_rel {
  246. position: relative; }
  247. .pos_abs {
  248. position: absolute; }
  249. .fill_width {
  250. width: 100% !important; }
  251. .ui-widget-content {
  252. border-color: #f5f3f4; }
  253. .ui-widget.ui-widget-content, .ui-timepicker-table.ui-widget-content {
  254. background: #fff;
  255. box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
  256. .ui-widget {
  257. font-family: inherit;
  258. font-size: inherit; }
  259. .ui-widget-header {
  260. border: 0;
  261. background: #3c706b;
  262. color: #fff;
  263. font-weight: bold; }
  264. .ui-widget-header a {
  265. color: #fff; }
  266. .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  267. border: 1px solid #eff6f5;
  268. background: #fff;
  269. font-weight: bold;
  270. color: #62a29c;
  271. border-radius: 3px; }
  272. .ui-widget-header .ui-state-default {
  273. background: none;
  274. color: #fff;
  275. border: 0; }
  276. .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  277. border: 1px solid #7FB1DC;
  278. background: #7FB1DC;
  279. font-weight: bold;
  280. color: #fff; }
  281. .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  282. border: 1px solid #44b78b;
  283. background: #44b78b;
  284. font-weight: bold;
  285. color: #fff; }
  286. .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  287. border: 1px solid #7FB1DC;
  288. background: #fff;
  289. color: #7FB1DC; }
  290. .ui-dialog-buttonpane {
  291. background: #eff6f5;
  292. margin: .5em -0.2em -0.2em -0.2em; }
  293. .ui-dialog-buttonpane .ui-button {
  294. border: 0 !important;
  295. outline: 0; }
  296. .ui-icon {
  297. font-family: 'jet-icons';
  298. speak: none;
  299. font-style: normal;
  300. font-weight: normal;
  301. font-variant: normal;
  302. text-transform: none;
  303. line-height: 1;
  304. /* Better Font Rendering =========== */
  305. -webkit-font-smoothing: antialiased;
  306. -moz-osx-font-smoothing: grayscale;
  307. display: inline-block;
  308. font-size: 16px;
  309. font-weight: bold;
  310. background: none !important;
  311. text-indent: 0;
  312. overflow: visible; }
  313. .ui-icon-circle-triangle-e:before {
  314. content: ""; }
  315. .ui-icon-circle-triangle-w:before {
  316. content: ""; }
  317. .ui-icon-closethick:before {
  318. content: ""; }
  319. .ui-widget-overlay {
  320. background: #000;
  321. opacity: 0.5;
  322. filter: Alpha(Opacity=50); }
  323. .ui-tooltip {
  324. background: #000 !important;
  325. color: #fff;
  326. border: 0;
  327. box-shadow: none !important;
  328. opacity: 0.8;
  329. font-size: 13px;
  330. pointer-events: none; }
  331. /*# sourceMappingURL=jquery-ui.theme.css.map */