charisma-app.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. select{
  2. background-color:#fff;
  3. }
  4. .top-block{
  5. font-size:14px;
  6. text-align: center;
  7. padding: 5px;
  8. margin-bottom:10px;
  9. font-weight:bold;
  10. position: relative;
  11. display: block;
  12. line-height: 22px;
  13. text-shadow: 0 0 1px #DDD;
  14. text-decoration:none;
  15. -webkit-box-shadow: inset 0 0 0 1px #FAFAFA;
  16. -moz-box-shadow: inset 0 0 0 1px #FAFAFA;
  17. box-shadow: inset 0 0 0 1px #FAFAFA;
  18. background: -moz-linear-gradient(top, rgba(30,87,153,0.2) 0%, rgba(125,185,232,0) 100%);
  19. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0.2)), color-stop(100%,rgba(125,185,232,0)));
  20. background: -webkit-linear-gradient(top, rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%);
  21. background: -o-linear-gradient(top, rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%);
  22. background: -ms-linear-gradient(top, rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%);
  23. background: linear-gradient(to bottom, rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%);
  24. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#331e5799', endColorstr='#007db9e8',GradientType=0 );
  25. }
  26. .top-block span{
  27. clear:both;
  28. }
  29. .top-block:hover{
  30. text-decoration:none;
  31. }
  32. .notification {
  33. display: block;
  34. position: absolute;
  35. top: -10px;
  36. right: -5px;
  37. line-height: 16px;
  38. height: 16px;
  39. padding: 0 5px;
  40. font-family: Arial, sans-serif;
  41. color: white !important;
  42. text-shadow: 0 1px
  43. hsla(0, 0%, 0%, 0.25);
  44. border-width: 1px;
  45. border-style: solid;
  46. border-radius: 10px;
  47. -webkit-border-radius: 10px;
  48. -moz-border-radius: 10px;
  49. -webkit-box-shadow: 0 1px 1px
  50. hsla(0, 0%, 0%, 0.08), inset 0 1px
  51. hsla(0, 100%, 100%, 0.3);
  52. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
  53. box-shadow: 0 1px 1px
  54. hsla(0, 0%, 0%, 0.08), inset 0 1px
  55. hsla(0, 100%, 100%, 0.3);
  56. }
  57. .notification {
  58. border-color: #2FABE9;
  59. background-color: #67C2EF;
  60. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(200, 80%, 82%)), color-stop(100%, hsl(200, 81%, 67%)));
  61. background-image: -webkit-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
  62. background-image: -moz-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
  63. background-image: -ms-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
  64. background-image: -o-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
  65. background-image: linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
  66. }
  67. .notification.green {
  68. border-color: #5AAD34;
  69. background-color: #78CD51;
  70. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(101, 54%, 71%)), color-stop(100%, hsl(101, 55%, 56%)));
  71. background-image: -webkit-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
  72. background-image: -moz-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
  73. background-image: -ms-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
  74. background-image: -o-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
  75. background-image: linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
  76. }
  77. .notification.yellow {
  78. border-color: #F4A506;
  79. background-color: #FABB3D;
  80. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(40, 95%, 76%)), color-stop(100%, hsl(40, 95%, 61%)));
  81. background-image: -webkit-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
  82. background-image: -moz-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
  83. background-image: -ms-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
  84. background-image: -o-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
  85. background-image: linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
  86. }
  87. .notification.red {
  88. border-color: #FA5833;
  89. background-color: #FA603D;
  90. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(11, 95%, 76%)), color-stop(100%, hsl(11, 95%, 61%)));
  91. background-image: -webkit-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
  92. background-image: -moz-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
  93. background-image: -ms-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
  94. background-image: -o-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
  95. background-image: linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
  96. }
  97. #external-events {
  98. float: left;
  99. width: 15%;
  100. padding: 10px;
  101. text-align: left;
  102. }
  103. .external-event{
  104. margin: 5px;
  105. cursor:move;
  106. }
  107. #calendar {
  108. float: right;
  109. width: 80%;
  110. }
  111. .box{
  112. border: 1px solid #DEDEDE;
  113. border-radius:3px;
  114. -webkit-border-radius:3px;
  115. -moz-border-radius:3px;
  116. margin-top: 10px;
  117. margin-bottom: 10px ;
  118. box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
  119. -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
  120. -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
  121. }
  122. .box-header{
  123. border:none;
  124. padding-top:5px;
  125. border-bottom: 1px solid #DEDEDE;
  126. border-radius:3px 3px 0 0;
  127. -webkit-border-radius:3px 3px 0 0;
  128. -moz-border-radius:3px 3px 0 0;
  129. height:12px;
  130. min-height:12px;
  131. margin-bottom: 0;
  132. cursor:move;
  133. font-weight:bold;
  134. font-size:16px;
  135. background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%);
  136. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.1)));
  137. background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
  138. background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
  139. background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
  140. background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
  141. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1a000000',GradientType=0 );
  142. }
  143. .box-header h2{
  144. font-size:15px;
  145. width:auto;
  146. clear:none;
  147. float:left;
  148. line-height:25px;
  149. white-space: nowrap;
  150. }
  151. .box-header h3{
  152. font-size:13px;
  153. width:auto;
  154. clear:none;
  155. float:left;
  156. line-height:25px;
  157. white-space: nowrap;
  158. }
  159. .box-header h2 > i{
  160. margin-top:1px;
  161. }
  162. .box-icon{
  163. float:right;
  164. }
  165. .box-icon a{
  166. clear:none;
  167. float:left;
  168. margin:0 2px;
  169. height: 18px;
  170. width:5px;
  171. margin-top: -1px;
  172. }
  173. .box-icon a i{
  174. margin-left:-4.5px;
  175. }
  176. .box-content{
  177. padding:10px;
  178. }
  179. .btn-round{
  180. border-radius: 40px;
  181. -webkit-border-radius: 40px;
  182. -moz-border-radius: 40px;
  183. font-size:12px;
  184. padding-top:4px;
  185. }
  186. ul.dashboard-list li{
  187. padding: 7px 0;
  188. list-style:none;
  189. border-bottom: 1px solid #EBEBEB;
  190. border-top: 1px solid white;
  191. }
  192. ul.dashboard-list a:hover{
  193. text-decoration:none;
  194. }
  195. ul.dashboard-list{
  196. margin:0;
  197. }
  198. ul.dashboard-list li a span {
  199. display: inline-block;
  200. font-size: 18px;
  201. font-weight: bold;
  202. margin-right: 10px;
  203. text-align: right;
  204. width: 70px;
  205. zoom: 1;
  206. }
  207. .dashboard-avatar{
  208. height: 50px;
  209. width: 50px;
  210. padding: 1px;
  211. float: left;
  212. margin-left: 15px;
  213. margin-right: 15px;
  214. border: 1px solid #EBEBEB;
  215. }
  216. #prependedInput,#appendedPrependedInput,#appendedInputButtons,#appendedInputButton{
  217. width:200px;
  218. }
  219. #appendedInput{
  220. width:75px;
  221. }
  222. .thumbnail{
  223. background-color:white;
  224. z-index:2;
  225. position:relative;
  226. margin-bottom:40px !important;
  227. }
  228. .thumbnails > li{
  229. margin-left:15px;
  230. }
  231. .thumbnail img,.thumbnail > a{
  232. z-index:2;
  233. height:100px;
  234. width:100px;
  235. position:relative;
  236. display: block;
  237. }
  238. img.grayscale{
  239. -webkit-filter: grayscale(1);
  240. -webkit-filter: grayscale(100%);
  241. -moz-filter: grayscale(100%);
  242. -ms-filter: grayscale(100%);
  243. -o-filter: grayscale(100%);
  244. /*filter: url(desaturate.svg#grayscale);
  245. filter: gray;
  246. filter: grayscale(100%); */
  247. }
  248. .thumbnail .gallery-controls{
  249. position:absolute;
  250. z-index:1;
  251. margin-top:-30px;
  252. height:22px;
  253. min-height:22px;
  254. width:80px;
  255. padding:9px;
  256. }
  257. .thumbnail .gallery-controls p{
  258. display:block;
  259. margin:auto;
  260. width:100%;
  261. }
  262. label div.checker,label div.radio{
  263. margin-bottom:3px;
  264. }
  265. div.uploader{
  266. border-radius:14px;
  267. -webkit-border-radius:14px;
  268. -moz-border-radius:14px;
  269. }
  270. footer{
  271. clear:both;
  272. }
  273. footer .pull-right{
  274. float:right;
  275. margin-right:10px;
  276. }
  277. footer .pull-left{
  278. float:left;
  279. margin-left:10px;
  280. }
  281. .docs-input-sizes select, .docs-input-sizes input[type="text"] {
  282. display: block;
  283. margin-bottom: 9px;
  284. }
  285. div.center,p.center,img.center{
  286. margin-left: auto !important;
  287. margin-right: auto !important;
  288. float:none !important;
  289. display: block;
  290. text-align:center;
  291. }
  292. .stackControls{
  293. padding:5px;
  294. }
  295. .clear{
  296. clear:both;
  297. width:0px;
  298. height:0px;
  299. }
  300. .sidebar-nav{
  301. min-height:0;
  302. box-shadow: 0 0 10px #BDBDBD;
  303. -webkit-box-shadow: 0 0 10px #BDBDBD;
  304. -moz-box-shadow: 0 0 10px #BDBDBD;
  305. border-radius: 5px;
  306. -webkit-border-radius: 5px;
  307. -moz-border-radius: 5px;
  308. margin-bottom: 0;
  309. padding-bottom:0;
  310. }
  311. .sidebar-nav > ul > li:not(.nav-header){
  312. margin-right:-2px;
  313. margin-left:-2px;
  314. }
  315. .brand{
  316. font-family: 'Shojumaru', cursive, Arial, serif;
  317. letter-spacing:2px;
  318. text-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);
  319. width:166px;
  320. }
  321. .brand img{
  322. float:left;
  323. height:20px;
  324. width:20px;
  325. margin-right:5px;
  326. }
  327. .brand span{
  328. float:left;
  329. }
  330. @media (max-width: 979px){
  331. .sidebar-nav{
  332. padding:0;
  333. margin-bottom:0;
  334. }
  335. .theme-text{
  336. display:none;
  337. }
  338. }
  339. @media (min-width: 768px) and (max-width: 979px) {
  340. .box-icon{
  341. display:none;
  342. }
  343. .box-header h2{
  344. font-size:13px !important;
  345. }
  346. .box-header h3{
  347. font-size:11px !important;
  348. }
  349. .main-menu-span{
  350. width:6.2% !important;
  351. margin-right:4%;
  352. }
  353. }
  354. .navbar-search{
  355. margin-left:10px;
  356. }
  357. .navbar-inner{
  358. border-radius:0 0 10px 10px;
  359. -webkit-border-radius:0 0 10px 10px;
  360. -moz-border-radius:0 0 10px 10px;
  361. padding-top:5px;
  362. padding-bottom:5px;
  363. }
  364. div.dataTables_length select {
  365. width: 50px;
  366. }
  367. .dataTables_filter input, .dataTables_length select {
  368. display: inline-block;
  369. margin-bottom: 0;
  370. }
  371. ul.ajax-loaders li{
  372. display:inline-block;
  373. list-style:none;
  374. padding:10px;
  375. }
  376. ul.ajax-loaders{
  377. min-height:80px;
  378. }
  379. .bs-icons li{
  380. list-style:none;
  381. }
  382. #for-is-ajax{
  383. padding-left: 12px;
  384. cursor:pointer;
  385. }
  386. #loading{
  387. margin-top: 20px;
  388. width:128px;
  389. font-weight: bold;
  390. }
  391. #loading div.center{
  392. margin-top:10px;
  393. height:15px;
  394. width:128px;
  395. background:url(../img/ajax-loaders/ajax-loader-6.gif);
  396. }
  397. .box-content .nav-tabs{
  398. margin-right:-10px;
  399. margin-left:-10px;
  400. }
  401. #inputIcon{
  402. width:200px;
  403. }
  404. .show-grid [class*="span"] {
  405. background-color: #EDEDED;
  406. text-align: center;
  407. -webkit-border-radius: 3px;
  408. -moz-border-radius: 3px;
  409. border-radius: 3px;
  410. min-height: 30px;
  411. line-height: 30px;
  412. }
  413. .show-grid {
  414. margin-top: 10px;
  415. margin-bottom: 20px;
  416. color:black;
  417. }
  418. .show-grid:hover [class*="span"] {
  419. background: #DEDEDE;
  420. }
  421. .login-header{
  422. padding-top:30px;
  423. height:120px;
  424. }
  425. .pull-left{
  426. float:left !important;
  427. }
  428. .pull-right{
  429. float:right !important;
  430. }
  431. .remember{
  432. margin-top:3px;
  433. }
  434. .green {
  435. color: #458746;
  436. }
  437. .red {
  438. color: #B94846;
  439. }
  440. .blue {
  441. color: #3986AC;
  442. }
  443. .yellow {
  444. color: #F99406;
  445. }
  446. .login-box{
  447. }
  448. .login-box .input-prepend{
  449. margin-bottom: 10px;
  450. }
  451. .login-box .btn{
  452. margin-top:15px;
  453. width:100%
  454. }
  455. .charisma_qr{
  456. height:136px;
  457. width:136px;
  458. border:solid grey 1px;
  459. border-radius:2px;
  460. -webkit-border-radius:2px;
  461. -moz-border-radius:2px;
  462. box-shadow: 0 0 10px #BDBDBD;
  463. -webkit-box-shadow: 0 0 10px #BDBDBD;
  464. -moz-box-shadow: 0 0 10px #BDBDBD;
  465. }
  466. .box-content.buttons{
  467. min-height:297px;
  468. }