phone.css 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  1. .monitoring {
  2. }
  3. .monitoring .form_head {
  4. height: 25px;
  5. border-top: 1px solid #CBCBCB;
  6. border-bottom: 1px solid #CBCBCB;
  7. padding: 4px 10px 5px 2px;
  8. }
  9. .monitoring .form_title {
  10. float: left;
  11. font-size: 11pt;
  12. font-family: arial, sans-serif;
  13. line-height: 20px;
  14. padding-left: 30px;
  15. }
  16. .monitoring .form_caption {
  17. font-size: 10pt;
  18. font-family: arial, sans-serif;
  19. }
  20. .monitoring .todayCallChartTip {
  21. background-color: #ffffff;
  22. border: solid 1px #fff;
  23. overflow: hidden;
  24. width: 600px;
  25. height: 25px;
  26. margin: 0px 0px 0px 60px;
  27. }
  28. .clear {
  29. clear: both;
  30. height: 0px;
  31. line-height: 0px;
  32. overflow: hidden;
  33. }
  34. .monitoring .chartTipBlock {
  35. float: left;
  36. width: 120px;
  37. }
  38. .monitoring .colorA {
  39. color: #92be0f;
  40. height: 8px;
  41. width: 8px;
  42. background-color: #92be0f;
  43. margin-right: 10px;
  44. }
  45. .monitoring .colorB {
  46. color: #ff6600;
  47. height: 8px;
  48. width: 8px;
  49. background-color: #ff6600;
  50. margin-right: 10px;
  51. }
  52. .monitoring .colorC {
  53. color: #f8c713;
  54. height: 8px;
  55. width: 8px;
  56. background-color: #f8c713;
  57. margin-right: 10px;
  58. }
  59. .monitoring .colorD {
  60. color: #dc4f4f;
  61. height: 8px;
  62. width: 8px;
  63. background-color: #dc4f4f;
  64. margin-right: 10px;
  65. }
  66. .monitoring .colorE {
  67. color: #1280ef;
  68. height: 8px;
  69. width: 8px;
  70. background-color: #1280ef;
  71. margin-right: 10px;
  72. }
  73. .monitoring .TodayPandect {
  74. background-color: #ffffff;
  75. border: solid 1px #fff;
  76. position: relative;
  77. height: 100px;
  78. margin: 10px 0px 10px 60px;
  79. width: 800px;
  80. display: block;
  81. }
  82. .monitoring .todayChart {
  83. height: 80px;
  84. width: 802px;
  85. border-left: solid 1px #ccc;
  86. border-right: solid 1px #ccc;
  87. }
  88. .monitoring .todayChartCallSum {
  89. height: 20px;
  90. text-align: center;
  91. width: 120px;
  92. margin-left: 320px;
  93. font-size: 12px;
  94. line-height: 20px;
  95. border: solid 1px #ccc;
  96. background-color: #ffffff;
  97. }
  98. .monitoring .callNullStyle {
  99. text-align: center;
  100. border: dashed 1px #ccc;
  101. height: 22px;
  102. line-height: 22px;
  103. background-color: #f2f6fb;
  104. }
  105. .monitoring .todayChartInCall {
  106. float: left;
  107. background-color: #f2f6fb;
  108. width: 400px;
  109. }
  110. .monitoring .todayCallInSuccess, .monitoring .todayCallInFailure, .monitoring .todayCallOutSuccess, .monitoring .todayCallOutFailure {
  111. float: left;
  112. height: 24px;
  113. line-height: 24px;
  114. text-align: center;
  115. }
  116. .monitoring .todayCallInSuccess {
  117. background-color: #92be0f;
  118. }
  119. .monitoring .todayCallInFailure {
  120. background-color: #ff6600;
  121. }
  122. .monitoring .todayCallOutSuccess {
  123. background-color: #f8c713;
  124. }
  125. .monitoring .todayCallOutFailure {
  126. background-color: #dc4f4f;
  127. }
  128. .monitoring .todayChartOutCall {
  129. float: left;
  130. background-color: #0066cc;
  131. width: 400px;
  132. }
  133. .monitoring .todayInCallBox {
  134. border-right: solid 1px #ccc;
  135. float: left;
  136. width: 400px;
  137. }
  138. .monitoring .todayInCallSum {
  139. height: 20px;
  140. text-align: center;
  141. width: 120px;
  142. margin-left: 120px;
  143. font-size: 12px;
  144. line-height: 20px;
  145. border: solid 1px #ccc;
  146. background-color: #ffffff;
  147. }
  148. .monitoring .todayOutCallBox {
  149. border-left: solid 1px #ccc;
  150. float: left;
  151. width: 400px;
  152. }
  153. .monitoring .todayOutCallSum {
  154. height: 20px;
  155. text-align: center;
  156. width: 120px;
  157. margin-left: 120px;
  158. font-size: 12px;
  159. line-height: 20px;
  160. border: solid 1px #ccc;
  161. background-color: #ffffff;
  162. }
  163. .monitoring .todayServiceNumberChartTip {
  164. background-color: #ffffff;
  165. border: solid 1px #fff;
  166. overflow: hidden;
  167. width: 300px;
  168. height: 25px;
  169. margin: 0px 0px 0px 60px;
  170. }
  171. .monitoring .chartTipBlock {
  172. float: left;
  173. width: 120px;
  174. }
  175. .monitoring .ServiceNumber {
  176. background-color: #ffffff;
  177. border: solid 1px #fff;
  178. position: relative;
  179. height: auto;
  180. margin: 10px 0px 10px 60px;
  181. width: 800px;
  182. display: block;
  183. }
  184. .monitoring .snChartItem {
  185. width: 800px;
  186. height: 23px;
  187. line-height: 23px;
  188. margin: 5px 0px;
  189. }
  190. .monitoring .snChartNumber {
  191. width: 140px;
  192. text-align: left;
  193. }
  194. .monitoring .snChartNumber, .snChartDiagram, .snChartComplete, .snChartLost, .snChartSum {
  195. float: left;
  196. }
  197. .monitoring .snChartSum {
  198. width: 100px;
  199. background-color: #fff;
  200. }
  201. .monitoring .snChartComplete {
  202. background-color: #92be0f;
  203. text-align: center;
  204. }
  205. .monitoring .snChartLost {
  206. background-color: #ff6600;
  207. text-align: center;
  208. }
  209. .monitoring .snChartDiagram {
  210. width: 520px;
  211. background-color: #ff9999;
  212. margin: 0px 10px;
  213. }
  214. .monitoring .todayInCallChartTip {
  215. background-color: #ffffff;
  216. border: solid 1px #fff;
  217. overflow: hidden;
  218. width: 400px;
  219. height: 25px;
  220. margin: 0px 0px 0px 60px;
  221. }
  222. .monitoring .TwentyFourHourInChart {
  223. background-color: #ffffff;
  224. border: solid 1px #fff;
  225. position: relative;
  226. height: 240px;
  227. margin: 15px 0px 10px 60px;
  228. width: 800px;
  229. display: block;
  230. }
  231. .monitoring .TwentyFourHourInCallMouseTip {
  232. background-color: #FFFF99;
  233. text-align: center;
  234. position: absolute;
  235. height: 18px;
  236. line-height: 18px;
  237. margin: 1px 0px 0px 250px;
  238. width: 120px;
  239. display: block;
  240. }
  241. .monitoring .TwentyFourHourInCallChartArea {
  242. background-color: #ffffff;
  243. border: solid 1px #B3B3DC;
  244. overflow: hidden;
  245. width: 620px;
  246. height: 200px;
  247. margin: 0px 0px 0px 0px;
  248. }
  249. .monitoring .todayOutCallChartTip {
  250. background-color: #ffffff;
  251. border: solid 1px #fff;
  252. overflow: hidden;
  253. width: 400px;
  254. height: 25px;
  255. margin: 0px 0px 0px 60px;
  256. }
  257. .monitoring .TwentyFourHourOutChart {
  258. background-color: #ffffff;
  259. border: solid 1px #fff;
  260. position: relative;
  261. height: 240px;
  262. margin: 20px 0px 10px 60px;
  263. width: 800px;
  264. display: block;
  265. }
  266. .monitoring .TwentyFourHourOutCallMouseTip {
  267. background-color: #FFFF99;
  268. text-align: center;
  269. position: absolute;
  270. height: 18px;
  271. line-height: 18px;
  272. margin: 1px 0px 0px 250px;
  273. width: 120px;
  274. display: block;
  275. }
  276. .monitoring .TwentyFourHourOutCallChartArea {
  277. background-color: #ffffff;
  278. border: solid 1px #B3B3DC;
  279. overflow: hidden;
  280. width: 620px;
  281. height: 200px;
  282. margin: 0px 0px 0px 0px;
  283. }
  284. #monitor_allpbx .odd {
  285. background-color: #fafafa;
  286. }
  287. #monitor_allpbx .hearTd {
  288. background-color: #f5f5f5;
  289. }
  290. #monitor_allpbx .ellipsis {
  291. text-overflow:ellipsis;
  292. overflow:hidden;
  293. white-space: nowrap;
  294. }
  295. #monitor_allpbx .num {
  296. color: green;
  297. font-size: 17px;
  298. }
  299. #softphone-bar{
  300. height: 50px;
  301. margin:0px;
  302. padding: 0;
  303. width:520px;
  304. }
  305. #softphone-bar #phone_bar{
  306. float: left;
  307. height: 24px;
  308. }
  309. #softphone-bar .customer_db {
  310. display: none;
  311. position: absolute;
  312. left: 182px;
  313. z-index: 100;
  314. background-color: #ffffff;
  315. top: 23px;
  316. border: 1px solid #acacac;
  317. max-width:200px;
  318. }
  319. #softphone-bar .customer_db .customer_div {
  320. cursor: pointer;
  321. height:15px;
  322. float: left;
  323. margin-top: 2px;
  324. margin-left: 3px;
  325. margin-right: 2px;
  326. margin-bottom: 3px;
  327. line-height: 20px;
  328. padding-left: 2px;
  329. padding-right: 2px;
  330. padding-bottom: 2px;
  331. }
  332. #softphone-bar .customer_db .customer_div:hover {
  333. background-color: #f0f0f0;
  334. }
  335. #softphone-bar .customer_db .customer_line{
  336. float: left;
  337. margin-top:3px;
  338. }
  339. #softphone-bar .state_group {
  340. border: 1px solid #acacac;
  341. height: 14px;
  342. padding-bottom:4px;
  343. padding-top: 4px;
  344. width: 130px;
  345. background-color: #ffffff;
  346. position: relative;
  347. margin-right: 3px;
  348. overflow: hidden;
  349. float: left;
  350. }
  351. #softphone-bar #icc_event{
  352. display: none;
  353. }
  354. #softphone-bar .state {
  355. font-size: 13px;
  356. font-weight: bold;
  357. text-align: center;
  358. color: #B30000;
  359. margin-right: 4px;
  360. }
  361. #softphone-bar .state_dropdown {
  362. height:10px;
  363. width: 14px;
  364. cursor: pointer;
  365. display: none;
  366. margin-top:6px;
  367. }
  368. #softphone-bar .state_dropdown:hover {
  369. background-color: #f0f0f0;
  370. }
  371. #softphone-bar .state_time {
  372. font-size: 13px;
  373. margin-right: 5px;
  374. margin-top: 0px;
  375. font-weight: bold;
  376. width:50px;
  377. display: none;
  378. }
  379. #softphone-bar .state_line {
  380. margin-right: 4px;
  381. display: none;
  382. }
  383. .fr {
  384. float: right;
  385. }
  386. .softphone-transfer-div1{
  387. display:none;
  388. width: 280px;
  389. height: 40px;
  390. margin-left: 0px;
  391. border:1px solid #c6c6c6;
  392. opacity:0.9;
  393. position:absolute;
  394. z-index:99;
  395. background-color: white;
  396. top:25px;
  397. }
  398. .softphone-transfer-div{
  399. display:none;
  400. width: 385px;
  401. height: 40px;
  402. margin-left: 60px;
  403. border:1px solid #c6c6c6;
  404. opacity:0.9;
  405. position:absolute;
  406. z-index:99;
  407. background-color: white;
  408. top:0px;
  409. }
  410. .softphone-transfer-bg-div{
  411. background-color:#fff;
  412. position:absolute;
  413. z-index:99;
  414. left:0; top:0;
  415. display:none;
  416. width:100%;
  417. height:100%;
  418. opacity:0.5;
  419. filter: alpha(opacity=50);
  420. -moz-opacity: 0.5;
  421. }
  422. .monitor_sort {
  423. background: url('../img/icon_sort.png') no-repeat;
  424. width: 9px;
  425. height:15px;
  426. display: block;
  427. float: right;
  428. margin-top: 3px;
  429. }
  430. .monitor_sort_up {
  431. background: url('../img/icon_sort_up.png') no-repeat;
  432. width: 9px;
  433. height:15px;
  434. display: block;
  435. float: right;
  436. margin-top: 5px;
  437. }
  438. .monitor_sort_down {
  439. background: url('../img/icon_sort_down.png') no-repeat;
  440. width: 9px;
  441. height:15px;
  442. display: block;
  443. float: right;
  444. margin-top: 5px;
  445. }