You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1818 lines
38 KiB

  1. body {
  2. font-size: 11px;
  3. font-family: "Arial", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
  4. margin: 0px;
  5. padding: 0px;
  6. color: #333333;
  7. }
  8. .buttonDisabled {
  9. background: #989DA8 !important;
  10. cursor: default !important;
  11. border-radius: 4px !important;
  12. letter-spacing: 1px;
  13. text-transform: capitalize;
  14. font-size: 12px !important;
  15. line-height: 1.42857 !important;
  16. text-align: center !important;
  17. white-space: nowrap !important;
  18. margin-bottom: 0 !important;
  19. padding: 6px 12px !important;
  20. }
  21. .buttonEnabled {
  22. background: #0e96ec !important;
  23. border-radius: 4px !important;
  24. cursor: pointer !important;
  25. letter-spacing: 1px;
  26. text-transform: capitalize;
  27. font-size: 12px !important;
  28. line-height: 1.42857 !important;
  29. text-align: center !important;
  30. white-space: nowrap !important;
  31. margin-bottom: 0 !important;
  32. padding: 6px 12px !important;
  33. }
  34. .note {
  35. font-style: italic;
  36. font-weight: bold;
  37. color: red;
  38. }
  39. .unicodeFont {
  40. /* font-family:PCS NEPALI;*/
  41. }
  42. .no-record {
  43. font-family: Verdana;
  44. font-size: 12px;
  45. color: red;
  46. }
  47. .Menu {
  48. margin: 0px;
  49. padding: 0px;
  50. background: #4b6c9e;
  51. width: 200px;
  52. }
  53. .menuBG {
  54. background-image: url('../Images/new_menu_bg.jpg');
  55. background-repeat: repeat-y;
  56. }
  57. .header {
  58. background: url("../images/swift_logo.png") no-repeat scroll 3% 50% #336699;
  59. border-bottom: 4px solid #E00024;
  60. height: 62px;
  61. margin: 0;
  62. padding: 0;
  63. }
  64. .welcome {
  65. color: Black;
  66. font-size: 10px;
  67. font-weight: bold;
  68. margin-left: 25px;
  69. padding-bottom: 2px;
  70. text-decoration: underline;
  71. text-transform: uppercase;
  72. vertical-align: top;
  73. }
  74. .welcome-div {
  75. height: 20px;
  76. font-size: 10px;
  77. padding-bottom: 2px;
  78. color: Black;
  79. font-weight: bold;
  80. vertical-align: top;
  81. text-decoration: underline;
  82. margin-left: 25px;
  83. }
  84. .formLabel {
  85. display: inline-block;
  86. font-weight: 700;
  87. margin-bottom: 5px;
  88. max-width: 100%;
  89. }
  90. label {
  91. display: inline-block;
  92. font-weight: 700;
  93. margin-bottom: 5px;
  94. max-width: 100%;
  95. }
  96. .subHeading {
  97. height: 20px;
  98. width: 700px;
  99. font-size: 11px;
  100. padding-bottom: 2px;
  101. color: Black;
  102. font-weight: bold;
  103. text-transform: uppercase;
  104. vertical-align: top;
  105. margin-left: 10px;
  106. }
  107. .showHand {
  108. color: #CCCCCC;
  109. cursor: pointer;
  110. font-family: Arial,Helvetica,sans-serif;
  111. font-size: 11px;
  112. }
  113. .alignRight {
  114. text-align: right;
  115. }
  116. .legendCss {
  117. font: 17px/21px Calibri, Arial, Helvetica, sans-serif;
  118. padding: 2px;
  119. font-weight: bold;
  120. font-family: Verdana, Arial;
  121. font-size: 12px;
  122. padding: 1px;
  123. margin-left: 2em;
  124. }
  125. .wellComeMessage {
  126. padding-left: 30px;
  127. padding-top: 5px;
  128. font-size: 11px;
  129. background: url(../images/iconBusinessPartner.png) no-repeat;
  130. }
  131. /* STARTING CSS FOR DYNAMIC MENU............*/
  132. .autocompleteTextBoxLP {
  133. border: 1px solid #999999;
  134. font-family: Arial;
  135. font-size: 13px;
  136. margin-bottom: 0px;
  137. padding: 1px;
  138. margin-top: 0px;
  139. margin-left: 0px;
  140. background: #F5FCFB none repeat scroll;
  141. padding-left: 1px;
  142. padding-left: 1px;
  143. list-style: none;
  144. }
  145. .menu {
  146. color: #333333;
  147. font-weight: bold;
  148. font-size: 12px;
  149. font-family: arial;
  150. text-decoration: none;
  151. line-height: 18px;
  152. margin-left: 5px;
  153. }
  154. .MenuHover {
  155. color: #E00024;
  156. font-weight: bold;
  157. font-size: 12px;
  158. font-family: arial;
  159. cursor: pointer;
  160. text-decoration: none;
  161. line-height: 18px;
  162. margin-left: 5px;
  163. }
  164. .subMenuOver {
  165. color: #E00024;
  166. font-size: 12px;
  167. font-family: arial;
  168. cursor: pointer;
  169. text-decoration: none;
  170. line-height: 18px;
  171. margin-left: 5px;
  172. }
  173. .subMenu {
  174. color: #555555;
  175. font-size: 12px;
  176. font-family: arial;
  177. text-decoration: none;
  178. line-height: 18px;
  179. margin-left: 5px;
  180. }
  181. .submenuSelected {
  182. color: #FF6600;
  183. font-size: 12px;
  184. cursor: pointer;
  185. font-family: arial;
  186. text-decoration: none;
  187. line-height: 18px;
  188. margin-left: 5px;
  189. }
  190. .menuSelected {
  191. cursor: pointer;
  192. color: #004080;
  193. font-size: 12px;
  194. font-family: arial;
  195. text-decoration: none;
  196. line-height: 18px;
  197. margin-left: 5px;
  198. }
  199. .menuCss {
  200. text-align: left;
  201. left: 0;
  202. margin: 0 0 0 5;
  203. float: left;
  204. width: 202px;
  205. }
  206. .menuCss1 {
  207. text-align: left;
  208. margin: 0 0 0 10;
  209. float: left
  210. }
  211. .menu1 {
  212. background-color: #0066FF;
  213. height: 20px;
  214. color: white;
  215. font-weight: bold;
  216. font-family: arial;
  217. font-size: 12px;
  218. line-height: 14px;
  219. text-decoration: none;
  220. padding-left: 5px;
  221. width: 500px;
  222. text-align: left;
  223. }
  224. .subMenu1 {
  225. font-weight: normal;
  226. font-size: 12px;
  227. font-family: arial;
  228. color: Black;
  229. padding-left: 3px;
  230. text-align: left;
  231. }
  232. .footerLink {
  233. font-weight: bold;
  234. font-size: 11px;
  235. color: #FF3300;
  236. text-decoration: none;
  237. font-family: tahoma,Verdana, Arial, sans-serif;
  238. }
  239. A.footerLink {
  240. font-weight: bold;
  241. font-size: 11px;
  242. color: #FF3300;
  243. text-decoration: none;
  244. font-family: tahoma,Verdana, Arial, sans-serif;
  245. }
  246. A.footerLink:hover {
  247. font-weight: bold;
  248. font-size: 11px;
  249. color: #666666;
  250. text-decoration: underline;
  251. font-family: tahoma,Verdana, Arial, sans-serif;
  252. }
  253. A.topLink {
  254. font-size: 12px;
  255. color: #707070;
  256. font-weight: bold;
  257. font-family: arial;
  258. text-decoration: none;
  259. line-height: 18px;
  260. margin-left: 5px;
  261. }
  262. A.topLink:hover {
  263. color: #FF6600;
  264. font-weight: bold;
  265. font-size: 12px;
  266. font-family: arial;
  267. cursor: pointer;
  268. text-decoration: none;
  269. line-height: 18px;
  270. margin-left: 5px;
  271. }
  272. /* END OF CSS FOR DYANAMIC MENU.............*/
  273. /* -------------------START FROM ------------------------------*/
  274. .watermark {
  275. color: Gray;
  276. font-family: verdana Narrow;
  277. font-style: italic;
  278. }
  279. .TabDiv {
  280. margin-left: 50px;
  281. margin-top: 0px;
  282. }
  283. .formTable {
  284. background: #f2f2f2;
  285. font: normal 12px Arial, Helvetica, sans-serif;
  286. color: #3A4F63;
  287. border: 1px solid #CACACA;
  288. padding: 2px;
  289. margin-top: 5px;
  290. font-weight: bold;
  291. }
  292. .formTable .frmTitle {
  293. background: #336699;
  294. font: bold 11px Verdana;
  295. color: #FFFFFF;
  296. text-align: left;
  297. padding: 5px;
  298. }
  299. .tableTitle {
  300. background: #3A4F63;
  301. font: bold 11px Verdana;
  302. color: #FFFFFF;
  303. text-align: left;
  304. padding: 5px;
  305. }
  306. .formTable tr td {
  307. font: normal 12px Arial, Helvetica, sans-serif;
  308. text-align: left;
  309. padding: 5px;
  310. }
  311. .formTable tr .fromHeadMessage {
  312. font: normal 11px Verdana;
  313. text-align: left;
  314. padding: 5px;
  315. padding-top: 20px;
  316. padding-bottom: 20px;
  317. }
  318. .TBLData {
  319. border: 1px solid #EFEDE4;
  320. border-collapse: collapse;
  321. padding: 2px;
  322. }
  323. .TBLData TD {
  324. border: 1px solid #EFEDE4;
  325. font-family: verdana, Helvetica, sans-serif;
  326. color: Black;
  327. padding: 3px;
  328. font-size: 12px;
  329. }
  330. .TBLData TH {
  331. border: 1px solid #EFEDE4;
  332. font-family: verdana, Helvetica, sans-serif;
  333. color: black;
  334. background-color: Scrollbar;
  335. padding: 4px;
  336. font-size: 13px;
  337. }
  338. .ErrMsg, .errormsg {
  339. color: Red;
  340. font: bold 10px 'Times New Roman';
  341. padding: 2px;
  342. text-align: left;
  343. }
  344. .required {
  345. }
  346. .formTable tr .frmLable {
  347. font: normal 10px Verdana;
  348. text-align: right;
  349. padding: 5px;
  350. }
  351. .formTable tr .formValue {
  352. font: normal 10px Verdana;
  353. text-align: left;
  354. padding: 5px;
  355. color: maroon;
  356. }
  357. .frmLableBold {
  358. font: normal 10px Verdana;
  359. text-align: left;
  360. padding: 5px;
  361. font-weight: bold;
  362. }
  363. .formTable tr .frmFieldSep {
  364. font: bold 10px Verdana;
  365. text-align: left;
  366. padding-top: 15px;
  367. padding-bottom: 10px;
  368. padding-left: 30px;
  369. }
  370. .button {
  371. padding: 5px !important;
  372. }
  373. .formTable tr td .required {
  374. /*background: #FFE3E3;
  375. border-color: #DD0000;
  376. color: #880000;*/
  377. }
  378. .requiredField {
  379. /*background: #FFE3E3;*/
  380. /*border-color: #DD0000;*/
  381. /*color: #880000;*/
  382. }
  383. .formTable tr td input, select {
  384. height: 30px;
  385. }
  386. .formTable tr td select {
  387. height: 20px;
  388. }
  389. div.table tr td ajaxcalender {
  390. padding-right: 0px;
  391. }
  392. /*-----------------END FORM----------------------------------*/
  393. .hdtitle {
  394. height: 25px;
  395. font: normal 11px Arial, Helvetica, sans-serif;
  396. color: #000;
  397. text-align: center;
  398. border-left: 1px #dedede solid;
  399. border-bottom: 1px #dedede solid;
  400. border-color: aliceablue;
  401. background: #C0C0C0;
  402. }
  403. tr.hdtitle th {
  404. padding: 5px;
  405. border-left: 1px #dedede solid;
  406. border-bottom: 1px #dedede solid;
  407. border-color: aliceblue;
  408. }
  409. /* -------------------START GRID ------------------------------*/
  410. .gridDiv {
  411. margin-left: 10px;
  412. }
  413. .gridTable .hdtitle {
  414. background: #336699;
  415. height: 25px;
  416. font: normal 11px Arial, Helvetica, sans-serif;
  417. color: white;
  418. text-align: left;
  419. }
  420. .gridTable {
  421. xwidth: 700px;
  422. xmin-width: 700px;
  423. xmax-width: 700px;
  424. xpadding-top: 5px;
  425. }
  426. .filterTable {
  427. width: 700px;
  428. min-width: 700px;
  429. max-width: 700px;
  430. padding-top: 10px;
  431. /*padding-buttom:20px;*/
  432. }
  433. .filterTable .selectAgea td {
  434. padding-top: 10px;
  435. /*padding-buttom:10px;*/
  436. height: 25px;
  437. vertical-align: middle;
  438. }
  439. .filterTable select {
  440. font: normal 11px Arial, Helvetica, sans-serif;
  441. text-align: left;
  442. border: 1px solid #CCCCCC;
  443. background: #F8FAFA;
  444. }
  445. .pagingTable {
  446. width: 850px;
  447. padding-top: 10px;
  448. /*padding-buttom:10px;*/
  449. }
  450. .pagingTable td, div {
  451. font-size: 13px;
  452. margin-top: 0px;
  453. }
  454. /*.pagingTable td,div {
  455. font-size:14px;
  456. width: 238px;
  457. }*/
  458. .PageNo {
  459. float: right;
  460. font: Verdana, Arial;
  461. font-size: 10px;
  462. }
  463. .gridTable .hdtitle .sortAsc {
  464. background: #909090;
  465. font: normal 11px Arial, Helvetica, sans-serif;
  466. color: white;
  467. text-align: left;
  468. }
  469. .gridTable a {
  470. font: normal 11px Arial, Helvetica, sans-serif;
  471. color: #4B6C9E;
  472. text-align: left;
  473. text-decoration: underline;
  474. }
  475. .gridTable a:hover {
  476. font: normal 11px Arial, Helvetica, sans-serif;
  477. color: #4B6C9E;
  478. text-align: left;
  479. text-decoration: none;
  480. }
  481. .gridTable .hdtitle .sortDsc {
  482. background: #4b6c9e;
  483. font: normal 11px Arial, Helvetica, sans-serif;
  484. color: white;
  485. text-align: left;
  486. }
  487. .gridTable .hdtitle a {
  488. font: normal 11px Arial, Helvetica, sans-serif;
  489. color: white;
  490. text-align: left;
  491. text-decoration: none;
  492. }
  493. .gridTable tr.hdtitle th {
  494. padding: 5px;
  495. border-left: 1px #dedede solid;
  496. border-bottom: 1px #dedede solid;
  497. }
  498. .gridTable tr.oddbg {
  499. font-size: 11px;
  500. background: white;
  501. font: normal 11px Arial, Helvetica, sans-serif;
  502. color: #505050;
  503. min-height: 20px;
  504. }
  505. .gridTable tr.oddbg td {
  506. font-size: 11px;
  507. padding-left: 5px;
  508. border-left: 1px #dedede solid;
  509. border-bottom: 1px #dedede solid;
  510. min-height: 20px;
  511. height: 20px;
  512. }
  513. .gridTable tr.evenbg {
  514. font-size: 11px;
  515. background: #f2f2f2;
  516. font: normal 11px Arial, Helvetica, sans-serif;
  517. color: #505050;
  518. min-height: 20px;
  519. }
  520. .gridTable tr.evenbg td {
  521. font-size: 11px;
  522. padding-left: 5px;
  523. border-left: 1px #dedede solid;
  524. border-bottom: 1px #dedede solid;
  525. min-height: 20px;
  526. height: 20px;
  527. }
  528. .gridTable .GridOddRowOver td {
  529. BACKGROUND-COLOR: #FFCC99;
  530. COLOR: #000000;
  531. font: normal 11px Arial, Helvetica, sans-serif;
  532. padding-left: 5px;
  533. border-left: 1px #dedede solid;
  534. border-bottom: 1px #dedede solid;
  535. min-height: 20px;
  536. height: 20px;
  537. }
  538. .gridTable .GridEvenRowOver td {
  539. BACKGROUND-COLOR: #FFCC99;
  540. COLOR: #000000;
  541. font: normal 11px Arial, Helvetica, sans-serif;
  542. padding-left: 5px;
  543. border-left: 1px #dedede solid;
  544. border-bottom: 1px #dedede solid;
  545. min-height: 20px;
  546. height: 20px;
  547. }
  548. .ClmEdit {
  549. vertical-align: middle;
  550. text-align: center;
  551. }
  552. .pagedisplay {
  553. border: 1px solid #CCCCCC;
  554. color: red;
  555. padding: 1px 5px;
  556. text-decoration: none;
  557. }
  558. .pageSelected {
  559. border: 1px solid #78477e;
  560. color: #78477e;
  561. padding: 1px 5px;
  562. }
  563. /*-------Filter Start ----*/
  564. .formTable legend {
  565. font-weight: bold;
  566. /*border:1px solid #fff; */
  567. font-family: Verdana, Arial;
  568. font-size: 12px;
  569. padding: 1px;
  570. margin-left: 2em;
  571. color: #D2A044;
  572. }
  573. .formTable fieldset {
  574. border: 1px solid #A8A8A8;
  575. }
  576. fieldset.collapsible {
  577. border-width: 1px;
  578. font-size: 0.9em;
  579. border-color: #F7F7F7;
  580. padding-bottom: 5px;
  581. }
  582. fieldset.collapsible legend {
  583. border-color: #F7F7F7;
  584. padding-left: 16px;
  585. background: url(../images/arrow_expanded.png) no-repeat 0% 40%;
  586. cursor: pointer;
  587. }
  588. fieldset.collapsible.collapsed legend {
  589. border-color: #F7F7F7;
  590. background-image: url(../images/arrow_collapsed.png);
  591. }
  592. .collapsible legend {
  593. border-color: #F7F7F7;
  594. background-image: url(../images/arrow_collapsed.png);
  595. }
  596. fieldset#date-range p {
  597. margin: 2px 0 2px 0;
  598. }
  599. fieldset#filters table {
  600. border-collapse: collapse;
  601. }
  602. fieldset#filters table td {
  603. padding: 0;
  604. vertical-align: middle;
  605. }
  606. fieldset#filters tr.filter {
  607. height: 2em;
  608. }
  609. fieldset#filters td.add-filter {
  610. text-align: right;
  611. vertical-align: top;
  612. }
  613. .buttons {
  614. font-size: 0.9em;
  615. margin-bottom: 1.4em;
  616. margin-top: 1em;
  617. }
  618. fieldset#filters .filterBoxLable {
  619. float: left;
  620. }
  621. fieldset#filters .filterBoxLable .lbl {
  622. padding-left: 10px;
  623. }
  624. fieldset#filters .filterBoxLable .txt {
  625. padding-left: 10px;
  626. }
  627. fieldset#filters input {
  628. font: normal 12px Arial, Helvetica, sans-serif;
  629. text-align: left;
  630. padding: 3px;
  631. border: 1px solid #CCCCCC;
  632. background: #F8FAFA;
  633. }
  634. /*-------Filter End----*/
  635. /* ------------END GRID -------------------*/
  636. /*Calendar Control CSS*/
  637. .cal_Theme1 .ajax__calendar_days td {
  638. padding: 0px;
  639. }
  640. .cal_Theme1 .ajax__calendar_container {
  641. background-color: #DEF1F4;
  642. border: solid 1px #77D5F7;
  643. }
  644. .cal_Theme1 .ajax__calendar_header {
  645. background-color: #ffffff;
  646. margin-bottom: 4px;
  647. }
  648. .cal_Theme1 .ajax__calendar_title,
  649. .cal_Theme1 .ajax__calendar_next,
  650. .cal_Theme1 .ajax__calendar_prev {
  651. color: #004080;
  652. padding-top: 3px;
  653. }
  654. .cal_Theme1 .ajax__calendar_body {
  655. background-color: #ffffff;
  656. border: solid 1px #77D5F7;
  657. }
  658. .cal_Theme1 .ajax__calendar_dayname {
  659. text-align: center;
  660. font-weight: bold;
  661. margin-bottom: 4px;
  662. margin-top: 2px;
  663. color: #004080;
  664. }
  665. .cal_Theme1 .ajax__calendar_day {
  666. color: #004080;
  667. text-align: center;
  668. }
  669. .cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
  670. .cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
  671. .cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
  672. .cal_Theme1 .ajax__calendar_active {
  673. color: #004080;
  674. font-weight: bold;
  675. background-color: #DEF1F4;
  676. }
  677. .cal_Theme1 .ajax__calendar_today {
  678. font-weight: bold;
  679. }
  680. .cal_Theme1 .ajax__calendar_other,
  681. .cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
  682. .cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
  683. color: #bbbbbb;
  684. }
  685. /* ----------- TAB MENU -------------------*/
  686. .tabs {
  687. height: 2.8em;
  688. margin-bottom: 1.2em;
  689. position: relative;
  690. overflow: hidden;
  691. top: 0px;
  692. left: 0px;
  693. }
  694. .tabs ul {
  695. margin: 0;
  696. position: absolute;
  697. bottom: 0;
  698. padding-left: 0em;
  699. width: 100%;
  700. border-bottom: 1px solid #bbbbbb;
  701. }
  702. .tabs ul li {
  703. float: left;
  704. list-style-type: none;
  705. white-space: nowrap;
  706. position: relative;
  707. top: 0px;
  708. left: 0px;
  709. }
  710. /*none repeat scroll 0 0 #3A4F63 #4B6C9E */
  711. .tabs ul li a {
  712. display: block;
  713. font-size: 11px;
  714. font: Verdana;
  715. text-decoration: none;
  716. line-height: 1.3em;
  717. padding: 10px 15px;
  718. margin-right: 2px;
  719. border-radius: 5px 5px 0 0;
  720. color: #fff;
  721. border-bottom: 1px solid #bbbbbb;
  722. background-color: #444d58;
  723. font-weight: bold;
  724. }
  725. .tabs ul li a:active {
  726. background-color: #0E96EC;
  727. }
  728. .tabs ul li a:hover {
  729. background-color: #0E96EC;
  730. text-decoration: none;
  731. color: #FFf;
  732. }
  733. .tabs ul li a.selected {
  734. background-color: #0e96ec !important;
  735. border: 1px solid #bbbbbb;
  736. border-bottom: 1px solid #fff;
  737. }
  738. .tabs ul li a.selected:hover {
  739. background-color: #0E96EC;
  740. color: #fff;
  741. }
  742. div.tabs-buttons {
  743. position: absolute;
  744. right: 0;
  745. width: 48px;
  746. height: 24px;
  747. background: white;
  748. bottom: 0;
  749. border-bottom: 1px solid #bbbbbb;
  750. }
  751. button.tab-left, button.tab-right {
  752. font-size: 0.9em;
  753. cursor: pointer;
  754. height: 24px;
  755. border: 1px solid #ccc;
  756. border-bottom: 1px solid #bbbbbb;
  757. position: absolute;
  758. padding: 4px;
  759. width: 20px;
  760. bottom: -1px;
  761. }
  762. button.tab-left {
  763. right: 20px;
  764. background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%;
  765. }
  766. button.tab-right {
  767. right: 0;
  768. background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%;
  769. }
  770. /*----------------------------- TAB MENU CLOSE----------------*/
  771. /*----------------------------- BREADCRUMB MENU----------------*/
  772. .breadCrumb, .bredCrom, .BredCurm {
  773. background: url("../images/breadcrumb-select.png") no-repeat scroll 0.8% 0 transparent;
  774. border-bottom: 1px solid #CACACA;
  775. color: navy;
  776. font-family: 'Trebuchet MS';
  777. font-size: 12px;
  778. font-weight: 600;
  779. height: 20px;
  780. line-height: 18px;
  781. margin: 4px 0 5px;
  782. padding-left: 34px;
  783. text-transform: uppercase;
  784. }
  785. .bredCrom div /*need to remove this class later on*/ {
  786. font-size: 12px;
  787. }
  788. .shadowBG {
  789. background: repeat-x scroll center top #FFFFFF;
  790. float: left;
  791. overflow: hidden;
  792. padding: 0px 15px 0px;
  793. width: 97%;
  794. }
  795. /*----------------------------- BREADCRUMB MENU CLOSE----------------*/
  796. div.flash.error, #errorExplanation {
  797. background: url("../images/exclamation.png") no-repeat scroll 8px 50% #FFE3E3;
  798. border-color: #DD0000;
  799. color: #880000;
  800. }
  801. /***** error,success,warning messages ****/
  802. #errorExplanation, #success {
  803. padding: 0px 4px 0px 30px;
  804. /*margin-bottom: 12px;*/
  805. font-size: 22px;
  806. /*margin-top: 10px;*/
  807. border-radius: 5px;
  808. margin: 10px;
  809. min-height: 100px;
  810. height: auto;
  811. }
  812. #errorExplanation {
  813. background: url("../images/error-icon.png") no-repeat scroll 3% 50% #FFE3E3;
  814. border: 1px solid #DD0000;
  815. color: #880000;
  816. }
  817. #success {
  818. background: url("../images/success-icon.png") no-repeat scroll 3% 50% #dfffdf;
  819. border: 1px solid #9FCF9F;
  820. color: #005F00;
  821. }
  822. #errorExplanation div, #success div {
  823. font-size: 22px;
  824. padding: 5%;
  825. margin-left: 20px;
  826. }
  827. #warning {
  828. background: url("../images/warning.png") 8px 5px no-repeat;
  829. background-color: #FFEBC1;
  830. border-color: #FDBF3B;
  831. color: #A6750C;
  832. text-align: left;
  833. border: 1px solid;
  834. margin-top: 10px;
  835. padding: 4px 4px 9px 30px;
  836. font-size: 1.1em;
  837. }
  838. .TBL {
  839. border: 1px solid black;
  840. border-collapse: collapse;
  841. padding: 2px;
  842. }
  843. .NOBORDER {
  844. font-family: verdana, Helvetica, sans-serif;
  845. color: Black;
  846. padding: 3px;
  847. font-size: 13px;
  848. }
  849. .TBL TD {
  850. border: 1px solid Black;
  851. font-family: verdana, Helvetica, sans-serif;
  852. color: Black;
  853. padding: 3px;
  854. white-space: nowrap;
  855. font-size: 11px;
  856. }
  857. .TBL TH {
  858. border: 1px solid Black;
  859. font-family: verdana, Helvetica, sans-serif;
  860. color: white;
  861. background-color: #606060;
  862. padding: 4px;
  863. white-space: nowrap;
  864. font-size: 11px;
  865. }
  866. .reportHead {
  867. font-family: Century Gothic;
  868. font-size: x-large;
  869. color: Black;
  870. font-weight: bold;
  871. margin: 10px 10px 10px 10px;
  872. }
  873. .reportFilters {
  874. font-family: Verdana;
  875. font-size: 11px;
  876. color: Black;
  877. font-weight: bold;
  878. margin: 0px 0px 5px 5px;
  879. /*width:600px;*/
  880. vertical-align: middle;
  881. }
  882. .TBLReport {
  883. border: 1px solid Black;
  884. border-collapse: collapse;
  885. margin: 10px 10px 10px 10px;
  886. /*min-width:600px;
  887. max-width:600px;
  888. width:600px;*/
  889. }
  890. .TBLReport TD {
  891. border: 1px solid Black;
  892. font-family: verdana, Helvetica, sans-serif;
  893. color: Black;
  894. padding: 3px;
  895. /*white-space:pre-wrap;*/
  896. font-size: 11px;
  897. }
  898. .TBLReport TH {
  899. border: 1px solid Black;
  900. font-family: verdana, Helvetica, sans-serif;
  901. color: white;
  902. background-color: #606060;
  903. padding: 4px;
  904. white-space: nowrap;
  905. font-size: 11px;
  906. }
  907. .TBLReportMatrix {
  908. border: 1px solid Black;
  909. border-collapse: collapse;
  910. margin: 10px 10px 10px 10px;
  911. min-width: 700px;
  912. max-width: 1200px;
  913. }
  914. .TBLReportMatrix TD {
  915. border: 1px solid Black;
  916. font-family: verdana, Helvetica, sans-serif;
  917. color: Black;
  918. padding: 3px;
  919. white-space: pre-wrap;
  920. font-size: 11px;
  921. }
  922. .TBLReportMatrix TH {
  923. border: 1px solid Black;
  924. font-family: verdana, Helvetica, sans-serif;
  925. color: white;
  926. background-color: #606060;
  927. padding: 4px;
  928. white-space: nowrap;
  929. font-size: 11px;
  930. }
  931. @media print {
  932. .noprint {
  933. display: none;
  934. }
  935. }
  936. .moduleGroup {
  937. font-family: verdana, Helvetica, sans-serif;
  938. color: Black;
  939. white-space: nowrap;
  940. font-size: 12px;
  941. font-style: italic;
  942. font-variant: small-caps;
  943. float: left;
  944. clear: both;
  945. font-weight: bold;
  946. margin-left: 1px;
  947. text-indent: 10px;
  948. width: 209px;
  949. xbackground-color: #606060;
  950. }
  951. /*---------------errror,sucess,warning----------------------*/
  952. .errorExplanation {
  953. padding: 4px 4px 4px 30px;
  954. margin-bottom: 12px;
  955. font-size: 1.1em;
  956. border: 1px solid;
  957. margin-top: 10px;
  958. background: url("../images/exclamation.png") no-repeat scroll 8px 50% #FFE3E3;
  959. border-color: #DD0000;
  960. color: #880000;
  961. }
  962. .success {
  963. background: url("../images/true.png") 8px 5px no-repeat;
  964. background-color: #dfffdf;
  965. border-color: #9fcf9f;
  966. color: #005f00;
  967. padding: 4px 4px 4px 30px;
  968. margin-bottom: 12px;
  969. font-size: 1.1em;
  970. border: 1px solid;
  971. margin-top: 10px;
  972. }
  973. .warning {
  974. background: url("../images/warning.png") 8px 5px no-repeat;
  975. background-color: #FFEBC1;
  976. border-color: #FDBF3B;
  977. color: #A6750C;
  978. text-align: left;
  979. border: 1px solid;
  980. margin-top: 10px;
  981. padding: 4px 4px 9px 30px;
  982. }
  983. /*-------------------end error css----------------*/
  984. /*---------------------------Ajax Tab-----------------------------------------------------*/
  985. /* XP IE7 theme - Backgrounds */
  986. /*
  987. .visoft__tab_xpie7 .ajax__tab_header { background:url(Images/tab-line.gif) repeat-x bottom; }
  988. .visoft__tab_xpie7 .ajax__tab_outer { background:url(Images/tab-right.gif) no-repeat right; }
  989. .visoft__tab_xpie7 .ajax__tab_inner { background:url(Images/tab-left.gif) no-repeat; }
  990. .visoft__tab_xpie7 .ajax__tab_tab { background:url(Images/tab.gif) repeat-x; }
  991. .visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_outer { background:url(Images/tab-hover-right.gif) no-repeat right; }
  992. .visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_inner { background:url(Images/tab-hover-left.gif) no-repeat; }
  993. .visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_tab { background:url(Images/tab-hover.gif) repeat-x; }
  994. .visoft__tab_xpie7 .ajax__tab_active .ajax__tab_outer { background:url(Images/tab-active-right.gif) no-repeat right; }
  995. .visoft__tab_xpie7 .ajax__tab_active .ajax__tab_inner { background:url(Images/tab-active-left.gif) no-repeat; }
  996. .visoft__tab_xpie7 .ajax__tab_active .ajax__tab_tab { background:url(Images/tab-active.gif) repeat-x; }
  997. */
  998. /* XP IE7 theme - Other Styles */
  999. /*
  1000. .visoft__tab_xpie7 .ajax__tab_header { font-family:verdana,tahoma,helvetica;font-size:11px; color: Maroon; }
  1001. .visoft__tab_xpie7 .ajax__tab_outer { height:29px; }
  1002. .visoft__tab_xpie7 .ajax__tab_inner { padding-left:3px; }
  1003. .visoft__tab_xpie7 .ajax__tab_tab { padding:8px 5px;margin:0; }
  1004. .visoft__tab_xpie7 .ajax__tab_body { font-family:verdana,tahoma,helvetica;font-size:10pt;border:0px solid #999999;border-top:0;padding:2px;background-color:#ffffff;}
  1005. .scroll-div{
  1006. width:400px;
  1007. height:50px;
  1008. border:0 #000000 solid;
  1009. text-align: left;
  1010. padding: 2px;
  1011. }
  1012. */
  1013. .TabLevel1 .ajax__tab_header {
  1014. font-family: "Helvetica Neue", Arial, Sans-Serif;
  1015. font-size: 14px;
  1016. font-weight: bold;
  1017. display: block;
  1018. }
  1019. .TabLevel1 .ajax__tab_header .ajax__tab_outer {
  1020. border-color: #222;
  1021. color: #222;
  1022. padding-left: 10px;
  1023. margin-right: 3px;
  1024. border: solid 1px #d7d7d7;
  1025. }
  1026. .TabLevel1 .ajax__tab_header .ajax__tab_inner {
  1027. border-color: #666;
  1028. color: #666;
  1029. padding: 3px 10px 2px 0px;
  1030. }
  1031. .TabLevel1 .ajax__tab_hover .ajax__tab_outer {
  1032. background-color: #9c3;
  1033. }
  1034. .TabLevel1 .ajax__tab_hover .ajax__tab_inner {
  1035. color: #fff;
  1036. }
  1037. .TabLevel1 .ajax__tab_active .ajax__tab_outer {
  1038. border-bottom-color: #ffffff;
  1039. background-color: #d7d7d7;
  1040. }
  1041. .TabLevel1 .ajax__tab_active .ajax__tab_inner {
  1042. color: #000;
  1043. border-color: #333;
  1044. }
  1045. .TabLevel1 .ajax__tab_body {
  1046. font-family: verdana,tahoma,helvetica;
  1047. font-size: 10pt;
  1048. background-color: #fff;
  1049. border-top-width: 0;
  1050. border: solid 1px #d7d7d7;
  1051. border-top-color: #ffffff;
  1052. }
  1053. /*---------------------------End Ajax Tab-----------------------------------------------------*/
  1054. .margin-textbox {
  1055. border-color: #000000;
  1056. border-style: solid;
  1057. border-width: 1px;
  1058. height: 15px;
  1059. width: 40px;
  1060. font-size: 11px;
  1061. padding-left: 2px;
  1062. }
  1063. .prate-textbox {
  1064. border-color: #000000;
  1065. background-color: Yellow;
  1066. border-style: solid;
  1067. border-width: 1px;
  1068. height: 15px;
  1069. width: 40px;
  1070. font-size: 11px;
  1071. padding-left: 2px;
  1072. }
  1073. .textbox-disabled {
  1074. background-color: #CCCCCC;
  1075. font-size: 10px;
  1076. height: 15px;
  1077. width: 40px;
  1078. padding-left: 2px;
  1079. }
  1080. .country-name {
  1081. font-size: 15px;
  1082. font-weight: bolder;
  1083. }
  1084. .yellow-bg {
  1085. background-color: Yellow;
  1086. padding: 2px 5px 2px 5px;
  1087. font-weight: bolder;
  1088. }
  1089. .white-bg {
  1090. background-color: White;
  1091. padding: 2px 5px 2px 5px;
  1092. font-weight: bolder;
  1093. }
  1094. .bold-text {
  1095. padding: 2px 5px 2px 5px;
  1096. font-weight: bolder;
  1097. }
  1098. .ajax-loader {
  1099. font-family: Verdana;
  1100. font-size: 10px;
  1101. padding: 2px 2px 5px 2px;
  1102. vertical-align: middle;
  1103. }
  1104. .delete-row {
  1105. background-color: Red;
  1106. color: White;
  1107. }
  1108. .update-row {
  1109. background-color: Gray;
  1110. color: White;
  1111. }
  1112. .insert-row {
  1113. background-color: Orange;
  1114. color: White;
  1115. }
  1116. .oldValue {
  1117. background-color: Red;
  1118. font-family: Verdana;
  1119. font-weight: bolder;
  1120. }
  1121. .newValue {
  1122. background-color: Yellow;
  1123. font-family: Verdana;
  1124. font-weight: bolder;
  1125. }
  1126. /*------------------User Role Function-------------------------------------*/
  1127. .moduleGroupReport {
  1128. font-family: verdana, Helvetica, sans-serif;
  1129. color: Green;
  1130. white-space: nowrap;
  1131. font-size: 12px;
  1132. float: left;
  1133. clear: both;
  1134. line-height: 30px;
  1135. font-weight: bold;
  1136. cursor: pointer;
  1137. }
  1138. .moduleGroupReportSelected {
  1139. font-family: verdana, Helvetica, sans-serif;
  1140. color: Black;
  1141. white-space: nowrap;
  1142. font-size: 12px;
  1143. float: left;
  1144. clear: both;
  1145. line-height: 30px;
  1146. font-weight: bold;
  1147. cursor: pointer;
  1148. }
  1149. .menuReport {
  1150. color: #004080;
  1151. font-weight: bold;
  1152. font-size: 12px;
  1153. font-family: verdana;
  1154. text-decoration: none;
  1155. line-height: 18px;
  1156. margin-left: 5px;
  1157. cursor: pointer;
  1158. }
  1159. .menuReportSelected {
  1160. color: Black;
  1161. font-weight: bold;
  1162. font-size: 12px;
  1163. font-family: verdana;
  1164. text-decoration: none;
  1165. line-height: 18px;
  1166. margin-left: 5px;
  1167. cursor: pointer;
  1168. }
  1169. .subMenuReport {
  1170. color: #004080;
  1171. font-size: 11px;
  1172. font-family: verdana;
  1173. text-decoration: none;
  1174. line-height: 18px;
  1175. margin-left: 5px;
  1176. cursor: pointer;
  1177. }
  1178. .subMenuReportSelected {
  1179. color: Black;
  1180. font-size: 11px;
  1181. font-family: verdana;
  1182. text-decoration: none;
  1183. line-height: 18px;
  1184. margin-left: 5px;
  1185. cursor: pointer;
  1186. }
  1187. .fieldsetcss {
  1188. background: #f2f2f2;
  1189. padding: 10px;
  1190. border: 1px solid #fff;
  1191. border-color: #f2f2e6 #666661 #666661 #f2f2e6;
  1192. margin-bottom: 5px;
  1193. }
  1194. .legendcss {
  1195. background: #bfbf30;
  1196. color: #fff;
  1197. font: 17px/21px Calibri, Arial, Helvetica, sans-serif;
  1198. padding: 0 10px;
  1199. margin: -26px 0 0 -11px;
  1200. font-weight: bold;
  1201. border: 1px solid #fff;
  1202. border-color: #e5e5c3 #505014 #505014 #e5e5c3;
  1203. }
  1204. .fieldsetcss legend {
  1205. font: 17px/21px Calibri, Arial, Helvetica, sans-serif;
  1206. padding: 2px;
  1207. font-weight: bold;
  1208. font-family: Verdana, Arial;
  1209. font-size: 12px;
  1210. padding: 1px;
  1211. margin-left: 2em;
  1212. }
  1213. /*
  1214. input, textarea, select {font:12px/12px Arial, Helvetica, sans-serif; padding:0;}
  1215. fieldset.action {background:#9da2a6; border-color:#e5e5e5 #797c80 #797c80 #e5e5e5; margin-top:-20px;}
  1216. label {font-size:11px; font-weight:bold; color:#666;}
  1217. label.opt {font-weight:normal;}
  1218. dl {clear:both;}
  1219. dt {float:left; text-align:right; width:90px; line-height:25px; margin:0 10px 10px 0;}
  1220. dd {float:left; width:475px; line-height:25px; margin:0 0 10px 0;}
  1221. #footer {font-size:11px;}
  1222. */
  1223. .amount {
  1224. color: #008000;
  1225. font-weight: bold;
  1226. font-size: 1.2em;
  1227. }
  1228. .roundedcorners {
  1229. -moz-border-radius: 10px; /* Firefox */
  1230. -webkit-border-radius: 10px; /* Safari, Chrome */
  1231. border-radius: 10px; /* CSS3 */
  1232. }
  1233. .pagingLink {
  1234. border: 1px solid grey;
  1235. padding: 4px;
  1236. text-decoration: none;
  1237. }
  1238. .pagingLinkSelected {
  1239. border: 1px solid grey;
  1240. padding: 4px;
  1241. text-decoration: underline;
  1242. color: Red;
  1243. }
  1244. .PagingTable {
  1245. font-family: Verdana;
  1246. font-size: 11px;
  1247. color: Black;
  1248. font-weight: bold;
  1249. width: 600px;
  1250. vertical-align: middle;
  1251. }
  1252. .pagingLink a:hover {
  1253. text-decoration: underline;
  1254. background: pink;
  1255. }
  1256. input, textarea {
  1257. font-size: 10px;
  1258. font-family: Arial;
  1259. border: 1px solid #CCCCCC;
  1260. background-color: White;
  1261. /*width:150px;*/
  1262. }
  1263. select {
  1264. font-size: 12px;
  1265. font-family: Arial;
  1266. border: 1px solid #CCCCCC;
  1267. background-color: White;
  1268. }
  1269. input:focus, textarea:focus, select:focus {
  1270. background-color: #FFFFD2;
  1271. font-weight: bold;
  1272. border: 1px solid #CCCCCC;
  1273. }
  1274. /*
  1275. International send page csss
  1276. */
  1277. .sendCss {
  1278. background: #f2f2f2;
  1279. font: normal 12px Arial, Helvetica, sans-serif;
  1280. color: #3A4F63;
  1281. padding: 2px;
  1282. margin-top: 2px;
  1283. font-weight: bold;
  1284. width: 100%;
  1285. }
  1286. .sendCss .headingTitle {
  1287. font: bold 12px Arial, Helvetica, sans-serif;
  1288. text-align: left;
  1289. padding: 5px;
  1290. margin-bottom: 5px;
  1291. border-left: 1px #dedede solid;
  1292. border-bottom: 1px #dedede solid;
  1293. border-color: aliceblue;
  1294. background: #3A4F63;
  1295. color: white;
  1296. }
  1297. .sendCss tr td {
  1298. font: normal 12px Arial, Helvetica, sans-serif;
  1299. text-align: left;
  1300. padding: 3px;
  1301. white-space: nowrap;
  1302. }
  1303. .sendCss .tdClass {
  1304. font: normal 12px Arial, Helvetica, sans-serif;
  1305. text-align: left;
  1306. padding: 3px;
  1307. white-space: nowrap;
  1308. width: 100px;
  1309. }
  1310. .sendCss tr .fromHeadMessage {
  1311. font: normal 11px Verdana;
  1312. text-align: left;
  1313. padding: 5px;
  1314. padding-top: 20px;
  1315. padding-bottom: 20px;
  1316. }
  1317. .sendCss tr .frmLable {
  1318. font: normal 10px Verdana;
  1319. text-align: right;
  1320. padding: 5px;
  1321. }
  1322. .sendCss tr .frmFieldSep {
  1323. font: bold 10px Verdana;
  1324. text-align: left;
  1325. padding-top: 15px;
  1326. padding-bottom: 10px;
  1327. padding-left: 30px;
  1328. }
  1329. .sendDialogBox {
  1330. background: #f2f2f2;
  1331. font-size: 12px;
  1332. padding: 10px;
  1333. border: 1px solid #000000;
  1334. margin-bottom: 5px;
  1335. margin-left: 20px;
  1336. width: 580px;
  1337. }
  1338. .tranSearchStyle {
  1339. background: #f2f2f2;
  1340. font: normal 12px Arial, Helvetica, sans-serif;
  1341. color: #3A4F63;
  1342. border: 1px solid #CCCCCC;
  1343. margin-top: 5px;
  1344. font-weight: bold;
  1345. }
  1346. .tranSearchStyle tr td {
  1347. font: normal 12px Arial, Helvetica, sans-serif;
  1348. text-align: left;
  1349. }
  1350. .tranSearchStyle legend {
  1351. font-weight: bold;
  1352. /*border:1px solid #fff; */
  1353. font-family: Verdana, Arial;
  1354. font-size: 12px;
  1355. padding: 1px;
  1356. margin-left: 2em;
  1357. color: #D2A044;
  1358. }
  1359. .tranSearchStyle fieldset {
  1360. border: 1px solid #A8A8A8;
  1361. }
  1362. .linkText {
  1363. color: Blue;
  1364. font-family: Verdana;
  1365. cursor: pointer;
  1366. }
  1367. .acitem {
  1368. font-weight: normal;
  1369. }
  1370. .ui-datepicker-trigger {
  1371. padding: 0 1px 0 4px;
  1372. display: none;
  1373. }
  1374. #newsFeeder {
  1375. background: #E5EFF9 !important;
  1376. border: 1px solid #54BAFF;
  1377. border-radius: 10px 10px 10px 10px;
  1378. -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.47);
  1379. -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.47);
  1380. box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.47);
  1381. }
  1382. .msg-box {
  1383. clear: both;
  1384. padding: 0 40px 10px 40px;
  1385. text-align: left;
  1386. }
  1387. .MsoNormal {
  1388. text-align: left !important;
  1389. }
  1390. /* New Additions */
  1391. input, select, label, fieldset, textarea {
  1392. font-family: normal Arial,Helvetica,sans-serif;
  1393. font-size: 13px;
  1394. margin-left: 2px;
  1395. margin-right: 2px;
  1396. margin-top: 2px;
  1397. }
  1398. input, select, textarea, fieldset {
  1399. border: 1px solid #C9C9C9;
  1400. border-radius: 3px 3px 3px 3px;
  1401. }
  1402. input[type="text"], input[type="textfield"], input[type="email"], input[type="password"] {
  1403. padding: 1px 3px;
  1404. /*min-width:120px;*/
  1405. }
  1406. textarea {
  1407. padding: 1px 3px;
  1408. min-width: 120px;
  1409. }
  1410. select {
  1411. padding: 1px 1px 1px 2px;
  1412. min-width: 120px;
  1413. }
  1414. input:focus, select:focus, textarea:focus {
  1415. background: #FFC;
  1416. font-weight: bold;
  1417. }
  1418. input[type="button"], input[type="submit"], input[type="reset"] {
  1419. background-color: #0E96EC !important;
  1420. color: #fff;
  1421. text-align: center;
  1422. width: auto;
  1423. border-radius: 4px !important;
  1424. cursor: pointer !important;
  1425. letter-spacing: 1px;
  1426. text-transform: capitalize;
  1427. font-size: 12px !important;
  1428. line-height: 1.42857 !important;
  1429. text-align: center !important;
  1430. white-space: nowrap !important;
  1431. margin-bottom: 0 !important;
  1432. padding: 5px 12px !important;
  1433. }
  1434. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  1435. background-color: #286090 !important;
  1436. border-color: #204d74;
  1437. color: #fff;
  1438. cursor: pointer;
  1439. text-align: center;
  1440. width: auto;
  1441. border-radius: 4px !important;
  1442. letter-spacing: 1px;
  1443. text-transform: capitalize;
  1444. font-size: 12px !important;
  1445. line-height: 1.42857 !important;
  1446. text-align: center !important;
  1447. white-space: nowrap !important;
  1448. margin-bottom: 0 !important;
  1449. padding: 5px 12px !important;
  1450. }
  1451. input[type="button"][disabled="disabled"], input[type="button"][disabled=""], input[type="submit"][disabled="disabled"], input[type="reset"][disabled="disabled"] {
  1452. /*background:url("../images/btn_bg_deactive.gif") repeat-x scroll left center #FFA822;*/
  1453. background-color: #989DA8;
  1454. border: medium none;
  1455. box-shadow: none;
  1456. -moz-box-shadow: none;
  1457. -webkit-box-shadow: none;
  1458. cursor: default;
  1459. }
  1460. input[disabled="disabled"], select[disabled="disabled"], textarea[disabled="disabled"] {
  1461. background: #EAEAEA;
  1462. }
  1463. .r703
  1464. input[readonly="readonly"] {
  1465. background: #EFEFEF;
  1466. }
  1467. input[readonly="readonly"]:focus {
  1468. font-weight: normal;
  1469. }
  1470. input[type="checkbox"], input[type="radio"] {
  1471. border: none;
  1472. min-width: 0;
  1473. height: auto;
  1474. background-color: transparent;
  1475. }
  1476. legend {
  1477. padding: 0 3px;
  1478. font-weight: 600;
  1479. color: #D2A044;
  1480. }
  1481. .amtField, .dateField {
  1482. text-align: right;
  1483. min-width: 120px;
  1484. }
  1485. #rpt_grid select {
  1486. min-width: 0;
  1487. }
  1488. #fullname {
  1489. text-transform: capitalize;
  1490. }
  1491. .button_placeholder {
  1492. height: 30px;
  1493. margin: 2px auto;
  1494. width: 170px;
  1495. }
  1496. .select_all {
  1497. background: url("../css/images/red_button/button_bg_active.png") repeat-x scroll left center #FFA822;
  1498. border: 1px solid #444444;
  1499. border-radius: 0 5px 0 5px;
  1500. color: #FFFFFF;
  1501. cursor: pointer;
  1502. font-family: Arial;
  1503. font-size: 12px !important;
  1504. font-weight: 600;
  1505. height: 16px;
  1506. margin: 4px 5px;
  1507. padding: 0 8px;
  1508. text-align: center;
  1509. /*width: auto !important;*/
  1510. float: left;
  1511. }
  1512. .select_all:hover {
  1513. background: url("../css/images/red_button/button_bg_hover.png") repeat-x scroll left center #FFA822;
  1514. box-shadow: 0 0 3px 2px #B8B8B8;
  1515. -moz-box-shadow: 0 0 3px 2px #B8B8B8;
  1516. -webkit-box-shadow: 0 0 3px 2px #B8B8B8;
  1517. }
  1518. .arrow_up, .arrow_down {
  1519. border-radius: 10px 10px 10px 10px;
  1520. cursor: pointer;
  1521. display: block;
  1522. float: left;
  1523. height: 20px;
  1524. margin: 3px 6px;
  1525. width: 20px;
  1526. }
  1527. .arrow_up {
  1528. background: url("../css/images/red_arrow_up.png") no-repeat scroll 50% 50% transparent;
  1529. }
  1530. .arrow_down {
  1531. background: url("../css/images/red_arrow_down.png") no-repeat scroll 50% 50% transparent;
  1532. }
  1533. .arrow_up:hover, .arrow_down:hover {
  1534. box-shadow: 0 0 3px 2px #B8B8B8;
  1535. -moz-box-shadow: 0 0 3px 2px #B8B8B8;
  1536. -webkit-box-shadow: 0 0 3px 2px #B8B8B8;
  1537. }
  1538. .tg-button[type="button"][value="+"], .tg-button[type="button"][value="-"] {
  1539. background-attachment: scroll;
  1540. background-color: transparent;
  1541. background-position: 0 50%;
  1542. background-repeat: no-repeat;
  1543. border: medium none;
  1544. color: transparent;
  1545. margin: 0;
  1546. height: 16px !important;
  1547. min-width: 16px !important;
  1548. padding: 0;
  1549. }
  1550. .tg-button[type="button"][value="-"] {
  1551. background-image: url("../../../../css/images/red_arrow_up.png");
  1552. }
  1553. .tg-button[type="button"][value="+"] {
  1554. background-image: url("../../../../css/images/red_arrow_down.png");
  1555. }
  1556. .tg-button[type="button"][value="+"]:hover, .tg-button[type="button"][value="-"]:hover {
  1557. box-shadow: none;
  1558. }
  1559. .form-control {
  1560. background-color: #fff;
  1561. background-image: none;
  1562. border: 1px solid #ccc;
  1563. border-radius: 4px;
  1564. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  1565. color: #555;
  1566. display: block;
  1567. font-size: 14px;
  1568. height: 34px;
  1569. line-height: 1.42857;
  1570. padding: 6px 12px;
  1571. transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  1572. }
  1573. input[type=checkbox], input[type=radio] {
  1574. margin: 0px 4px 0 0 !important;
  1575. }