123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302 |
- .base_style,#monitor_allpbx {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- color: #333;
- margin: 0;
- }
- .base_style div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
- margin: 0;
- padding: 0;
- outline: none;
- }
- .clear {
- clear: both;
- height: 0;
- }
- .clearfix:after, .timeline_data:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
- .main_container {
- min-height: 100%;
- margin: 0 auto;
- }
- .main {
- min-width: 1100px;
- max-width: 100%;
- width: 100%;
- position: relative;
- padding: 0;
- margin: 0 auto;
- clear: both;
- }
- .disabled {
- opacity: 0.2;
- filter: alpha(opacity=20);
- cursor: default;
- }
- .form-signin {
- padding: 19px 29px 29px;
- margin: 0 180px 20px 250px;
- background-color: #fff;
- border: 1px solid #e5e5e5;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
- -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
- box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
- }
- .form-signin-app {
- /**max-width: 300px;**/
- padding: 19px 29px 29px;
- margin: 0 180px 20px 450px;
- background-color: #fff;
- border: 1px solid #e5e5e5;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
- -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
- box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
- }
- .form-contex {
- ZOOM: 1;
- height: 100%;
- MARGIN-LEFT: auto;
- MARGIN-RIGHT: auto;
- }
- .form-signin-app-mid {
- MIN-HEIGHT: 480px;
- max-height: 100%;
- MARGIN-BOTTOM: 0px;
- HEIGHT: auto !important;
- }
- .row {
- ZOOM: 1;
- WIDTH: 960px;
- MARGIN-LEFT: auto;
- MARGIN-RIGHT: auto;
- }
- .main_header {
- position: relative;
- min-width: 1100px;
- width: 100%;
- height: 41px;
- top: 0;
- left: 0;
- }
- .header_top {
- color: #000;
- margin-bottom: 1px;
- position: relative;
- min-width: 1115px;
- width: 100%;
- }
- .header_top .middle-header {
- float: left;
- text-align:center;
- position: relative;
- }
- .header_top .logout_header {
- float: right;
- margin-right: 5px;
- margin-top: 12px;
- }
- .header_top .logout_header .font {
- font-size: 13px;
- font-weight: bold;
- color: #000;
- }
- .header_top .logout_header .font:hover {
- color: #B30000;
- }
- .main_container {
- position: relative;
- }
- .right_content {
- top: -1px;
- width: 100%;
- }
- .mid-column {
- position: absolute;
- left: 15%;
- padding: 0px;
- width: 55%;
- min-width: 334px;
- height: 100%;
- }
- .jspVerticalBar {
- position: absolute;
- top: 0;
- right: 0px;
- width: 10px;
- height: 100%;
- background: white;
- visibility: hidden;
- }
- .jspVerticalBar *, .jspHorizontalBar * {
- margin: 0;
- padding: 0;
- }
- .jspTrack {
- background: #E5E5E5;
- position: relative;
- border-radius: 8px;
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- width: 10px;
- }
- .jspDrag {
- background: silver;
- position: relative;
- top: 0;
- left: 0;
- cursor: pointer;
- border-radius: 8px;
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- }
- .jspDrag.jspHover.jspActive {
- background: #666
- }
- .jspDrag.jspHover {
- background: #999999
- }
- .contacts_caption {
- color: black;
- position: relative;
- z-index: 20;
- width: 100%;
- padding-right: 15px;
- }
- .contacts_caption .caption-top {
- padding: 10px 0 0 0;
- }
- .contacts_caption .caption-top .add-contact-link-cont {
- float: right;
- margin: 0 25px 0 0;
- }
- .contacts_caption .caption-top .add-contact-link-cont .add-contact-link.button {
- margin-top: 0;
- }
- .contacts_caption .caption-top .bulk_select {
- float: left;
- background: #F0F0F0;
- padding: 0 8px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- behavior: url(./assets./PIE.htc);
- height: 28px;
- width: 25px;
- margin: 0 22px 0 0;
- }
- .bulk_select {
- margin-bottom: 16px;
- font-weight: bolder;
- }
- .contacts_caption .caption-top .refresh {
- float: left;
- margin: 0 0 0 30px;
- }
- .contacts_caption .caption-top .refresh a {
- line-height: 28px;
- height: 28px;
- padding: 0 0 0 15px;
- position: relative;
- display: inline-block;
- color: #666;
- font-size: 12px;
- text-decoration: none;
- }
- .contacts_caption .caption-top .refresh a:hover {
- text-decoration: underline;
- }
- .list-container {
- position: relative;
- clear: both;
- overflow-y: auto;
- overflow-x: hidden;
- }
- .contact_list, .az-list {
- outline: none;
- }
- .contact_list .list-inside, .az-list .list-inside {
- padding-bottom: 10px;
- /*margin-right: 25px;*/
- }
- .contact_item_row, .call_item_row {
- position: relative;
- clear: both;
- overflow: hidden;
- border-bottom: 2px solid white;
- }
- .compact-view .contact_item {
- min-height: 65px;
- }
- .contact_item_row .contact_item {
- background-color: #F0F0F0;
- cursor: pointer;
- }
- .view .contact_item .status {
- right: 12px;
- top: 5px;
- font-size: 11px;
- }
- .compact-view .status, .one-line-view .status {
- font-size: 11px;
- }
- .contact_item .bulk, .contact_item .status {
- display: block;
- float: left;
- }
- .contact_item .status, .colleague-item .status {
- max-width: 90px;
- text-align: right;
- position: absolute;
- top: 10px;
- right: 10px;
- display: block;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .compact-view .left-items, .one-line-view .left-items {
- float: left;
- width: 62px;
- }
- .contact_item .bulk {
- height: 29px;
- padding: 0 0 0 8px;
- width: 24px;
- text-align: center;
- }
- .compact-view .contact_item .status {
- right: 12px;
- top: 5px;
- font-size: 11px;
- }
- .contact_item .bulk, .contact_item .status {
- display: block;
- float: left;
- }
- .contact_item .bulk input {
- vertical-align: middle;
- margin: -1px auto 0;
- }
- .compact-view .contact_item .starred, .one-line-view .contact_item .starred {
- top: 0;
- }
- .contact_item .recentTime{
- text-align: right;
- position: absolute;
- bottom: 10px;
- right: 10px;
- display: block;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .compact-view .contact_item .middle-items {
- padding: 7px 0;
- margin: 0 105px 0 62px;
- }
- .compact-view .contact_item .contact {
- min-height: 30px;
- }
- .compact-view .middle-items .contact, .one-line-view .middle-items .contact {
- padding-right: 0;
- margin-left: 0;
- }
- .contact_item .contact, .colleague-item .contact {
- padding-right: 15px;
- overflow: hidden;
- }
- .compact-view .middle-items .contact .name, .one-line-view .middle-items .contact .name {
- font-size: 14px;
- }
- .contact_item .contact .name, .colleague-item .contact .name {
- font-weight: bold;
- font-size: 15px;
- color: black;
- text-decoration: none;
- }
- .compact-view .middle-items .contact .major, .one-line-view .middle-items .contact .major {
- margin-right: 5px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .compact-view .contact_item .major {
- margin-bottom: 1px;
- font-size: 14px;
- display: inline-block;
- }
- .compact-view .middle-items .contact .minor, .one-line-view .middle-items .contact .minor {
- margin-left: 0;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .compact-view .contact_item .minor {
- float: none;
- clear: left;
- display: block;
- }
- .contact_item .contact .minor, .colleague-item .contact .minor {
- font-weight: normal;
- font-size: 11px;
- display: block;
- color: #666;
- }
- .view .contact_item .next_action {
- padding-top: 4px;
- margin-right: -100px;
- }
- .compact-view .contact_item .next_action {
- padding-top: 4px;
- margin-right: -100px;
- }
- .contact_item .next_action, .colleague-item .next_action {
- clear: left;
- float: none;
- overflow: hidden;
- }
- .action_date {
- color: white;
- position: relative;
- background: #BDAD92;
- font-weight: bold;
- font-family: Arial, sans-serif;
- height: 14px;
- padding-left: 6px;
- line-height: 15px;
- text-align: left;
- display: inline-block;
- text-transform: uppercase;
- font-size: 10px;
- padding: 0 5px;
- min-width: 35px;
- }
- .action_next, .overdue, .asap {
- background: #C00;
- }
- .contact_item_row.expanded .contact_item, .contact_item_row.expanded:hover .contact_item, .contact_item_row.expanded .contact_item:hover, .contact_item_row.expanded.touched .contact_item, .contact_item_row.expanded .contact_item.touched, .contact_item_row.contact_loading .contact_item, .colleagues-list.expanded .contact_item, .colleagues-list.expanded:hover .contact_item, .colleagues-list.expanded .contact_item:hover, .colleagues-list.expanded.touched .contact_item, .colleagues-list.contact_loading .contact_item {
- background-color: #D7D5D1;
- }
- .contact_item_row:hover .contact_item, .contact_item_row.touched .contact_item, .contact_item_row .colleague-item:hover, .contact_item_row .colleague-item.touched, .colleagues-list:hover .contact_item, .colleagues-list.touched .contact_item, .colleagues-list .colleague-item:hover, .colleagues-list .colleague-item.touched {
- background-color: #E5E5E3;
- }
- .contact_item_row.expanded::after, .colleagues-row .colleague-item.expanded::after, .colleagues-row .colleagues-bar.expanded::after {
- border-width: 4px 6px;
- border-style: inset solid inset inset;
- border-color: transparent white transparent transparent;
- bottom: 0;
- content: "";
- display: inline-block;
- position: absolute;
- right: 0;
- top: 47%;
- height: 0;
- width: 0;
- }
- .contact_item_row:hover .contact_item.active {
- background-color: #D6E2EE;
- }
- .link-button {
- font-size: 12px;
- color: #666;
- display: inline-block;
- padding: 0 0 0 20px;
- position: relative;
- height: 19px;
- line-height: 19px;
- float: right;
- }
- .link-button.kedit {
- padding: 0 20px 0 20px;
- }
- .link-button:hover {
- text-decoration: underline;
- }
- .hidden2 {
- display: none!important;
- }
- .contact-info .address {
- display: table;
- line-height: 1.3;
- margin-top: 5px;
- }
- .tags_and_status {
- padding: 0px ; font-size: 12px; margin-top: 0px;
- }
- .tags_and_status .edit_tags {
- float: left; position: relative;
- }
- .tags_and_status .edit_status {
- float: left; position: relative;
- }
- .tags_and_status .saving {
- clear: both; float: left;
- }
- .tags_and_status .bottom_tip {
- bottom: -4px; position: relative;
- }
- .edit_status {
- padding: 0px; width: 100px; float: left; white-space: nowrap;
- padding-top: 5px;
- }
- .edit_status span {
- margin: 0px !important;
- }
- .edit_status .label2 {
- color: rgb(51, 51, 51); overflow: hidden; padding-right: 11px; font-weight: bold; margin-right: 4px; float: left; white-space: nowrap; position: relative; cursor: pointer; -ms-text-overflow: ellipsis; max-width: 120px;
- }
- .edit_status .label2:after {
- border-width: 4px; border-style: solid; border-color: rgb(164, 164, 164) rgb(255, 255, 255) rgb(255, 255, 255); right: 0px; bottom: 0px; display: inline-block; position: absolute; content: "";
- }
- .edit_status .open.label2:after {
- border-width: 4px; border-style: solid; border-color: rgb(255, 255, 255) rgb(255, 255, 255) rgb(164, 164, 164); right: 0px; bottom: 4px; display: inline-block; position: absolute; content: "";
- }
- .edit_status .contact_status_drop {
- color: rgb(178, 178, 178); cursor: pointer;
- }
- .edit_status .contact_status_drop:hover {
- text-decoration: underline;
- }
- .edit_status .touched.contact_status_drop {
- text-decoration: underline;
- }
- .edit_status .submenu {
- left: -15px; top: 20px; width: 150px; display: none;
- }
- .edit_status .submenu:after {
- left: 30px; right: auto;
- }
- .edit_status .saving {
- background: rgb(255, 241, 168); padding: 3px 5px; left: 0px; color: rgb(102, 102, 102); display: inline-block; position: relative;
- }
- .submenu, .header-top .menu li .submenu {
- background: rgb(255, 255, 255); padding: 10px 0px 20px; border-radius: 5px; border: 1px solid #ccc; width: 180px; display: none; position: absolute !important; z-index: 999; -ms-behavior: url(./PIE.htc); box-shadow: 0px 5px 10px rgba(0,0,0,0.2); -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
- }
- .submenu li {
- text-align: left;
- }
- .submenu li:hover {
- background-color: rgb(222, 228, 237);
- }
- .submenu li.touched {
- background-color: rgb(222, 228, 237);
- }
- .header-top .menu li .submenu li:hover {
- background-color: rgb(222, 228, 237);
- }
- .header-top .menu li .submenu li.touched {
- background-color: rgb(222, 228, 237);
- }
- .submenu li a {
- height: 26px; color: rgb(85, 85, 85); line-height: 26px; overflow: hidden; padding-right: 5px; padding-left: 20px; clear: both; font-size: 13px; display: block; white-space: nowrap; -ms-text-overflow: ellipsis;
- }
- .header-top .menu li .submenu li a {
- height: 26px; color: rgb(85, 85, 85); line-height: 26px; overflow: hidden; padding-right: 5px; padding-left: 20px; clear: both; font-size: 13px; display: block; white-space: nowrap; -ms-text-overflow: ellipsis;
- }
- .submenu li a:hover {
- text-decoration: none !important; background-color: rgb(222, 228, 237);
- }
- .submenu li a:focus {
- text-decoration: none !important; background-color: rgb(222, 228, 237);
- }
- .submenu li a:active {
- text-decoration: none !important; background-color: rgb(222, 228, 237);
- }
- .submenu li a.touched {
- text-decoration: none !important; background-color: rgb(222, 228, 237);
- }
- .header-top .menu li .submenu li a:hover {
- text-decoration: none !important; background-color: rgb(222, 228, 237);
- }
- .header-top .menu li .submenu li a:focus {
- text-decoration: none !important; background-color: rgb(222, 228, 237);
- }
- .header-top .menu li .submenu li a:active {
- text-decoration: none !important; background-color: rgb(222, 228, 237);
- }
- .header-top .menu li .submenu li a.touched {
- text-decoration: none !important; background-color: rgb(222, 228, 237);
- }
- .submenu li.divider {
- margin: 5px 1px; height: 1px; overflow: hidden; clear: both; border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(229, 229, 229);
- }
- .header-top .menu li .submenu li.divider {
- margin: 5px 1px; height: 1px; overflow: hidden; clear: both; border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(229, 229, 229);
- }
- .submenu span.left {
- margin: -2px 4px 4px; color: rgb(85, 85, 85);
- }
- .header-top .menu li .submenu span.left {
- margin: -2px 4px 4px; color: rgb(85, 85, 85);
- }
- .submenu li.imp {
- margin-bottom: 4px; float: left; display: block;
- }
- .submenu li.exp {
- margin-bottom: 4px; float: left; display: block;
- }
- .submenu span.left {
- margin-bottom: 4px; float: left; display: block;
- }
- .header-top .menu li .submenu li.imp {
- margin-bottom: 4px; float: left; display: block;
- }
- .header-top .menu li .submenu li.exp {
- margin-bottom: 4px; float: left; display: block;
- }
- .header-top .menu li .submenu span.left {
- margin-bottom: 4px; float: left; display: block;
- }
- .submenu li.imp {
- width: 75px;
- }
- .header-top .menu li .submenu li.imp {
- width: 75px;
- }
- .submenu li.imp a {
- padding-right: 10px;
- }
- .header-top .menu li .submenu li.imp a {
- padding-right: 10px;
- }
- .submenu li.exp {
- width: 90px; float: right;
- }
- .header-top .menu li .submenu li.exp {
- width: 90px; float: right;
- }
- .submenu li.exp a {
- padding-left: 10px;
- }
- .header-top .menu li .submenu li.exp a {
- padding-left: 10px;
- }
- .submenu .note {
- height: 26px; color: rgb(85, 85, 85); line-height: 26px; padding-left: 20px; font-size: 13px; font-weight: bold; display: block;
- }
- .header-top .menu li .submenu .note {
- height: 26px; color: rgb(85, 85, 85); line-height: 26px; padding-left: 20px; font-size: 13px; font-weight: bold; display: block;
- }
- .submenu .note:hover {
- background-color: transparent;
- }
- .submenu .note a:hover {
- background-color: transparent;
- }
- .header-top .menu li .submenu .note:hover {
- background-color: transparent;
- }
- .header-top .menu li .submenu .note a:hover {
- background-color: transparent;
- }
- .tip-content {
- background: rgb(67, 67, 68); padding: 10px; border-radius: 4px; color: rgb(255, 255, 255); line-height: 1.3; font-size: 11px; display: block; -ms-behavior: url(./PIE.htc); -moz-border-radius: 4px; -webkit-border-radius: 4px;
- }
- .localCust {
- float: right;
- padding-left: 0px;
- margin-left: 10px;
- }
- .localCust:hover {
- background: rgb(242, 242, 242); text-decoration: none !important;
- }
- .multi-file-list {
- clear: both;
- }
- .multi-file-list ul {
- background: #f0f0f0;
- -moz-border-radius: 4px 4px 0 0;
- -webkit-border-radius: 4px 4px 0 0;
- border-radius: 4px 4px 0 0;
- padding: 5px;
- }
- .multi-file-list ul li {
- min-height: 13px;
- padding: 5px;
- line-height: 1.2;
- overflow: hidden;
- }
- .file-uploading .file-name {
- max-width: 77%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .multi-file-list ul li {
- line-height: 1.2;
- }
- .multi-file-list .file-size:before {
- content: "(";
- }
- .multi-file-list .file-size:after {
- content: ")";
- }
- .bottom_tip {
- float: right;
- margin-right: 10px;
- font-size: 11px;
- color: #999;
- font-style: italic;
- clear: both;
- }
- .small-note {
- color: #999;
- }
- .form_buttons:after, .buttons:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
- .button, .contacts_caption .bulk a.button {
- background: -moz-linear-gradient(center top, #fff 20%, #ebebeb 100%);
- background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
- background: -ms-linear-gradient(top, #fff 20%, #ebebeb 100%);
- background: -webkit-linear-gradient(top, #fff 20%, #ebebeb 100%);
- background: -o-linear-gradient(top, #fff 20%, #ebebeb 100%);
- background: linear-gradient(#fff, #ebebeb);
- -pie-background: linear-gradient(#fff 20%, #ebebeb 100%);
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- behavior: url(/assets/PIE.htc);
- -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
- -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
- background-color: #f5f5f5;
- border-color: #dedede #b7b7b7 #a6a6a6;
- border-style: solid;
- border-width: 1px;
- color: #0782d4;
- text-shadow: 1px 1px 1px #fff;
- display: block;
- float: left;
- font-size: 13px;
- font-weight: bold;
- line-height: 1em;
- margin: 10px 5px;
- padding: 5px 14px 5px;
- text-align: center;
- text-decoration: none !important;
- text-transform: uppercase;
- }
- .cancel_button {
- color: #db2b5d !important;
- font-weight: normal;
- text-decoration: none;
- margin: 18px 16px 0;
- float: left;
- display: block;
- }
- .created-by {
- font-size: 11px;
- color: #777;
- font-weight: normal;
- float: right;
- font-style: italic;
- text-align: right;
- }
- .table {
- display: table;
- height: 100%;
- }
- .cell {
- display: table-cell;
- vertical-align: middle;
- height: 100%;
- }
- a.username {
- font-style: normal;
- }
- .task-comments-area {
- border-top-width: 1px;
- border-top-color: #808080;
- }
- .blue {
- color: #4893d7;
- }
- .count {
- background: -moz-linear-gradient(center top, #D34F4F 20%, #B30000 100%);
- background: -webkit-gradient(linear, left top, left bottom, from(#D34F4F), to(#B30000));
- background: -ms-linear-gradient(top, #D34F4F 20%, #B30000 100%);
- background: -webkit-linear-gradient(top, #D34F4F 20%, #B30000 100%);
- background: -o-linear-gradient(top, #D34F4F 20%, #B30000 100%);
- background: linear-gradient(#D34F4F, #B30000);
- -pie-background: linear-gradient(#d34f4f 20%, #b30000 100%);
- behavior: url(./PIE.htc);
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- display: inline-block;
- padding: 0 5px;
- background-color: #B90505;
- border: #B90505;
- color: white;
- height: 15px;
- line-height: 15px;
- font-size: 10px;
- font-weight: bold;
- margin-top: 8px;
- margin-left: 10px;
- text-indent: 0;
- }
- .right_content .methodology {
- color: #999;
- font-family: Georgia, serif;
- font-size: 14px;
- -webkit-font-size: 16px;
- font-style: italic;
- padding: 30px 43px 20px 40px;
- position: relative;
- z-index: 0;
- width: 357px;
- overflow: hidden;
- }
- .right_content .methodology p {
- margin: 10px 0;
- }
- .right_content .methodology {
- color: #999;
- font-family: Georgia, serif;
- font-size: 14px;
- font-style: italic;
- }
- .contact-info .phone span.type {
- color: #666;
- font-size: 11px;
- }
- .button:hover {
- background: -moz-linear-gradient(center top, #fff 20%, #f4f4f4 100%);
- background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f4f4));
- background: -ms-linear-gradient(top, #fff 20%, #f4f4f4 100%);
- background: -webkit-linear-gradient(top, #fff 20%, #f4f4f4 100%);
- background: -o-linear-gradient(top, #fff 20%, #f4f4f4 100%);
- background: linear-gradient(#fff, #f4f4f4);
- -pie-background: linear-gradient(#fff 20%, #f4f4f4 100%);
- background-color: #f2f2f2;
- }
- .add_comment textarea {
- width: 505px;
- resize: vertical;
- margin-top: 10px;
- }
- .custom-fields-area .item {
- border-radius: 6px;
- background: #f0f0f0;
- height: 40px;
- line-height: 40px;
- width: 70%;
- margin-bottom: 15px;
- overflow: hidden;
- padding: 0 15px 0 9px;
- clear: left;
- }
- .custom-fields-area .item .nav {
- padding: 7px 12px 0 0;
- }
- .custom-fields-area .item .nav .up, .custom-fields-area .item .nav .down, #config_interface_table .up, #config_interface_table .down{
- width: 17px;
- height: 12px;
- display: block;
- cursor: pointer;
- overflow: hidden;
- }
- .custom-fields-area .item .name-type {
- font-weight: bold;
- }
- .custom-fields-area .item .name-type span:before {
- content: "(";
- }
- .custom-fields-area .item .name-type span:after {
- content: ")";
- }
- .add-custom-field:hover, .add-custom-field.touched {
- text-decoration: underline;
- }
- .row_item span.square {
- display: block;
- float: left;
- width: 18px;
- height: 18px;
- margin-top: 3px;
- }
- .square.status0 {
- background: #f96600;
- }
- .square.status1 {
- background: #c00;
- }
- .square.status2 {
- background: #dd90ff;
- }
- .square.status3 {
- background: #39f;
- }
- .square.status4 {
- background: #666;
- }
- .square.status5 {
- background: #000;
- }
- .square.status6 {
- background: #bdb100;
- }
- .square.status7 {
- background: #090;
- }
- .square.status8 {
- background: #002680;
- }
- .square.status9 {
- background: #5b00b5;
- }
- .status0 {
- color: #f96600!important;
- }
- .status1 {
- color: #c00!important;
- }
- .status2 {
- color: #dd90ff!important;
- }
- .status3 {
- color: #39f!important;
- }
- .status4 {
- color: #666!important;
- }
- .status5 {
- color: #000!important;
- }
- .status6 {
- color: #bdb100!important;
- }
- .status7 {
- color: #090!important;
- }
- .status8 {
- color: #002680!important;
- }
- .status9 {
- color: #5b00b5!important;
- }
- .role_item input[type="checkbox"]{
- margin-top: 0;
- }
- .phone_search_input {
- padding: 0px;
- border: 1px solid #ccc;
- background-color: white;
- overflow: hidden;
- z-index: 99999;
- position:absolute;
- height: 180px;
- overflow-y: visible;
- }
- .phone_search_input ul {
- list-style-position: outside;
- list-style: none;
- padding: 0;
- margin: 0;
- }
- .phone_search_input li {
- margin: 0px;
- padding: 2px 5px;
- cursor: default;
- display: block;
- font: menu;
- font-size: 12px;
- line-height: 16px;
- overflow: hidden;
- }
- .phone_search_odd {
- background-color: #f0f0f0;
- }
- .clear10 {
- height: 10px;
- overflow: hidden;
- clear: both;
- }
- .clear5 {
- height: 5px;
- overflow: hidden;
- clear: both;
- }
- .clear1 {
- height: 1px;
- overflow: hidden;
- clear: both;
- }
- .contact_detail .action-bar {
- background: #f0f0f0; padding: 0px 10px 0px 10px; border-radius: 4px; height: 33px; line-height: 33px;
- clear: both; position: relative;-moz-border-radius: 4px; -webkit-border-radius: 4px;
- }
- .contact_detail .action-bar h2 {
- text-transform: uppercase;
- float: left;
- font-size: 14px;
- font-weight: bold;
- line-height: 33px;
- color: #000;
- }
- .contact-info {
- margin-left: 6px;
- }
- .contact-info h3 {
- font-size: 16px; margin-bottom: 5px;
- }
- .contact-info .item {
- padding-bottom: 8px; display: block;
- }
- .contact-info .email a {
- font-size: 13px;
- }
- .contact-info .website {
- width: inherit; overflow: hidden; white-space: nowrap;
- }
- .contact-info .job-title {
- margin: 8px 0px 0px; font-size: 13px;
- }
- .contact-info .job-title span {
- font-weight: bold;
- }
- .contact-info .phone {
- color: rgb(0, 0, 0); font-size: 16px; font-weight: bold;
- }
- .contact-info .phone span.type {
- color: rgb(102, 102, 102); font-size: 11px;
- }
- .contact-info .email span {
- color: rgb(102, 102, 102); font-size: 11px;
- }
- .contact-info .website span {
- color: rgb(102, 102, 102); font-size: 11px;
- }
- .contact-info .phone-number {
- display: inline-block;
- }
- .contact-info .blackNum {
- font-size:12px; display: inline-block; position: relative;color:black;
- margin: 0 0 -3px 2px;
- }
- .contact-info .skype-container {
- width: auto; display: inline-block; position: relative;
- }
- .contact-info .custom_fields {
- clear: both; margin-top: 5px; margin-left: 0px;
- }
- .contact-info .custom_fields p {
- padding: 4px 0px; overflow: hidden; clear: both; position: relative;
- }
- .contact-info .custom_fields p span {
- width: 70%; float: left; display: block;
- }
- .contact-info .custom_fields p .label3 {
- padding: 0px 12px 4px 0px; left: 0px; top: 2px; width: 100px; text-align: right; color: rgb(102, 102, 102); line-height: 1; font-size: 11px; position: relative;
- }
- .today_action {
- background: #f90!important;
- }
- .fl{
- float: left;
- }
- .newTag {
- background-color: #B30000;
- color: #fff;
- padding-left: 2px;
- padding-right: 2px;
- }
- .left_col .left_nav_line_2{
- font-weight: bold;
- font-size: 12px;
- color: #707e8b;
- }
- .caption-top .info{
- font-weight: bold;
- color: #000;
- }
- .caret_up {
- display: inline-block;
- width: 0;
- height: 0;
- vertical-align: top;
- border-bottom: 4px solid #000000;
- border-right: 4px solid transparent;
- border-left: 4px solid transparent;
- content: "";
- }
- #main-panel .showTipInfo {
- position: absolute;
- bottom: 52px;
- width: 0px;
- border: 1px solid #666666;
- z-index: 1000;
- height: 0px;
- left: 30px;
- background-color: #ffffff;
- border-radius:5px;
- display: none;
- }
- #main-panel .showTipInfo .retract {
- float: right;
- padding-right: 17px;
- padding-top: 5px;
- }
- #main-panel .showTipInfo .topline {
- border-bottom: 1px solid #ccc;
- height: 1px;
- margin-right: 10px;
- margin-left: 10px;
- }
- .caret_up {
- display: inline-block;
- width: 0;
- height: 0;
- vertical-align: top;
- border-right: 4px solid transparent;
- border-left: 4px solid transparent;
- content: "";
- }
- .menuAcceListDiv ul{
- padding:6px;
- }
- .menuAcceListDiv ul li{
- list-style-type: none;
- width: 100%;
- height: 26px;
- }
- .menuAcceListDiv div{
- overflow-x: hidden;
- overflow-y: auto;
- }
- .menuAcceListDiv{
- width: 100%;
- height: 150px;
- }
- .field-label{
- float: left;
- width: 80px;
- margin-right: -100%;
- }
- .field-option{
- float: left;
- width: 100%;
- }
- .field-option-inner{
- margin-left: 90px;
- }
- label.radio.inline{
- width:auto;
- padding-top: 0px;
- }
- .dicDiv1,.dicDiv2,.dicDiv3{
- height: 200px;
- border: 1px palegreen solid;
- min-height: 150px;
- overflow-y: auto;
- overflow-x: hidden;
- }
- .dicEverTop ul.pressed{
- display: block;
- }
- .dicEverTop ul{
- display: none;
- }
- .dicSpan .action.show{
- background-color: rgb(255, 236, 236);
- }
- .dicSpan .actionforcheckbox.show{
- background-color: rgb(255, 236, 236);
- }
- .dicSpan .actionforcheckbox{
- background-color: white;
- }
- .dicSpan .action{
- background-color: white;
- }
- .dicEverTop .DicHeader input{
- width:80%;
- }
- .DicHeader{
- height:40px;
- }
- .inline{
- display: inline-block;
- }
- .left-link .space {
- display: inline-block;
- height: 15px;
- line-height: 15px;
- margin-top: 8px;
- }
- div.formEdit {
- margin-top: 20px;
- width: auto;
- float: none;
- position: relative;
- }
- .search_input_li .word {
- float:left;
- text-overflow:ellipsis;
- max-width: 140px;
- white-space: nowrap;
- overflow: hidden;
- }
|