ubilling.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727
  1. /*
  2. dirty magic class ;)
  3. */
  4. .somemagic {
  5. display: none;
  6. }
  7. .row1 {
  8. }
  9. .row2 {
  10. }
  11. .row3 {
  12. }
  13. .row5 {
  14. }
  15. .row5:hover {
  16. background-color: #e1e1e1;
  17. }
  18. .loginform label {
  19. font-size: 20px;
  20. color: #666;
  21. padding-left: 4px;
  22. }
  23. .loginform {
  24. border: 1px solid #ddd;
  25. padding: 6px 6px 6px 12px;
  26. background: #fff;
  27. -webkit-border-radius: 10px;
  28. -moz-border-radius: 10px;
  29. border-radius: 10px;
  30. background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFFFFF));
  31. background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE);
  32. -webkit-box-shadow:0px 0 50px #ccc;
  33. -moz-box-shadow:0px 0 50px #ccc;
  34. box-shadow:0px 0 50px #ccc;
  35. background-image: url('../../iconz/login.gif');
  36. background-repeat: no-repeat;
  37. background-position: right;
  38. }
  39. .loginform fieldset { border: none; }
  40. .loginform input, textarea {
  41. padding: 4px;
  42. margin: 4px 0 20px 0;
  43. background: #fff;
  44. color: #555;
  45. border: 1px #ddd solid;
  46. -webkit-box-shadow: 0px 0px 4px #aaa;
  47. -moz-box-shadow: 0px 0px 4px #aaa;
  48. box-shadow: 0px 0px 4px #aaa;
  49. -webkit-transition: background 0.3s linear;
  50. }
  51. .loginform textarea {
  52. }
  53. .loginform input:hover, textarea:hover {
  54. background: #eee;
  55. }
  56. .loginform legend
  57. {
  58. float: left;
  59. color: #000000;
  60. border: 1px solid #C4C4C4;
  61. padding: 8px;
  62. margin: 8px;
  63. width: 60%;
  64. }
  65. .mgcontainer {
  66. height:350px;
  67. width:256px;
  68. border:1px #aaa solid;
  69. float:left;
  70. margin:5px;
  71. background-color: #fbf6f6;
  72. }
  73. .mgheader {
  74. height:32px;
  75. width:100%;
  76. text-align: center;
  77. font-weight: bold;
  78. float: left;
  79. background-color: #fff298;
  80. }
  81. .mgheaderprimary {
  82. height:32px;
  83. width:100%;
  84. text-align: center;
  85. font-weight: bold;
  86. float: left;
  87. background-color: #adc8ff;
  88. }
  89. .mgsubcontrol {
  90. background: #3498db;
  91. background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  92. background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  93. background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  94. background-image: -o-linear-gradient(top, #3498db, #2980b9);
  95. background-image: linear-gradient(to bottom, #3498db, #2980b9);
  96. -webkit-border-radius: 28;
  97. -moz-border-radius: 28;
  98. border-radius: 28px;
  99. font-family: Arial;
  100. color: #ffffff;
  101. padding: 10px 20px 10px 20px;
  102. text-decoration: none;
  103. margin: 20%;
  104. }
  105. .mgsubcontrol:hover {
  106. background: #3cb0fd;
  107. background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  108. background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  109. background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  110. background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  111. background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  112. text-decoration: none;
  113. }
  114. .mgunsubcontrol {
  115. background: #d40000;
  116. background-image: -webkit-linear-gradient(top, #d40000, #f76e4f);
  117. background-image: -moz-linear-gradient(top, #d40000, #f76e4f);
  118. background-image: -ms-linear-gradient(top, #d40000, #f76e4f);
  119. background-image: -o-linear-gradient(top, #d40000, #f76e4f);
  120. background-image: linear-gradient(to bottom, #d40000, #f76e4f);
  121. -webkit-border-radius: 28;
  122. -moz-border-radius: 28;
  123. border-radius: 28px;
  124. font-family: Arial;
  125. color: #ffffff;
  126. padding: 10px 20px 10px 20px;
  127. text-decoration: none;
  128. margin: 20%;
  129. }
  130. .mgunsubcontrol:hover {
  131. background: #3cb0fd;
  132. background-image: -webkit-linear-gradient(top, #d40000, #f76e4f);
  133. background-image: -moz-linear-gradient(top, #d40000, #f76e4f);
  134. background-image: -ms-linear-gradient(top, #d40000, #f76e4f);
  135. background-image: -o-linear-gradient(top, #d40000, #f76e4f);
  136. background-image: linear-gradient(to bottom, #d40000, #f76e4f);
  137. text-decoration: none;
  138. }
  139. .mgviewcontrol{
  140. background: #44d934;
  141. background-image: -webkit-linear-gradient(top, #44d934, #00943e);
  142. background-image: -moz-linear-gradient(top, #44d934, #00943e);
  143. background-image: -ms-linear-gradient(top, #44d934, #00943e);
  144. background-image: -o-linear-gradient(top, #44d934, #00943e);
  145. background-image: linear-gradient(to bottom, #44d934, #00943e);
  146. -webkit-border-radius: 28;
  147. -moz-border-radius: 28;
  148. border-radius: 28px;
  149. font-family: Arial;
  150. color: #ffffff;
  151. padding: 10px 20px 10px 20px;
  152. text-decoration: none;
  153. margin-left: 30%;
  154. }
  155. .mgviewcontrol:hover {
  156. background: #009116;
  157. background-image: -webkit-linear-gradient(top, #009116, #0ccf57);
  158. background-image: -moz-linear-gradient(top, #009116, #0ccf57);
  159. background-image: -ms-linear-gradient(top, #009116, #0ccf57);
  160. background-image: -o-linear-gradient(top, #009116, #0ccf57);
  161. background-image: linear-gradient(to bottom, #009116, #0ccf57);
  162. text-decoration: none;
  163. }
  164. .mgguidecontrol {
  165. -moz-box-shadow: 0px 1px 0px 0px #fff6af;
  166. -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
  167. box-shadow: 0px 1px 0px 0px #fff6af;
  168. background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
  169. background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  170. background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  171. background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  172. background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  173. background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  174. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
  175. background-color:#ffec64;
  176. -moz-border-radius:6px;
  177. -webkit-border-radius:6px;
  178. border-radius:6px;
  179. border:1px solid #ffaa22;
  180. display:inline-block;
  181. cursor:pointer;
  182. color:#333333;
  183. font-family:Arial;
  184. font-weight:bold;
  185. padding:6px 24px;
  186. text-decoration:none;
  187. text-shadow:0px 1px 0px #ffee66;
  188. }
  189. .mgguidecontrol:hover {
  190. background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
  191. background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  192. background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  193. background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  194. background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  195. background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  196. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
  197. background-color:#ffab23;
  198. }
  199. .mgguidecontrol:active {
  200. position:relative;
  201. top:1px;
  202. }
  203. .trinity-col {
  204. position: relative;
  205. min-height: 1px;
  206. padding-left: 15px;
  207. padding-right: 15px;
  208. }
  209. @media (min-width: 992px){
  210. .trinity-col {
  211. width: 44.33333333%;
  212. }
  213. }
  214. @media (min-width: 992px){
  215. .trinity-col {
  216. float: left;
  217. }
  218. }
  219. .trinity-list {
  220. padding: 10px;
  221. font-size: 10pt;
  222. }
  223. .trinity-bl1 {
  224. margin-bottom: 15px;
  225. display: block;
  226. height: 340px;
  227. text-align: center;
  228. border-radius: 10px;
  229. box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
  230. }
  231. .trinity-bl1 p {
  232. padding: 5px;
  233. border-radius: 5px;
  234. color: white;
  235. background: #6cb121;
  236. margin: 0 auto;
  237. left: 0;
  238. bottom: 35px;
  239. text-transform: uppercase;
  240. right: 0;
  241. width: 75%;
  242. }
  243. .trinity-button {
  244. text-decoration: none !important;
  245. border-radius: 5px;
  246. display: block;
  247. float: left;
  248. color: white;
  249. background: #6cb121;
  250. margin: 10px auto;
  251. margin-left: 10px;
  252. left: 0;
  253. bottom: 35px;
  254. right: 0;
  255. padding: 10px 10px 10px 10px;
  256. }
  257. .trinity-button-s {
  258. text-decoration: none !important;
  259. display: block;
  260. border-radius: 5px;
  261. color: white;
  262. background: #6cb121;
  263. margin: 0 auto;
  264. left: 0;
  265. bottom: 35px;
  266. text-transform: uppercase;
  267. right: 0;
  268. width: 65%;
  269. padding: 10px 10px 10px 10px;
  270. }
  271. .trinity-button-u {
  272. text-decoration: none !important;
  273. display: block;
  274. border-radius: 5px;
  275. color: white;
  276. background: #a1a79c;
  277. margin: 0 auto;
  278. left: 0;
  279. bottom: 35px;
  280. text-transform: uppercase;
  281. right: 0;
  282. width: 65%;
  283. padding: 10px 10px 10px 10px;
  284. }
  285. .trinity-price {
  286. font-size: 35pt;
  287. padding-top: 20px;
  288. /* font-family: 'Myriad Pro Bold';*/
  289. }
  290. .trinity-green {
  291. margin-top: 10px;
  292. height: 40px;
  293. background: #6cb121;
  294. color: white;
  295. font-size: 12pt;
  296. font-weight: bold;
  297. text-transform: uppercase;
  298. line-height: 40px;
  299. }
  300. .trinity-tariff-b s{
  301. background: rgba(85, 148, 27, 0.59);
  302. }
  303. .trinity-price sup {
  304. text-transform: uppercase;
  305. font-size: 15pt;
  306. /*font-family: 'Myriad Pro Regular';*/
  307. }
  308. sup {
  309. top: -0.5em;
  310. }
  311. sub, sup {
  312. font-size: 75%;
  313. line-height: 0;
  314. position: relative;
  315. vertical-align: baseline;
  316. }
  317. .announcementstable {
  318. }
  319. .announcementslink {
  320. font-size: x-large;
  321. }
  322. .anreadbutton {
  323. -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
  324. -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
  325. box-shadow:inset 0px 1px 0px 0px #a4e271;
  326. background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
  327. background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
  328. background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
  329. background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
  330. background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
  331. background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
  332. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
  333. background-color:#89c403;
  334. -moz-border-radius:6px;
  335. -webkit-border-radius:6px;
  336. border-radius:6px;
  337. border:1px solid #74b807;
  338. display:inline-block;
  339. cursor:pointer;
  340. color:#ffffff !important;
  341. font-family:Arial;
  342. font-size:15px;
  343. font-weight:bold;
  344. padding:6px 24px;
  345. text-decoration:none;
  346. text-shadow:0px 1px 0px #528009;
  347. }
  348. .anreadbutton:hover {
  349. background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
  350. background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
  351. background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
  352. background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
  353. background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
  354. background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
  355. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
  356. text-decoration: none !important;
  357. color: #ffffff !important;
  358. background-color:#77a809;
  359. }
  360. .anreadbutton:active {
  361. position:relative;
  362. top:1px;
  363. }
  364. .anunreadbutton {
  365. -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
  366. -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
  367. box-shadow:inset 0px 1px 0px 0px #f5978e;
  368. background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
  369. background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  370. background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  371. background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  372. background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  373. background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
  374. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
  375. background-color:#f24537;
  376. -moz-border-radius:6px;
  377. -webkit-border-radius:6px;
  378. border-radius:6px;
  379. border:1px solid #d02718;
  380. display:inline-block;
  381. cursor:pointer;
  382. color:#ffffff !important;
  383. font-family:Arial;
  384. font-size:15px;
  385. font-weight:bold;
  386. padding:6px 24px;
  387. text-decoration:none;
  388. text-shadow:0px 1px 0px #810e05;
  389. }
  390. .anunreadbutton:hover {
  391. background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
  392. background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  393. background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  394. background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  395. background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  396. background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
  397. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
  398. text-decoration: none !important;
  399. color: #ffffff !important;
  400. background-color:#c62d1f;
  401. }
  402. .anunreadbutton:active {
  403. position:relative;
  404. top:1px;
  405. }
  406. .resp-table {
  407. word-break:break-all;
  408. }
  409. /* Alerts */
  410. .alert_info {
  411. display: block;
  412. width: 95%;
  413. margin: 20px 3% 0 3%;
  414. margin-top: 20px;
  415. -webkit-border-radius: 5px;
  416. -moz-border-radius: 5px;
  417. border-radius: 5px;
  418. background: #B5E5EF url(../../icn_alert_info.png) no-repeat;
  419. background-position: 10px 10px;
  420. border: 1px solid #77BACE;
  421. color: #082B33;
  422. padding: 10px 0;
  423. text-indent: 40px;
  424. font-size: 14px;}
  425. .alert_warning {
  426. display: block;
  427. width: 95%;
  428. margin: 20px 3% 0 3%;
  429. margin-top: 20px;
  430. -webkit-border-radius: 5px;
  431. -moz-border-radius: 5px;
  432. border-radius: 5px;
  433. background: #F5F3BA url(../../icn_alert_warning.png) no-repeat;
  434. background-position: 10px 10px;
  435. border: 1px solid #C7A20D;
  436. color: #796616;
  437. padding: 10px 0;
  438. text-indent: 40px;
  439. font-size: 14px;}
  440. .alert_error {
  441. display: block;
  442. width: 95%;
  443. margin: 20px 3% 0 3%;
  444. margin-top: 20px;
  445. -webkit-border-radius: 5px;
  446. -moz-border-radius: 5px;
  447. border-radius: 5px;
  448. background: #F3D9D9 url(../../icn_alert_error.png) no-repeat;
  449. background-position: 10px 10px;
  450. border: 1px solid #D20009;
  451. color: #7B040F;
  452. padding: 10px 0;
  453. text-indent: 40px;
  454. font-size: 14px;}
  455. .alert_success {
  456. display: block;
  457. width: 95%;
  458. margin: 20px 3% 0 3%;
  459. margin-top: 20px;
  460. -webkit-border-radius: 5px;
  461. -moz-border-radius: 5px;
  462. border-radius: 5px;
  463. background: #E2F6C5 url(../../icn_alert_success.png) no-repeat;
  464. background-position: 10px 10px;
  465. border: 1px solid #79C20D;
  466. color: #32510F;
  467. padding: 10px 0;
  468. text-indent: 40px;
  469. font-size: 14px;}
  470. .ubButton {
  471. -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  472. -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  473. box-shadow:inset 0px 1px 0px 0px #ffffff;
  474. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
  475. background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
  476. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  477. background-color:#ededed;
  478. -moz-border-radius:6px;
  479. -webkit-border-radius:6px;
  480. border-radius:6px;
  481. border:1px solid #dcdcdc;
  482. display:inline-block;
  483. font-family:arial;
  484. font-size:15px;
  485. font-weight:bold;
  486. padding:6px 24px;
  487. text-decoration:none;
  488. text-shadow:1px 1px 0px #ffffff;
  489. color:#777777;
  490. }
  491. .ubButton:hover {
  492. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  493. background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  494. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  495. background-color:#dfdfdf;
  496. text-decoration: none;
  497. color: #777777;
  498. }
  499. .ubButton:active {
  500. /* commented due android FF issues */
  501. /* position:relative;
  502. top:1px; */
  503. box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  504. }
  505. .ubButton:visited {
  506. color: #777777;
  507. }
  508. .ubButton:link {
  509. color: #777777;
  510. }
  511. /* glamour forms =) */
  512. .glamour label {
  513. /* font-size: 20px; */
  514. color: #666;
  515. padding-left: 4px;
  516. }
  517. .glamour {
  518. float: left;
  519. border: 1px solid #ddd;
  520. padding: 6px 6px 6px 12px;
  521. background: #fff;
  522. -webkit-border-radius: 10px;
  523. -moz-border-radius: 10px;
  524. border-radius: 10px;
  525. background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFFFFF));
  526. /* following line commented due the FF 50.0 gradient issue */
  527. /* background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE); */
  528. -webkit-box-shadow:0px 0 50px #ccc;
  529. -moz-box-shadow:0px 0 50px #ccc;
  530. box-shadow:0px 0 50px #ccc;
  531. }
  532. .glamour fieldset { border: none; }
  533. .glamour textarea {
  534. }
  535. .glamour input:hover, textarea:hover {
  536. /** background: #eee; **/
  537. }
  538. .glamour legend
  539. {
  540. float: left;
  541. color: #000000;
  542. /* background: #E0E0E0; */
  543. border: 1px solid #C4C4C4;
  544. padding: 8px;
  545. margin: 8px;
  546. width: 60%;
  547. }
  548. .fileeditorarea {
  549. background-color: #000000;
  550. color: #DEE3E7;
  551. font-size: larger;
  552. max-width: 95%;
  553. -webkit-box-sizing: border-box;
  554. -moz-box-sizing: border-box;
  555. box-sizing: border-box;
  556. width: 100%;
  557. }
  558. .fileeditorarea:hover {
  559. background-color: #000000;
  560. color: #DEE3E7;
  561. font-size: larger;
  562. }
  563. .diff span{
  564. display:block;
  565. min-height:1.333em;
  566. margin-top:-1px;
  567. padding:0 3px;
  568. }
  569. .diffDeleted span{
  570. border:1px solid rgb(255,192,192);
  571. background:rgb(255,224,224);
  572. }
  573. .diffInserted span{
  574. border:1px solid rgb(192,255,192);
  575. background:rgb(224,255,224);
  576. }
  577. .confirmcancel {
  578. box-shadow:inset 0px 1px 0px 0px #f5978e;
  579. background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
  580. background-color:#f24537;
  581. border-radius:6px;
  582. border:1px solid #d02718;
  583. display:inline-block;
  584. cursor:pointer;
  585. color:#ffffff !important;
  586. font-family:Arial;
  587. font-size:15px;
  588. font-weight:bold;
  589. padding:6px 24px;
  590. text-decoration:none;
  591. text-shadow:0px 1px 0px #810e05;
  592. }
  593. .confirmcancel:hover {
  594. background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
  595. background-color:#c62d1f;
  596. color:#ffffff;
  597. text-decoration:none;
  598. }
  599. .confirmcancel:active {
  600. position:relative;
  601. top:1px;
  602. color:#ffffff;
  603. }
  604. .confirmagree {
  605. box-shadow:inset 0px 1px 0px 0px #a4e271;
  606. background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
  607. background-color:#89c403;
  608. border-radius:6px;
  609. border:1px solid #74b807;
  610. display:inline-block;
  611. cursor:pointer;
  612. color:#ffffff !important;
  613. font-family:Arial;
  614. font-size:15px;
  615. font-weight:bold;
  616. padding:6px 24px;
  617. text-decoration:none;
  618. text-shadow:0px 1px 0px #528009;
  619. }
  620. .confirmagree:hover {
  621. background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
  622. background-color:#77a809;
  623. color:#ffffff;
  624. text-decoration:none;
  625. }
  626. .confirmagree:active {
  627. position:relative;
  628. top:1px;
  629. color:#ffffff;
  630. }