components.css 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470
  1. /*
  2. Template Name: Moltran Dashboard
  3. Author: CoderThemes
  4. Email: coderthemes@gmail.com
  5. File: Components
  6. */
  7. /*
  8. - Buttons
  9. - Panels
  10. - Portlets
  11. - Checkbox and Radio
  12. - Progressbars
  13. - Tables
  14. - Form Elements
  15. - Calendar
  16. - Widgets
  17. */
  18. /* ==============
  19. Buttons
  20. ===================*/
  21. .btn {
  22. -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  23. -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  24. border-radius: 2px;
  25. box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  26. font-family: 'Nunito', sans-serif;
  27. letter-spacing: 0.2px;
  28. opacity: 0.93;
  29. }
  30. .btn:hover {
  31. -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  32. -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  33. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  34. opacity: 1;
  35. }
  36. .btn:focus {
  37. -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  38. -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  39. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  40. opacity: 1;
  41. }
  42. .btn-primary,
  43. .btn-success,
  44. .btn-info,
  45. .btn-warning,
  46. .btn-danger,
  47. .btn-inverse,
  48. .btn-purple,
  49. .btn-pink {
  50. color: #ffffff !important;
  51. }
  52. .btn-default:hover {
  53. background-color: #f9f9f9;
  54. }
  55. .btn-default:focus {
  56. background-color: #f9f9f9;
  57. }
  58. .btn-default:active {
  59. background-color: #f9f9f9;
  60. }
  61. .btn-primary,
  62. .btn-primary:hover,
  63. .btn-primary:focus,
  64. .btn-primary:active,
  65. .btn-primary.active,
  66. .btn-primary.focus,
  67. .btn-primary:active,
  68. .btn-primary:focus,
  69. .btn-primary:hover,
  70. .open > .dropdown-toggle.btn-primary {
  71. background-color: #6e8cd7 !important;
  72. border: 1px solid #6e8cd7 !important;
  73. }
  74. .btn-success,
  75. .btn-success:hover,
  76. .btn-success:focus,
  77. .btn-success:active,
  78. .btn-success.active,
  79. .btn-success.focus,
  80. .btn-success:active,
  81. .btn-success:focus,
  82. .btn-success:hover,
  83. .open > .dropdown-toggle.btn-success {
  84. background-color: #33b86c !important;
  85. border: 1px solid #33b86c !important;
  86. }
  87. .btn-info,
  88. .btn-info:hover,
  89. .btn-info:focus,
  90. .btn-info:active,
  91. .btn-info.active,
  92. .btn-info.focus,
  93. .btn-info:active,
  94. .btn-info:focus,
  95. .btn-info:hover,
  96. .open > .dropdown-toggle.btn-info {
  97. background-color: #29b6f6 !important;
  98. border: 1px solid #29b6f6 !important;
  99. }
  100. .btn-warning,
  101. .btn-warning:hover,
  102. .btn-warning:focus,
  103. .btn-warning:active,
  104. .btn-warning.active,
  105. .btn-warning.focus,
  106. .btn-warning:active,
  107. .btn-warning:focus,
  108. .btn-warning:hover,
  109. .open > .dropdown-toggle.btn-warning {
  110. background-color: #ffd740 !important;
  111. border: 1px solid #ffd740 !important;
  112. color: #333333 !important;
  113. }
  114. .btn-danger,
  115. .btn-danger:active,
  116. .btn-danger:focus,
  117. .btn-danger:hover,
  118. .btn-danger.active,
  119. .btn-danger.focus,
  120. .btn-danger:active,
  121. .btn-danger:focus,
  122. .btn-danger:hover,
  123. .open > .dropdown-toggle.btn-danger {
  124. background-color: #ef5350 !important;
  125. border: 1px solid #ef5350 !important;
  126. }
  127. .btn-inverse,
  128. .btn-inverse:hover,
  129. .btn-inverse:focus,
  130. .btn-inverse:active,
  131. .btn-inverse.active,
  132. .btn-inverse.focus,
  133. .btn-inverse:active,
  134. .btn-inverse:focus,
  135. .btn-inverse:hover,
  136. .open > .dropdown-toggle.btn-inverse {
  137. background-color: #212121 !important;
  138. border: 1px solid #212121 !important;
  139. color: #ffffff;
  140. }
  141. .btn-purple,
  142. .btn-purple:hover,
  143. .btn-purple:focus,
  144. .btn-purple:active {
  145. background-color: #7e57c2 !important;
  146. border: 1px solid #7e57c2 !important;
  147. color: #ffffff;
  148. }
  149. .btn-pink,
  150. .btn-pink:hover,
  151. .btn-pink:focus,
  152. .btn-pink:active {
  153. background-color: #ec407a !important;
  154. border: 1px solid #ec407a !important;
  155. color: #ffffff;
  156. }
  157. .btn-custom.btn-default:hover {
  158. color: #333333 !important;
  159. }
  160. .btn-custom.btn-default:active {
  161. color: #333333 !important;
  162. }
  163. .btn-custom.btn-default:focus {
  164. color: #333333 !important;
  165. }
  166. .btn-custom.btn-primary {
  167. color: #6e8cd7 !important;
  168. }
  169. .btn-custom.btn-success {
  170. color: #33b86c !important;
  171. }
  172. .btn-custom.btn-info {
  173. color: #29b6f6 !important;
  174. }
  175. .btn-custom.btn-warning {
  176. color: #ffd740 !important;
  177. }
  178. .btn-custom.btn-danger {
  179. color: #ef5350 !important;
  180. }
  181. .btn-custom.btn-inverse {
  182. color: #212121 !important;
  183. }
  184. .btn-custom.btn-purple {
  185. color: #7e57c2 !important;
  186. }
  187. .btn-custom.btn-pink {
  188. color: #ec407a !important;
  189. }
  190. .btn-rounded {
  191. border-radius: 2em;
  192. padding: 6px 18px;
  193. }
  194. .btn-custom {
  195. -moz-border-radius: 2px;
  196. -moz-transition: all 400ms ease-in-out;
  197. -o-transition: all 400ms ease-in-out;
  198. -webkit-border-radius: 2px;
  199. -webkit-transition: all 400ms ease-in-out;
  200. background: transparent;
  201. background-color: transparent !important;
  202. border-radius: 2px;
  203. border-width: 1px;
  204. transition: all 400ms ease-in-out;
  205. }
  206. .btn-custom:hover {
  207. color: #ffffff !important;
  208. }
  209. .btn-custom:focus {
  210. color: #ffffff !important;
  211. }
  212. .fileupload {
  213. overflow: hidden;
  214. position: relative;
  215. }
  216. .fileupload input.upload {
  217. cursor: pointer;
  218. filter: alpha(opacity=0);
  219. font-size: 20px;
  220. margin: 0;
  221. opacity: 0;
  222. padding: 0;
  223. position: absolute;
  224. right: 0;
  225. top: 0;
  226. }
  227. /* ==============
  228. Panels
  229. ===================*/
  230. .panel {
  231. -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  232. -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  233. border-radius: 0px;
  234. border: none;
  235. box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  236. margin-bottom: 20px;
  237. }
  238. .panel .panel-body {
  239. padding: 20px;
  240. }
  241. .panel .panel-body p {
  242. margin: 0px;
  243. }
  244. .panel .panel-body p + p {
  245. margin-top: 15px;
  246. }
  247. .panel-heading {
  248. border-radius: 0;
  249. border: none !important;
  250. padding: 10px 20px;
  251. }
  252. .panel-default > .panel-heading {
  253. background-color: #fafafa;
  254. border-bottom: none;
  255. color: #797979;
  256. }
  257. .panel-title {
  258. font-size: 14px;
  259. font-weight: 600;
  260. margin-bottom: 0;
  261. margin-top: 0;
  262. text-transform: uppercase;
  263. }
  264. .panel-footer {
  265. background: #fafafa;
  266. border-top: 0px;
  267. }
  268. .panel-color .panel-title {
  269. color: #ffffff;
  270. }
  271. .panel-primary > .panel-heading {
  272. background-color: #6e8cd7;
  273. }
  274. .panel-success > .panel-heading {
  275. background-color: #33b86c;
  276. }
  277. .panel-info > .panel-heading {
  278. background-color: #29b6f6;
  279. }
  280. .panel-warning > .panel-heading {
  281. background-color: #ffd740;
  282. }
  283. .panel-danger > .panel-heading {
  284. background-color: #ef5350;
  285. }
  286. .panel-purple > .panel-heading {
  287. background-color: #7e57c2;
  288. }
  289. .panel-pink > .panel-heading {
  290. background-color: #ec407a;
  291. }
  292. .panel-inverse > .panel-heading {
  293. background-color: #212121;
  294. }
  295. .panel-border {
  296. border-radius: 3px;
  297. }
  298. .panel-border .panel-heading {
  299. background-color: #ffffff;
  300. border-top: 3px solid #ccc !important;
  301. border-radius: 3px;
  302. padding: 10px 20px 0px;
  303. }
  304. .panel-border .panel-body {
  305. padding: 15px 20px 20px 20px;
  306. }
  307. .panel-border.panel-primary .panel-heading {
  308. border-color: #6e8cd7 !important;
  309. color: #6e8cd7 !important;
  310. }
  311. .panel-border.panel-success .panel-heading {
  312. border-color: #33b86c !important;
  313. color: #33b86c !important;
  314. }
  315. .panel-border.panel-info .panel-heading {
  316. border-color: #29b6f6 !important;
  317. color: #29b6f6 !important;
  318. }
  319. .panel-border.panel-warning .panel-heading {
  320. border-color: #ffd740 !important;
  321. color: #ffd740 !important;
  322. }
  323. .panel-border.panel-danger .panel-heading {
  324. border-color: #ef5350 !important;
  325. color: #ef5350 !important;
  326. }
  327. .panel-border.panel-purple .panel-heading {
  328. border-color: #7e57c2 !important;
  329. color: #7e57c2 !important;
  330. }
  331. .panel-border.panel-pink .panel-heading {
  332. border-color: #ec407a !important;
  333. color: #ec407a !important;
  334. }
  335. .panel-border.panel-inverse .panel-heading {
  336. border-color: #212121 !important;
  337. color: #212121 !important;
  338. }
  339. .panel-fill {
  340. border-radius: 3px;
  341. }
  342. .panel-fill .panel-heading {
  343. background-color: transparent;
  344. color: #ffffff;
  345. border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  346. }
  347. .panel-fill .panel-body {
  348. color: rgba(255, 255, 255, 0.85);
  349. }
  350. .panel-fill.panel-default .panel-body {
  351. color: #666;
  352. }
  353. .panel-fill.panel-default .panel-heading {
  354. background-color: transparent;
  355. color: #333333;
  356. border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  357. }
  358. .panel-fill.panel-primary {
  359. background-color: #489ce7;
  360. }
  361. .panel-fill.panel-success {
  362. background-color: #58c386;
  363. }
  364. .panel-fill.panel-info {
  365. background-color: #50c1f4;
  366. }
  367. .panel-fill.panel-warning {
  368. background-color: #fcdc63;
  369. }
  370. .panel-fill.panel-danger {
  371. background-color: #ef7270;
  372. }
  373. .panel-fill.panel-purple {
  374. background-color: #9475cb;
  375. }
  376. .panel-fill.panel-pink {
  377. background-color: #ec6391;
  378. }
  379. .panel-fill.panel-inverse {
  380. background-color: #4a4a4a;
  381. }
  382. .panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before {
  383. content: '\f067';
  384. }
  385. .panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
  386. content: '\f067';
  387. }
  388. .panel-group .panel .panel-heading a[data-toggle=collapse] {
  389. display: block;
  390. }
  391. .panel-group .panel .panel-heading a[data-toggle=collapse]:before {
  392. content: '\f068';
  393. display: block;
  394. float: right;
  395. font-family: 'FontAwesome';
  396. font-size: 14px;
  397. text-align: right;
  398. width: 25px;
  399. }
  400. .panel-group .panel .panel-heading .accordion-toggle {
  401. display: block;
  402. }
  403. .panel-group .panel .panel-heading .accordion-toggle:before {
  404. content: '\f068';
  405. display: block;
  406. float: right;
  407. font-family: 'FontAwesome';
  408. font-size: 14px;
  409. text-align: right;
  410. width: 25px;
  411. }
  412. .panel-group .panel .panel-heading + .panel-collapse .panel-body {
  413. border-top: none;
  414. }
  415. .panel-group .panel-heading {
  416. padding: 12px 26px;
  417. }
  418. .panel-group.panel-group-joined .panel + .panel {
  419. border-top: 1px solid #eeeeee;
  420. margin-top: 0;
  421. }
  422. .panel-group-joined .panel-group .panel + .panel {
  423. border-top: 1px solid #eeeeee;
  424. margin-top: 0;
  425. }
  426. /* ==============
  427. Portlets
  428. ===================*/
  429. .portlet {
  430. -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  431. -moz-transition: all 0.4s;
  432. -o-transition: all 0.4s;
  433. -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  434. -webkit-transition: all 0.4s;
  435. background: #ffffff;
  436. box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  437. margin-bottom: 20px;
  438. transition: all 0.4s;
  439. }
  440. .portlet .portlet-heading {
  441. border-radius: 3px;
  442. color: #ffffff;
  443. padding: 12px 20px;
  444. }
  445. .portlet .portlet-heading .portlet-title {
  446. color: #ffffff;
  447. float: left;
  448. font-size: 16px;
  449. font-weight: 600;
  450. margin-bottom: 0;
  451. margin-top: 0;
  452. }
  453. .portlet .portlet-heading .portlet-widgets {
  454. display: inline-block;
  455. float: right;
  456. font-size: 15px;
  457. line-height: 30px;
  458. padding-left: 15px;
  459. position: relative;
  460. text-align: right;
  461. }
  462. .portlet .portlet-heading .portlet-widgets .divider {
  463. margin: 0 5px;
  464. }
  465. .portlet .portlet-heading a {
  466. color: #999999;
  467. }
  468. .portlet .portlet-body {
  469. -moz-border-radius-bottomleft: 5px;
  470. -moz-border-radius-bottomright: 5px;
  471. -webkit-border-bottom-left-radius: 5px;
  472. -webkit-border-bottom-right-radius: 5px;
  473. background: #ffffff;
  474. border-bottom-left-radius: 5px;
  475. border-bottom-right-radius: 5px;
  476. padding: 15px;
  477. }
  478. .portlet-default .portlet-title {
  479. color: #797979 !important;
  480. }
  481. .portlet .portlet-heading.bg-purple a,
  482. .portlet .portlet-heading.bg-info a,
  483. .portlet .portlet-heading.bg-success a,
  484. .portlet .portlet-heading.bg-primary a,
  485. .portlet .portlet-heading.bg-danger a,
  486. .portlet .portlet-heading.bg-warning a,
  487. .portlet .portlet-heading.bg-inverse a,
  488. .portlet .portlet-heading.bg-pink a {
  489. color: #ffffff;
  490. }
  491. .panel-disabled {
  492. background: rgba(243, 242, 241, 0.5);
  493. bottom: 15px;
  494. left: 0px;
  495. position: absolute;
  496. right: -5px;
  497. top: 0;
  498. }
  499. .loader-1 {
  500. -moz-animation: loaderAnimate 1000ms linear infinite;
  501. -o-animation: loaderAnimate 1000ms linear infinite;
  502. -webkit-animation: loaderAnimate 1000ms linear infinite;
  503. animation: loaderAnimate 1000ms linear infinite;
  504. clip: rect(0, 30px, 30px, 15px);
  505. height: 30px;
  506. left: 50%;
  507. margin-left: -15px;
  508. margin-top: -15px;
  509. position: absolute;
  510. top: 50%;
  511. width: 30px;
  512. }
  513. .loader-1:after {
  514. -moz-animation: loaderAnimate2 1000ms ease-in-out infinite;
  515. -o-animation: loaderAnimate2 1000ms ease-in-out infinite;
  516. -webkit-animation: loaderAnimate2 1000ms ease-in-out infinite;
  517. animation: loaderAnimate2 1000ms ease-in-out infinite;
  518. border-radius: 50%;
  519. clip: rect(0, 30px, 30px, 15px);
  520. content: '';
  521. height: 30px;
  522. position: absolute;
  523. width: 30px;
  524. }
  525. /* ==============
  526. Checkbox and Radio
  527. ===================*/
  528. .checkbox {
  529. padding-left: 20px;
  530. }
  531. .checkbox label {
  532. display: inline-block;
  533. padding-left: 5px;
  534. position: relative;
  535. }
  536. .checkbox label::before {
  537. -o-transition: 0.3s ease-in-out;
  538. -webkit-transition: 0.3s ease-in-out;
  539. background-color: #ffffff;
  540. border-radius: 3px;
  541. border: 1px solid #cccccc;
  542. content: "";
  543. display: inline-block;
  544. height: 17px;
  545. left: 0;
  546. margin-left: -20px;
  547. position: absolute;
  548. transition: 0.3s ease-in-out;
  549. width: 17px;
  550. outline: none !important;
  551. }
  552. .checkbox label::after {
  553. color: #555555;
  554. display: inline-block;
  555. font-size: 11px;
  556. height: 16px;
  557. left: 0;
  558. margin-left: -20px;
  559. padding-left: 3px;
  560. padding-top: 1px;
  561. position: absolute;
  562. top: 0;
  563. width: 16px;
  564. }
  565. .checkbox input[type="checkbox"] {
  566. cursor: pointer;
  567. opacity: 0;
  568. z-index: 1;
  569. outline: none !important;
  570. }
  571. .checkbox input[type="checkbox"]:disabled + label {
  572. opacity: 0.65;
  573. }
  574. .checkbox input[type="checkbox"]:focus + label::before {
  575. outline-offset: -2px;
  576. outline: none;
  577. }
  578. .checkbox input[type="checkbox"]:checked + label::after {
  579. content: "\f00c";
  580. font-family: 'FontAwesome';
  581. }
  582. .checkbox input[type="checkbox"]:disabled + label::before {
  583. background-color: #eeeeee;
  584. cursor: not-allowed;
  585. }
  586. .checkbox.checkbox-circle label::before {
  587. border-radius: 50%;
  588. }
  589. .checkbox.checkbox-inline {
  590. margin-top: 0;
  591. }
  592. .checkbox.checkbox-single label {
  593. height: 17px;
  594. }
  595. .checkbox-primary input[type="checkbox"]:checked + label::before {
  596. background-color: #6e8cd7;
  597. border-color: #6e8cd7;
  598. }
  599. .checkbox-primary input[type="checkbox"]:checked + label::after {
  600. color: #ffffff;
  601. }
  602. .checkbox-danger input[type="checkbox"]:checked + label::before {
  603. background-color: #ef5350;
  604. border-color: #ef5350;
  605. }
  606. .checkbox-danger input[type="checkbox"]:checked + label::after {
  607. color: #ffffff;
  608. }
  609. .checkbox-info input[type="checkbox"]:checked + label::before {
  610. background-color: #29b6f6;
  611. border-color: #29b6f6;
  612. }
  613. .checkbox-info input[type="checkbox"]:checked + label::after {
  614. color: #ffffff;
  615. }
  616. .checkbox-warning input[type="checkbox"]:checked + label::before {
  617. background-color: #ffd740;
  618. border-color: #ffd740;
  619. }
  620. .checkbox-warning input[type="checkbox"]:checked + label::after {
  621. color: #ffffff;
  622. }
  623. .checkbox-success input[type="checkbox"]:checked + label::before {
  624. background-color: #33b86c;
  625. border-color: #33b86c;
  626. }
  627. .checkbox-success input[type="checkbox"]:checked + label::after {
  628. color: #ffffff;
  629. }
  630. .radio {
  631. padding-left: 20px;
  632. }
  633. .radio label {
  634. display: inline-block;
  635. padding-left: 5px;
  636. position: relative;
  637. }
  638. .radio label::before {
  639. -o-transition: border 0.5s ease-in-out;
  640. -webkit-transition: border 0.5s ease-in-out;
  641. background-color: #ffffff;
  642. border-radius: 50%;
  643. border: 1px solid #cccccc;
  644. content: "";
  645. display: inline-block;
  646. height: 17px;
  647. left: 0;
  648. margin-left: -20px;
  649. outline: none !important;
  650. position: absolute;
  651. transition: border 0.5s ease-in-out;
  652. width: 17px;
  653. }
  654. .radio label::after {
  655. -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  656. -ms-transform: scale(0, 0);
  657. -o-transform: scale(0, 0);
  658. -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  659. -webkit-transform: scale(0, 0);
  660. -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  661. background-color: #555555;
  662. border-radius: 50%;
  663. content: " ";
  664. display: inline-block;
  665. height: 11px;
  666. left: 3px;
  667. margin-left: -20px;
  668. position: absolute;
  669. top: 3px;
  670. transform: scale(0, 0);
  671. transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  672. width: 11px;
  673. }
  674. .radio input[type="radio"] {
  675. cursor: pointer;
  676. opacity: 0;
  677. z-index: 1;
  678. outline: none !important;
  679. }
  680. .radio input[type="radio"]:disabled + label {
  681. opacity: 0.65;
  682. }
  683. .radio input[type="radio"]:focus + label::before {
  684. outline-offset: -2px;
  685. outline: none;
  686. }
  687. .radio input[type="radio"]:checked + label::after {
  688. -ms-transform: scale(1, 1);
  689. -o-transform: scale(1, 1);
  690. -webkit-transform: scale(1, 1);
  691. transform: scale(1, 1);
  692. }
  693. .radio input[type="radio"]:disabled + label::before {
  694. cursor: not-allowed;
  695. }
  696. .radio.radio-inline {
  697. margin-top: 0;
  698. }
  699. .radio.radio-single label {
  700. height: 17px;
  701. }
  702. .radio-primary input[type="radio"] + label::after {
  703. background-color: #6e8cd7;
  704. }
  705. .radio-primary input[type="radio"]:checked + label::before {
  706. border-color: #6e8cd7;
  707. }
  708. .radio-primary input[type="radio"]:checked + label::after {
  709. background-color: #6e8cd7;
  710. }
  711. .radio-danger input[type="radio"] + label::after {
  712. background-color: #ef5350;
  713. }
  714. .radio-danger input[type="radio"]:checked + label::before {
  715. border-color: #ef5350;
  716. }
  717. .radio-danger input[type="radio"]:checked + label::after {
  718. background-color: #ef5350;
  719. }
  720. .radio-info input[type="radio"] + label::after {
  721. background-color: #29b6f6;
  722. }
  723. .radio-info input[type="radio"]:checked + label::before {
  724. border-color: #29b6f6;
  725. }
  726. .radio-info input[type="radio"]:checked + label::after {
  727. background-color: #29b6f6;
  728. }
  729. .radio-warning input[type="radio"] + label::after {
  730. background-color: #ffd740;
  731. }
  732. .radio-warning input[type="radio"]:checked + label::before {
  733. border-color: #ffd740;
  734. }
  735. .radio-warning input[type="radio"]:checked + label::after {
  736. background-color: #ffd740;
  737. }
  738. .radio-success input[type="radio"] + label::after {
  739. background-color: #33b86c;
  740. }
  741. .radio-success input[type="radio"]:checked + label::before {
  742. border-color: #33b86c;
  743. }
  744. .radio-success input[type="radio"]:checked + label::after {
  745. background-color: #33b86c;
  746. }
  747. /* ==============
  748. Progressbars
  749. ===================*/
  750. .progress {
  751. -webkit-box-shadow: none !important;
  752. background-color: #f5f5f5;
  753. box-shadow: none !important;
  754. height: 10px;
  755. margin-bottom: 18px;
  756. overflow: hidden;
  757. }
  758. .progress-bar {
  759. box-shadow: none;
  760. font-size: 8px;
  761. font-weight: 600;
  762. line-height: 12px;
  763. }
  764. .progress.progress-sm {
  765. height: 5px !important;
  766. }
  767. .progress.progress-sm .progress-bar {
  768. font-size: 8px;
  769. line-height: 5px;
  770. }
  771. .progress.progress-md {
  772. height: 15px !important;
  773. }
  774. .progress.progress-md .progress-bar {
  775. font-size: 10.8px;
  776. line-height: 14.4px;
  777. }
  778. .progress.progress-lg {
  779. height: 20px !important;
  780. }
  781. .progress.progress-lg .progress-bar {
  782. font-size: 12px;
  783. line-height: 20px;
  784. }
  785. .progress-bar-primary {
  786. background-color: #6e8cd7;
  787. }
  788. .progress-bar-success {
  789. background-color: #33b86c;
  790. }
  791. .progress-bar-info {
  792. background-color: #29b6f6;
  793. }
  794. .progress-bar-warning {
  795. background-color: #ffd740;
  796. }
  797. .progress-bar-danger {
  798. background-color: #ef5350;
  799. }
  800. .progress-bar-inverse {
  801. background-color: #212121;
  802. }
  803. .progress-bar-purple {
  804. background-color: #7e57c2;
  805. }
  806. .progress-bar-pink {
  807. background-color: #ec407a;
  808. }
  809. .progress-animated {
  810. -webkit-animation-duration: 5s;
  811. -webkit-animation-name: animationProgress;
  812. -webkit-transition: 5s all;
  813. animation-duration: 5s;
  814. animation-name: animationProgress;
  815. transition: 5s all;
  816. }
  817. /* ==============
  818. Tables
  819. ===================*/
  820. .table {
  821. margin-bottom: 10px;
  822. }
  823. tbody {
  824. color: #797979;
  825. }
  826. th {
  827. color: #666666;
  828. font-size: 15px;
  829. }
  830. table.focus-on tbody tr.focused th {
  831. background-color: #6e8cd7;
  832. color: #ffffff;
  833. }
  834. table.focus-on tbody tr.focused td {
  835. background-color: #6e8cd7;
  836. color: #ffffff;
  837. }
  838. .table-rep-plugin tbody th {
  839. font-size: 14px;
  840. font-weight: normal;
  841. }
  842. .modal-block {
  843. background: transparent;
  844. margin: 40px auto;
  845. max-width: 600px;
  846. padding: 0;
  847. position: relative;
  848. text-align: left;
  849. }
  850. .dt-buttons {
  851. float: left;
  852. }
  853. div#datatable-buttons_info {
  854. float: left;
  855. }
  856. table.dataTable th.focus,
  857. table.dataTable td.focus {
  858. outline: 3px solid #6e8cd7 !important;
  859. outline-offset: -1px;
  860. }
  861. .fixedHeader-floating {
  862. top: 70px !important;
  863. }
  864. #datatable-editable .actions a {
  865. padding: 5px;
  866. }
  867. #datatable-editable .form-control {
  868. background-color: #ffffff;
  869. width: 100%;
  870. }
  871. #datatable-editable .fa-trash-o {
  872. color: #ef5350;
  873. }
  874. #datatable-editable .fa-times {
  875. color: #ef5350;
  876. }
  877. #datatable-editable .fa-pencil {
  878. color: #29b6f6;
  879. }
  880. #datatable-editable .fa-save {
  881. color: #33b86c;
  882. }
  883. #datatable td {
  884. font-weight: normal;
  885. }
  886. div.dataTables_paginate ul.pagination {
  887. margin-top: 30px;
  888. }
  889. div.dataTables_info {
  890. padding-top: 38px;
  891. }
  892. /* ==============
  893. Form-elements
  894. ===================*/
  895. .error {
  896. color: #ff0000;
  897. }
  898. .datepicker {
  899. border: 1px solid #dddddd;
  900. padding: 8px;
  901. }
  902. .datepicker th {
  903. font-size: 14px !important;
  904. }
  905. .search-input {
  906. margin-bottom: 10px;
  907. }
  908. .ms-selectable {
  909. box-shadow: none;
  910. outline: none !important;
  911. }
  912. .ms-container .ms-list.ms-focus {
  913. box-shadow: none;
  914. }
  915. .ms-container .ms-selectable li.ms-hover {
  916. background-color: #6e8cd7;
  917. }
  918. .ms-container .ms-selection li.ms-hover {
  919. background-color: #6e8cd7;
  920. }
  921. .spinner-buttons.btn-group-vertical .btn {
  922. background-color: #eeeeee;
  923. border: none !important;
  924. box-shadow: none !important;
  925. height: 17px;
  926. line-height: 16px;
  927. margin: 0;
  928. padding-left: 6px;
  929. padding-right: 6px;
  930. text-align: center;
  931. width: 22px;
  932. }
  933. .spinner-buttons.btn-group-vertical .btn i {
  934. color: #333333 !important;
  935. line-height: 10px;
  936. margin-top: -3px;
  937. }
  938. .spinner-buttons.btn-group-vertical .btn:first-child {
  939. -webkit-border-radius: 0 0px 0 0 !important;
  940. border-radius: 0 0px 0 0 !important;
  941. }
  942. .spinner-buttons.btn-group-vertical .btn:last-child {
  943. -webkit-border-radius: 0 0 0px !important;
  944. border-radius: 0 0 0px !important;
  945. }
  946. .note-editor {
  947. border: 1px solid #dddddd;
  948. position: relative;
  949. }
  950. .note-editor .note-toolbar {
  951. background-color: #f3f3f3;
  952. border-bottom: 1px solid #dddddd;
  953. margin: 0;
  954. }
  955. .note-editor .note-statusbar {
  956. background-color: #ffffff;
  957. }
  958. .note-editor .note-statusbar .note-resizebar {
  959. border-top: 1px solid #dddddd;
  960. height: 15px;
  961. padding-top: 3px;
  962. }
  963. .note-popover .popover .popover-content {
  964. padding: 5px 0 10px 5px;
  965. }
  966. .note-toolbar {
  967. padding: 5px 0 10px 5px;
  968. }
  969. .code-edit-wrap {
  970. padding: 0px !important;
  971. }
  972. .cm-s-ambiance .CodeMirror-linenumber {
  973. color: #bcbcbc;
  974. }
  975. .cm-s-ambiance .CodeMirror-gutters {
  976. background-color: #212121 !important;
  977. box-shadow: none;
  978. }
  979. .cm-s-ambiance.CodeMirror {
  980. background-color: #212121 !important;
  981. box-shadow: none;
  982. }
  983. .bootstrap-timepicker-widget table td a:hover {
  984. background-color: transparent;
  985. border-color: transparent;
  986. border-radius: 4px;
  987. color: #6e8cd7;
  988. text-decoration: none;
  989. }
  990. .editor-horizontal .popover-content {
  991. padding: 9px 30px;
  992. }
  993. .wizard > .content {
  994. background: #ffffff;
  995. min-height: 240px;
  996. padding: 20px;
  997. }
  998. .wizard > .content > .body {
  999. padding: 0px;
  1000. }
  1001. .wizard > .content > .body input {
  1002. border: 1px solid #eeeeee;
  1003. }
  1004. .wizard > .content > .body ul > li {
  1005. display: block;
  1006. line-height: 30px;
  1007. }
  1008. .wizard > .content > .body label.error {
  1009. color: #e55957;
  1010. margin-left: 0;
  1011. }
  1012. .wizard > .content > .body label {
  1013. display: inline-block;
  1014. margin-top: 10px;
  1015. }
  1016. .wizard > .steps .number {
  1017. border-radius: 50%;
  1018. display: inline-block;
  1019. line-height: 30px;
  1020. margin-right: 10px;
  1021. }
  1022. .wizard > .steps .disabled a {
  1023. background: #f2f2f2;
  1024. color: #333333;
  1025. cursor: default;
  1026. }
  1027. .wizard > .steps .disabled a:hover {
  1028. background: #f2f2f2;
  1029. color: #333333;
  1030. cursor: default;
  1031. }
  1032. .wizard > .steps .disabled a:active {
  1033. background: #f2f2f2;
  1034. color: #333333;
  1035. cursor: default;
  1036. }
  1037. .wizard > .steps .current a {
  1038. background: #6e8cd7;
  1039. }
  1040. .wizard > .steps .current a:hover {
  1041. background: #6e8cd7;
  1042. }
  1043. .wizard > .steps .current a:hover .number {
  1044. background: transparent;
  1045. color: #ffffff;
  1046. }
  1047. .wizard > .steps .current a:active {
  1048. background: #6e8cd7;
  1049. }
  1050. .wizard > .steps .current a:active .number {
  1051. background: transparent;
  1052. color: #ffffff;
  1053. }
  1054. .wizard > .steps .current a .number {
  1055. background: transparent;
  1056. color: #ffffff;
  1057. }
  1058. .wizard > .steps .done a {
  1059. background: #cccccc;
  1060. }
  1061. .wizard > .steps .done a:hover {
  1062. background: #cccccc;
  1063. }
  1064. .wizard > .steps .done a:active {
  1065. background: #cccccc;
  1066. }
  1067. .wizard > .steps a,
  1068. .wizard > .steps a:hover,
  1069. .wizard > .steps a:active,
  1070. .wizard > .content {
  1071. border-radius: 2px;
  1072. }
  1073. .wizard > .actions {
  1074. margin-bottom: 30px;
  1075. }
  1076. .wizard > .actions a {
  1077. background: #6e8cd7;
  1078. border-radius: 2px;
  1079. color: #ffffff;
  1080. }
  1081. .wizard > .actions a:hover {
  1082. background: #6e8cd7;
  1083. border-radius: 2px;
  1084. color: #ffffff;
  1085. }
  1086. .wizard > .actions a:active {
  1087. background: #6e8cd7;
  1088. border-radius: 2px;
  1089. color: #ffffff;
  1090. }
  1091. .wizard > .actions .disabled a {
  1092. background: #e2e2e2;
  1093. color: #333333;
  1094. }
  1095. .wizard > .actions .disabled a:hover {
  1096. background: #e2e2e2;
  1097. color: #333333;
  1098. }
  1099. .wizard > .actions .disabled a:active {
  1100. background: #e2e2e2;
  1101. color: #333333;
  1102. }
  1103. .datepicker table tr td.active,
  1104. .datepicker table tr td.active:hover,
  1105. .datepicker table tr td.active.disabled,
  1106. .datepicker table tr td.active.disabled:hover {
  1107. background-color: #6e8cd7 !important;
  1108. background-image: none;
  1109. box-shadow: none;
  1110. }
  1111. /* Select2 */
  1112. .select2-container .select2-choice {
  1113. background-image: none !important;
  1114. border: none !important;
  1115. height: auto !important;
  1116. padding: 0px !important;
  1117. line-height: 22px !important;
  1118. background-color: transparent !important;
  1119. box-shadow: none !important;
  1120. }
  1121. .select2-container .select2-choice .select2-arrow {
  1122. background-image: none !important;
  1123. background: transparent;
  1124. border: none;
  1125. width: 14px;
  1126. top: 2px;
  1127. right: 5px;
  1128. }
  1129. .select2-container .select2-container-multi.form-control {
  1130. height: auto;
  1131. }
  1132. .select2-results .select2-highlighted {
  1133. background-color: #6e8cd7;
  1134. }
  1135. .select2-drop-active {
  1136. border: 1px solid #e3e3e3 !important;
  1137. padding-top: 5px;
  1138. -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  1139. box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  1140. -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  1141. }
  1142. .select2-search input {
  1143. border: 1px solid #e3e3e3;
  1144. }
  1145. .select2-container-multi {
  1146. width: 100%;
  1147. }
  1148. .select2-container-multi .select2-choices {
  1149. border: 2px solid rgba(255, 255, 255, 0.2) !important;
  1150. box-shadow: none !important;
  1151. background: transparent !important;
  1152. background-image: none !important;
  1153. -webkit-border-radius: 4px !important;
  1154. border-radius: 4px !important;
  1155. -moz-border-radius: 4px !important;
  1156. background-clip: padding-box !important;
  1157. min-height: 34px;
  1158. }
  1159. .select2-container-multi .select2-choices .select2-search-choice {
  1160. padding: 6px 8px 7px 19px;
  1161. margin: 5px 0 3px 5px;
  1162. background: #eeeeee;
  1163. border: none;
  1164. -webkit-box-shadow: none;
  1165. box-shadow: none;
  1166. }
  1167. .select2-container-multi .select2-choices .select2-search-field input {
  1168. padding: 7px 7px 7px 10px;
  1169. font-family: inherit;
  1170. }
  1171. .select2-container-multi .select2-choices .select2-search-choice-close {
  1172. top: 6px;
  1173. }
  1174. .select2-chosen {
  1175. line-height: 34px;
  1176. padding-left: 15px;
  1177. color: #444444;
  1178. }
  1179. /* Timepiker */
  1180. .bootstrap-timepicker-widget table td input {
  1181. border: none;
  1182. }
  1183. /* Dropzone */
  1184. .dropzone {
  1185. min-height: 230px;
  1186. border: 2px dashed rgba(0, 0, 0, 0.3);
  1187. background: white;
  1188. border-radius: 6px;
  1189. }
  1190. .dropzone .dz-message {
  1191. font-size: 30px;
  1192. }
  1193. /* ==============
  1194. Calendar
  1195. ===================*/
  1196. .calendar {
  1197. float: left;
  1198. margin-bottom: 0px;
  1199. }
  1200. .none-border .modal-footer {
  1201. border-top: none;
  1202. }
  1203. .fc-toolbar {
  1204. margin-bottom: 5px;
  1205. }
  1206. .fc-toolbar h2 {
  1207. font-size: 18px;
  1208. font-weight: 600;
  1209. line-height: 30px;
  1210. text-transform: uppercase;
  1211. }
  1212. .fc-day {
  1213. background: #ffffff;
  1214. }
  1215. .fc-toolbar .fc-state-active,
  1216. .fc-toolbar .ui-state-active,
  1217. .fc-toolbar button:focus,
  1218. .fc-toolbar button:hover,
  1219. .fc-toolbar .ui-state-hover {
  1220. z-index: 0;
  1221. }
  1222. .fc-widget-header {
  1223. border: 1px solid #d5d5d5;
  1224. }
  1225. .fc-widget-content {
  1226. border: 1px solid #d5d5d5;
  1227. }
  1228. .fc th.fc-widget-header {
  1229. background: #dddddd;
  1230. font-size: 14px;
  1231. line-height: 20px;
  1232. padding: 10px 0px;
  1233. text-transform: uppercase;
  1234. }
  1235. .fc-button {
  1236. background: #ffffff;
  1237. border: 1px solid #d5d5d5;
  1238. color: #555555;
  1239. text-transform: capitalize;
  1240. }
  1241. .fc-text-arrow {
  1242. font-family: arial;
  1243. font-size: 16px;
  1244. }
  1245. .fc-state-hover {
  1246. background: #F5F5F5;
  1247. }
  1248. .fc-state-highlight {
  1249. background: #f0f0f0;
  1250. }
  1251. .fc-cell-overlay {
  1252. background: #f0f0f0;
  1253. }
  1254. .fc-unthemed .fc-today {
  1255. background: #ffffff;
  1256. }
  1257. .fc-event {
  1258. border-radius: 2px;
  1259. border: none;
  1260. cursor: move;
  1261. font-size: 13px;
  1262. margin: 5px 7px;
  1263. padding: 5px 5px;
  1264. text-align: center;
  1265. }
  1266. .external-event {
  1267. color: #ffffff;
  1268. cursor: move;
  1269. margin: 10px 0;
  1270. padding: 6px 10px;
  1271. }
  1272. .fc-basic-view td.fc-week-number span {
  1273. padding-right: 5px;
  1274. }
  1275. .fc-basic-view td.fc-day-number {
  1276. padding-right: 5px;
  1277. }
  1278. /* ==============
  1279. Widgets
  1280. ===================*/
  1281. .widget-s-1 {
  1282. border-radius: 6px;
  1283. }
  1284. .mini-stat {
  1285. -moz-border-radius: 3px;
  1286. -webkit-border-radius: 3px;
  1287. border-radius: 3px;
  1288. margin-bottom: 20px;
  1289. padding: 20px;
  1290. color: #ffffff;
  1291. }
  1292. .mini-stat-icon {
  1293. -moz-border-radius: 100%;
  1294. -webkit-border-radius: 100%;
  1295. border-radius: 100%;
  1296. background-color: rgba(255, 255, 255, 0.2);
  1297. display: inline-block;
  1298. float: left;
  1299. font-size: 30px;
  1300. height: 60px;
  1301. line-height: 60px;
  1302. margin-right: 10px;
  1303. text-align: center;
  1304. width: 60px;
  1305. }
  1306. .mini-stat-info {
  1307. padding-top: 2px;
  1308. color: #eeeeee;
  1309. }
  1310. .mini-stat-info span {
  1311. color: #ffffff;
  1312. display: block;
  1313. font-size: 24px;
  1314. font-weight: 600;
  1315. }
  1316. .mini-stat-info span.name {
  1317. color: #ffffff;
  1318. display: block;
  1319. font-size: 18px;
  1320. font-weight: 600;
  1321. margin-top: 5px;
  1322. }
  1323. .inbox-widget .inbox-item {
  1324. border-bottom: 1px solid #f1f1f1;
  1325. overflow: hidden;
  1326. padding: 10px 0;
  1327. position: relative;
  1328. }
  1329. .inbox-widget .inbox-item .inbox-item-img {
  1330. display: block;
  1331. float: left;
  1332. margin-right: 15px;
  1333. width: 40px;
  1334. }
  1335. .inbox-widget .inbox-item img {
  1336. width: 40px;
  1337. }
  1338. .inbox-widget .inbox-item .inbox-item-author {
  1339. color: #333333;
  1340. display: block;
  1341. margin: 0;
  1342. }
  1343. .inbox-widget .inbox-item .inbox-item-text {
  1344. color: #a0a0a0;
  1345. display: block;
  1346. font-size: 12px;
  1347. margin: 0;
  1348. }
  1349. .inbox-widget .inbox-item .inbox-item-date {
  1350. color: #a9a9a9;
  1351. font-size: 11px;
  1352. position: absolute;
  1353. right: 7px;
  1354. top: 2px;
  1355. }
  1356. .conversation-list {
  1357. list-style: none;
  1358. max-height: 330px;
  1359. padding: 0px 20px;
  1360. }
  1361. .conversation-list li {
  1362. margin-bottom: 24px;
  1363. }
  1364. .conversation-list .chat-avatar {
  1365. display: inline-block;
  1366. float: left;
  1367. text-align: center;
  1368. width: 40px;
  1369. }
  1370. .conversation-list .chat-avatar img {
  1371. border-radius: 100%;
  1372. width: 100%;
  1373. }
  1374. .conversation-list .chat-avatar i {
  1375. font-size: 12px;
  1376. font-style: normal;
  1377. }
  1378. .conversation-list .ctext-wrap {
  1379. -moz-border-radius: 3px;
  1380. -webkit-border-radius: 3px;
  1381. background: #f5f5f5;
  1382. border-radius: 3px;
  1383. display: inline-block;
  1384. padding: 10px;
  1385. position: relative;
  1386. }
  1387. .conversation-list .ctext-wrap i {
  1388. color: #1a2942;
  1389. display: block;
  1390. font-size: 12px;
  1391. font-style: normal;
  1392. font-weight: bold;
  1393. position: relative;
  1394. }
  1395. .conversation-list .ctext-wrap p {
  1396. margin: 0px;
  1397. padding-top: 3px;
  1398. }
  1399. .conversation-list .ctext-wrap:after {
  1400. right: 100%;
  1401. top: 20%;
  1402. border: solid transparent;
  1403. content: " ";
  1404. height: 0;
  1405. width: 0;
  1406. position: absolute;
  1407. pointer-events: none;
  1408. border-color: rgba(213, 242, 239, 0);
  1409. border-right-color: #f5f5f5;
  1410. border-width: 5px;
  1411. margin-top: -5px;
  1412. }
  1413. .conversation-list .conversation-text {
  1414. display: inline-block;
  1415. float: left;
  1416. font-size: 12px;
  1417. margin-left: 12px;
  1418. width: 70%;
  1419. }
  1420. .conversation-list .odd .chat-avatar {
  1421. float: right !important;
  1422. }
  1423. .conversation-list .odd .conversation-text {
  1424. float: right !important;
  1425. margin-right: 12px;
  1426. text-align: right;
  1427. width: 70% !important;
  1428. }
  1429. .conversation-list .odd .ctext-wrap {
  1430. background: #e8e9ec !important;
  1431. }
  1432. .conversation-list .odd .ctext-wrap i {
  1433. color: #acacac;
  1434. }
  1435. .conversation-list .odd .ctext-wrap:after {
  1436. border-color: rgba(238, 238, 242, 0) !important;
  1437. border-left-color: #e8e9ec !important;
  1438. left: 100% !important;
  1439. top: 20% !important;
  1440. }
  1441. .chat-send {
  1442. padding-left: 0px;
  1443. padding-right: 30px;
  1444. }
  1445. .chat-send button {
  1446. width: 100%;
  1447. }
  1448. .chat-inputbar {
  1449. padding-left: 30px;
  1450. }
  1451. #todo-message {
  1452. font-size: 16px;
  1453. }
  1454. .todoapp {
  1455. padding: 10px 30px 20px 30px !important;
  1456. }
  1457. .todo-list li {
  1458. border-bottom: 1px solid #eeeeee;
  1459. border-radius: 0px;
  1460. border: 0px;
  1461. margin: 0px;
  1462. padding-left: 0px !important;
  1463. padding-right: 0px !important;
  1464. }
  1465. .todo-list li:last-of-type {
  1466. border-bottom: none;
  1467. }
  1468. .todo-send {
  1469. padding-left: 0px;
  1470. }