123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486 |
- .monitoring {
- }
- .monitoring .form_head {
- height: 25px;
- border-top: 1px solid #CBCBCB;
- border-bottom: 1px solid #CBCBCB;
- padding: 4px 10px 5px 2px;
- }
- .monitoring .form_title {
- float: left;
- font-size: 11pt;
- font-family: arial, sans-serif;
- line-height: 20px;
- padding-left: 30px;
- }
- .monitoring .form_caption {
- font-size: 10pt;
- font-family: arial, sans-serif;
- }
- .monitoring .todayCallChartTip {
- background-color: #ffffff;
- border: solid 1px #fff;
- overflow: hidden;
- width: 600px;
- height: 25px;
- margin: 0px 0px 0px 60px;
- }
- .clear {
- clear: both;
- height: 0px;
- line-height: 0px;
- overflow: hidden;
- }
- .monitoring .chartTipBlock {
- float: left;
- width: 120px;
- }
- .monitoring .colorA {
- color: #92be0f;
- height: 8px;
- width: 8px;
- background-color: #92be0f;
- margin-right: 10px;
- }
- .monitoring .colorB {
- color: #ff6600;
- height: 8px;
- width: 8px;
- background-color: #ff6600;
- margin-right: 10px;
- }
- .monitoring .colorC {
- color: #f8c713;
- height: 8px;
- width: 8px;
- background-color: #f8c713;
- margin-right: 10px;
- }
- .monitoring .colorD {
- color: #dc4f4f;
- height: 8px;
- width: 8px;
- background-color: #dc4f4f;
- margin-right: 10px;
- }
- .monitoring .colorE {
- color: #1280ef;
- height: 8px;
- width: 8px;
- background-color: #1280ef;
- margin-right: 10px;
- }
- .monitoring .TodayPandect {
- background-color: #ffffff;
- border: solid 1px #fff;
- position: relative;
- height: 100px;
- margin: 10px 0px 10px 60px;
- width: 800px;
- display: block;
- }
- .monitoring .todayChart {
- height: 80px;
- width: 802px;
- border-left: solid 1px #ccc;
- border-right: solid 1px #ccc;
- }
- .monitoring .todayChartCallSum {
- height: 20px;
- text-align: center;
- width: 120px;
- margin-left: 320px;
- font-size: 12px;
- line-height: 20px;
- border: solid 1px #ccc;
- background-color: #ffffff;
- }
- .monitoring .callNullStyle {
- text-align: center;
- border: dashed 1px #ccc;
- height: 22px;
- line-height: 22px;
- background-color: #f2f6fb;
- }
- .monitoring .todayChartInCall {
- float: left;
- background-color: #f2f6fb;
- width: 400px;
- }
- .monitoring .todayCallInSuccess, .monitoring .todayCallInFailure, .monitoring .todayCallOutSuccess, .monitoring .todayCallOutFailure {
- float: left;
- height: 24px;
- line-height: 24px;
- text-align: center;
- }
- .monitoring .todayCallInSuccess {
- background-color: #92be0f;
- }
- .monitoring .todayCallInFailure {
- background-color: #ff6600;
- }
- .monitoring .todayCallOutSuccess {
- background-color: #f8c713;
- }
- .monitoring .todayCallOutFailure {
- background-color: #dc4f4f;
- }
- .monitoring .todayChartOutCall {
- float: left;
- background-color: #0066cc;
- width: 400px;
- }
- .monitoring .todayInCallBox {
- border-right: solid 1px #ccc;
- float: left;
- width: 400px;
- }
- .monitoring .todayInCallSum {
- height: 20px;
- text-align: center;
- width: 120px;
- margin-left: 120px;
- font-size: 12px;
- line-height: 20px;
- border: solid 1px #ccc;
- background-color: #ffffff;
- }
- .monitoring .todayOutCallBox {
- border-left: solid 1px #ccc;
- float: left;
- width: 400px;
- }
- .monitoring .todayOutCallSum {
- height: 20px;
- text-align: center;
- width: 120px;
- margin-left: 120px;
- font-size: 12px;
- line-height: 20px;
- border: solid 1px #ccc;
- background-color: #ffffff;
- }
- .monitoring .todayServiceNumberChartTip {
- background-color: #ffffff;
- border: solid 1px #fff;
- overflow: hidden;
- width: 300px;
- height: 25px;
- margin: 0px 0px 0px 60px;
- }
- .monitoring .chartTipBlock {
- float: left;
- width: 120px;
- }
- .monitoring .ServiceNumber {
- background-color: #ffffff;
- border: solid 1px #fff;
- position: relative;
- height: auto;
- margin: 10px 0px 10px 60px;
- width: 800px;
- display: block;
- }
- .monitoring .snChartItem {
- width: 800px;
- height: 23px;
- line-height: 23px;
- margin: 5px 0px;
- }
- .monitoring .snChartNumber {
- width: 140px;
- text-align: left;
- }
- .monitoring .snChartNumber, .snChartDiagram, .snChartComplete, .snChartLost, .snChartSum {
- float: left;
- }
- .monitoring .snChartSum {
- width: 100px;
- background-color: #fff;
- }
- .monitoring .snChartComplete {
- background-color: #92be0f;
- text-align: center;
- }
- .monitoring .snChartLost {
- background-color: #ff6600;
- text-align: center;
- }
- .monitoring .snChartDiagram {
- width: 520px;
- background-color: #ff9999;
- margin: 0px 10px;
- }
- .monitoring .todayInCallChartTip {
- background-color: #ffffff;
- border: solid 1px #fff;
- overflow: hidden;
- width: 400px;
- height: 25px;
- margin: 0px 0px 0px 60px;
- }
- .monitoring .TwentyFourHourInChart {
- background-color: #ffffff;
- border: solid 1px #fff;
- position: relative;
- height: 240px;
- margin: 15px 0px 10px 60px;
- width: 800px;
- display: block;
- }
- .monitoring .TwentyFourHourInCallMouseTip {
- background-color: #FFFF99;
- text-align: center;
- position: absolute;
- height: 18px;
- line-height: 18px;
- margin: 1px 0px 0px 250px;
- width: 120px;
- display: block;
- }
- .monitoring .TwentyFourHourInCallChartArea {
- background-color: #ffffff;
- border: solid 1px #B3B3DC;
- overflow: hidden;
- width: 620px;
- height: 200px;
- margin: 0px 0px 0px 0px;
- }
- .monitoring .todayOutCallChartTip {
- background-color: #ffffff;
- border: solid 1px #fff;
- overflow: hidden;
- width: 400px;
- height: 25px;
- margin: 0px 0px 0px 60px;
- }
- .monitoring .TwentyFourHourOutChart {
- background-color: #ffffff;
- border: solid 1px #fff;
- position: relative;
- height: 240px;
- margin: 20px 0px 10px 60px;
- width: 800px;
- display: block;
- }
- .monitoring .TwentyFourHourOutCallMouseTip {
- background-color: #FFFF99;
- text-align: center;
- position: absolute;
- height: 18px;
- line-height: 18px;
- margin: 1px 0px 0px 250px;
- width: 120px;
- display: block;
- }
- .monitoring .TwentyFourHourOutCallChartArea {
- background-color: #ffffff;
- border: solid 1px #B3B3DC;
- overflow: hidden;
- width: 620px;
- height: 200px;
- margin: 0px 0px 0px 0px;
- }
- #monitor_allpbx .odd {
- background-color: #fafafa;
- }
- #monitor_allpbx .hearTd {
- background-color: #f5f5f5;
- }
- #monitor_allpbx .ellipsis {
- text-overflow:ellipsis;
- overflow:hidden;
- white-space: nowrap;
- }
- #monitor_allpbx .num {
- color: green;
- font-size: 17px;
- }
- #softphone-bar{
-
- height: 50px;
- margin:0px;
- padding: 0;
- width:500px;
- }
- #softphone-bar #phone_bar{
- float: left;
- height: 24px;
- }
- #softphone-bar .customer_db {
- display: none;
- position: absolute;
- left: 188px;
- z-index: 100;
- background-color: #ffffff;
- top: 24px;
- border: 1px solid #acacac;
- width:60px;
- /*padding: 0 0 2px 2px;*/
- }
- #softphone-bar .customer_db li {
- list-style-type:none;
- cursor: pointer;
- padding: 2px 12px 2px;
- height:15px;
- }
- #softphone-bar .customer_db li:hover {
- background-color: #f0f0f0;
- }
- #softphone-bar .state_group {
- border: 1px solid #acacac;
- height: 14px;
- padding-bottom:4px;
- padding-top: 4px;
- width: 120px;
- background-color: #ffffff;
- position: relative;
- margin-right: 4px;
- overflow: hidden;
- float: left;
- }
- #softphone-bar #icc_event{
- display: none;
- }
- #softphone-bar .state {
- font-size: 13px;
- font-weight: bold;
- text-align: center;
- color: #B30000;
- margin-right: 4px;
- }
- #softphone-bar .state_dropdown {
- height:10px;
- width: 14px;
- cursor: pointer;
- display: none;
- margin-top:6px;
- }
- #softphone-bar .state_dropdown:hover {
- background-color: #f0f0f0;
- }
- #softphone-bar .state_time {
- font-size: 13px;
- margin-right: 5px;
- margin-bottom: 2px;
- font-weight: bold;
- width:50px;
- display: none;
- }
- #softphone-bar .state_line {
- margin-right: 4px;
- display: none;
- }
- .fr {
- float: right;
- }
- .softphone-transfer-div{
- display:none;
- width: 345px;
- height: 60px;
- margin-left: 60px;
- border:1px solid #c6c6c6;
- opacity:0.9;
- position:absolute;
- z-index:99;
- background-color: white;
- }
- .softphone-transfer-bg-div{
- background-color:#fff;
- position:absolute;
- z-index:99;
- left:0; top:0;
- display:none;
- width:100%;
- height:100%;
- opacity:0.5;
- filter: alpha(opacity=50);
- -moz-opacity: 0.5;
- }
- .monitor_sort {
- background: url('../img/icon_sort.png') no-repeat;
- width: 9px;
- height:15px;
- display: block;
- float: right;
- margin-top: 3px;
- }
- .monitor_sort_up {
- background: url('../img/icon_sort_up.png') no-repeat;
- width: 9px;
- height:15px;
- display: block;
- float: right;
- margin-top: 5px;
- }
- .monitor_sort_down {
- background: url('../img/icon_sort_down.png') no-repeat;
- width: 9px;
- height:15px;
- display: block;
- float: right;
- margin-top: 5px;
- }
|