Newer
Older
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
Kelli Shaver
committed
body,
input,
select,
textarea {
font-family: "Helvetica Neue", sans-serif;
Kelli Shaver
committed
b,
strong {
font-weight: bold;
}
blockquote {
margin: 1em 40px;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
small {
font-size: 85%;
}
Kelli Shaver
committed
ul,
ol {
margin: 1em 0;
padding: 0 0 0 30px;
}
img {
border: 0;
vertical-align: middle;
}
form {
margin: 0;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
label {
cursor: pointer;
}
Kelli Shaver
committed
input,
select,
textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle;
}
input {
line-height: normal;
*overflow: visible;
}
table input {
*overflow: auto;
}
Kelli Shaver
committed
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
Kelli Shaver
committed
input[type="checkbox"],
input[type="radio"] {
textarea {
overflow: auto;
vertical-align: top;
resize: vertical;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
Kelli Shaver
committed
th,
td {
Kelli Shaver
committed
th {
text-align: left;
font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset {
margin: 0;
padding: 0;
}
/* Typography */
display: inline-block;
margin-bottom: 1px;
}
border-bottom: 1px dotted #0072bc;
margin-bottom: 0;
}
h1 {
color: #00AEEF;
font-weight: normal;
font-size: 20px;
}
h3 {
font-size: 16px;
}
Kelli Shaver
committed
.centered {
text-align: center;
}
.clear {
clear: both;
height: 1px;
visibility: none;
}
.hidden {
display: none;
}
.faded {
color: #666;
}
/* Pagination */
#pagination {
border: 0;
margin: 0 0 40px 0;
padding: 0;
}
#pagination li {
border: 0;
margin: 0;
padding: 0;
font-size: 11px;
list-style: none;
display: inline;
}
Kelli Shaver
committed
#pagination li a {
margin-right: 2px;
display: block;
float: left;
padding: 3px 6px;
text-decoration: none;
}
Kelli Shaver
committed
#pagination li a:hover {
Kelli Shaver
committed
#pagination .previousOff,
#pagination .nextOff {
color: #666;
display: block;
float: left;
font-weight: bold;
padding: 3px 4px;
}
Kelli Shaver
committed
#pagination .next a,
#pagination .previous a {
font-weight: bold;
}
#pagination .active {
color: #000;
font-weight: bold;
margin-right: 2px;
display: block;
float: left;
padding: 3px 6px;
text-decoration: none;
}
/* Alerts & Notices */
Kelli Shaver
committed
#msg_notice {
margin: 0;
padding: 5px 10px 5px 36px;
height: 16px;
line-height: 16px;
margin-bottom: 10px;
border: 1px solid #0a0;
background: url('../images/icons/ok.png') 10px 50% no-repeat #e0ffe0;
}
#msg_warning, .warning-banner {
Kelli Shaver
committed
margin: 0;
padding: 5px 10px 5px 36px;
height: 16px;
line-height: 16px;
margin-bottom: 10px;
border: 1px solid #f26522;
background: url('../images/icons/alert.png') 10px 50% no-repeat #ffffdd;
}
#msg_error {
margin: 0;
padding: 5px 10px 5px 36px;
height: 16px;
line-height: 16px;
margin-bottom: 10px;
border: 1px solid #a00;
background: url('../images/icons/error.png') 10px 50% no-repeat #fff0f0;
}
#msg_info { margin: 0; padding: 5px; margin-bottom: 10px; color: #3a87ad; border: 1px solid #bce8f1; background-color: #d9edf7; }
.warning {
background: #ffc;
font-style: italic;
}
.warning strong {
text-transform: uppercase;
color: #a00;
font-style: normal;
}
.error {
Kelli Shaver
committed
color: #f00;
Kelli Shaver
committed
border: 1px solid #f00;
}
.button,
.button:visited {
background: #222;
Kelli Shaver
committed
display: inline-block;
font-size: 16px;
padding: 4px 16px 4px 16px;
Kelli Shaver
committed
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
text-align: center;
color: #fff;
text-decoration: none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
position: relative;
cursor: pointer;
font-family: helvetica, arial, sans-serif;
}
.button:hover {
background-color: #111;
color: #fff;
}
.button:active {
top: 1px;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.button,
.button:visited,
.green.button,
.green.button:visited {
background-color: #91bd09;
}
.green.button:hover {
background-color: #749a02;
}
.blue.button,
.blue.button:visited {
background-color: #00AEEF;
}
.blue.button:hover {
background-color: #0299d2;
}
body {
background: url('../images/page_bg.png') top left repeat-x #c8c8c8;
}
#container {
background: #fff;
width: 840px;
margin: 0 auto;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
#header {
position: relative;
height: 71px;
padding: 0 20px;
}
#logo {
height: 100%;
}
#header #logo img {
max-height: 65px;
max-width: 380px;
width: auto;
height: auto;
vertical-align: middle;
}
.valign-helper {
height: 100%;
display: inline-block;
vertical-align: middle;
}
#header p {
width: 400px;
margin: 0;
}
#nav {
margin: 0 20px;
padding: 2px 10px;
height: 20px;
background: url('../images/nav_bg.png') top left repeat-x;
border-top: 1px solid #aaa;
Kelli Shaver
committed
box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
}
#nav li {
margin: 0;
padding: 0;
list-style: none;
display: inline;
}
#nav li a {
width: auto;
height: 20px;
line-height: 20px;
text-align: center;
padding: 0 10px 0 32px;
margin-left: 10px;
color: #333;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
background-position: 10px 50%;
background-repeat: no-repeat;
}
.rtl #nav li a {
background-position: right center;
background-position: calc(100% - 10px) center;
padding-left: 10px;
padding-right: 32px;
margin-right: 10px;
margin-left: 0;
}
Kelli Shaver
committed
#nav li a.active,
#nav li a:hover {
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
background-color: #dbefff;
color: #000;
}
#nav li a:hover {
background-color: #ededed;
color: #0054a6;
}
#nav li a.home {
background-image: url('../images/icons/home.png');
}
#nav li a.kb {
background-image: url('../images/icons/kb.png');
}
#nav li a.new {
background-image: url('../images/icons/new.png');
}
#nav li a.status {
background-image: url('../images/icons/status.png');
}
#nav li a.tickets {
background-image: url('../images/icons/tix.png');
}
#content {
padding: 20px 0;
margin: 0 20px;
height: auto !important;
height: 350px;
min-height: 350px;
}
#footer {
text-align: center;
font-size: 11px;
color: #333;
}
#footer a {
color: #333;
}
#footer p {
margin: 10px 0 0 0;
}
#footer #poweredBy {
display: block;
width: 126px;
height: 23px;
outline: none;
text-indent: -9999px;
margin: 0 auto;
Kelli Shaver
committed
background: url('../images/poweredby.png') top left no-repeat;
#landing_page #new_ticket {
margin-top: 40px;
background: url('../images/new_ticket_icon.png') top left no-repeat;
}
#landing_page #new_ticket,
#landing_page #check_status {
width: 295px;
padding-left: 75px;
}
#landing_page #check_status {
margin-top: 40px;
Kelli Shaver
committed
background: url('../images/check_status_icon.png') top left no-repeat;
#landing_page h1, #landing_page h2, #landing_page h3 {
margin-bottom: 10px;
Kelli Shaver
committed
/* Landing page FAQ not yet implemented. */
#faq {
clear: both;
margin: 0;
padding: 5px;
}
#faq ol {
font-size: 15px;
margin-left: 0;
padding-left: 0;
Kelli Shaver
committed
border-top: 1px solid #ddd;
margin: 0;
Kelli Shaver
committed
padding: 0;
Kelli Shaver
committed
display: block;
padding: 5px 0;
height: auto !important;
overflow: hidden;
margin: 0;
border-bottom: 1px solid #ddd;
Kelli Shaver
committed
background: url('../images/icons/page.png') 0 50% no-repeat;
#faq ol li a:hover {
Kelli Shaver
committed
background-color: #e9f5ff;
Kelli Shaver
committed
#faq .article-meta {
padding: 5px;
background: #fafafa;
#kb {
margin: 2px 0;
padding: 5px;
overflow: hidden;
}
#kb > li {
Kelli Shaver
committed
padding: 10px;
height: auto !important;
overflow: hidden;
margin: 0;
background: url(../images/kb_category_bg.png) bottom left repeat-x;
border-bottom: 1px solid #ddd;
Kelli Shaver
committed
color: #666;
}
#kb > li h4 a {
font-size: 14px;
}
Kelli Shaver
committed
display: block;
width: 32px;
height: 32px;
float: left;
margin-right: 6px;
background: url(../images/kb_large_folder.png) top left no-repeat;
}
.featured-category {
margin-top: 10px;
width: 49.7%;
display: inline-block;
box-sizing: border-box;
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
}
.category-name {
display: inline-block;
font-weight: 400;
font-size: 120%;
}
.featured-category i {
color: rgba(0,174,239, 0.8);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
display: inline-block;
vertical-align: middle;
}
.article-headline {
margin-left: 34px;
}
.rtl .article-headline {
margin-left: 0;
margin-right: 34px;
}
.article-teaser {
font-size: 90%;
line-height: 1.5em;
height: 3em;
overflow: hidden;
}
.article-title {
}
.faq-content .article-title {
#kb-search {
Kelli Shaver
committed
padding: 10px 0;
overflow: hidden;
}
#kb-search div {
Kelli Shaver
committed
clear: both;
overflow: hidden;
padding-top: 5px;
}
#kb-search #query {
Kelli Shaver
committed
margin: 0;
display: inline-block;
float: left;
width: 200px;
margin-right: 5px;
}
#kb-search #cid {
Kelli Shaver
committed
margin: 0;
display: inline-block;
float: left;
width: 200px;
margin-right: 5px;
position: relative;
top: 2px;
}
#kb-search #topic-id {
Kelli Shaver
committed
margin: 0;
display: inline-block;
float: left;
width: 410px;
}
#kb-search #searchSubmit {
Kelli Shaver
committed
margin: 0;
display: inline-block;
float: left;
position: relative;
top: 2px;
}
#kb-search #breadcrumbs {
Kelli Shaver
committed
#kb-search #breadcrumbs #breadcrumbs a {
#ticketForm div.clear,
clear: both;
padding: 3px 0;
overflow: hidden;
}
Kelli Shaver
committed
#ticketForm div label,
#clientLogin div label {
label.required, span.required {
font-weight: bold;
}
Kelli Shaver
committed
#ticketForm div label.required,
#clientLogin div label.required {
text-align: left;
}
#ticketForm div input,
#clientLogin div input,
#ticketForm div textarea,
#clientLogin div textarea {
width: auto;
border: 1px solid #aaa;
background: #fff;
display: block;
}
Kelli Shaver
committed
#ticketForm div input[type=file],
#clientLogin div input[type=file] {
Kelli Shaver
committed
#ticketForm div select,
#clientLogin div select {
Kelli Shaver
committed
#ticketForm div div.captchaRow,
#clientLogin div div.captchaRow {
line-height: 31px;
}
#ticketForm div div.captchaRow input,
#clientLogin div div.captchaRow input {
position: relative;
top: 6px;
}
#ticketForm > table {
table-layout: fixed;
}
#ticketForm > table td {
width: 160px;
}
#ticketForm > table td + td {
width: auto;
}
Kelli Shaver
committed
#ticketForm td textarea,
#clientLogin td textarea,
#ticketForm div textarea,
#clientLogin div textarea {
Kelli Shaver
committed
#ticketForm td em,
#clientLogin td em,
#ticketForm div em,
#clientLogin div em {
Kelli Shaver
committed
#ticketForm td .captcha,
#clientLogin td .captcha,
#ticketForm div .captcha,
#clientLogin div .captcha {
width: 88px;
height: 31px;
background: #000;
display: block;
float: left;
margin-right: 20px;
}
Kelli Shaver
committed
#ticketForm td label.inline,
#clientLogin td label.inline,
#ticketForm div label.inline,
#clientLogin div label.inline {
Kelli Shaver
committed
#ticketForm div.error input,
#clientLogin div.error input {
border: 1px solid #a00;
}
#ticketForm div.error label,
#clientLogin div.error label {
color: #a00;
}
#ticketTable th {
padding-left: 3px;
font-weight: normal;
text-align: left;
}
Kelli Shaver
committed
#ticketTable th.required,
#ticketTable td.required {
border-radius: 5px;
box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
background: url('../images/lock.png?1319655200') 95% 50% no-repeat #f6f6f6;
.rtl #clientLogin {
background-position: 5% 50%;
}
#clientLogin .instructions {
display:table-cell;
padding-left: 2em;
padding-right:90px;
}
.rtl #clientLogin .instructions {
padding-left: 0;
padding-right:0;
padding-right: 2em;
padding-left:90px;
}
Kelli Shaver
committed
#clientLogin p {
clear: both;
}
#clientLogin strong {
font-size: 11px;
color: #d00;
display: block;
}
#clientLogin #ticketno {
margin-right: 0;
}
#clientLogin input[type=text],
#clientLogin input[type=password] {
padding: 5px;
border-radius: 4px;
margin-bottom: 15px;
}
#clientLogin input[type=submit] {
padding: 3px 10px;
border-radius: 4px;
}
Kelli Shaver
committed
#reply {
Kelli Shaver
committed
background: #f9f9f9;
border: 1px solid #ccc;
}
#reply h2 {
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 2px dotted rgba(0,0,0,0.1);
Kelli Shaver
committed
}
#reply > table {
width: auto;
Kelli Shaver
committed
}
#reply table td {
vertical-align: top;
}
#reply textarea {
width: 628px !important;
}
#reply input[type=text],
#reply #response_options textarea {
border: 1px solid #aaa;
background: #fff;
}
/* Ticket icons */
.Icon {
width: auto;
padding-left: 20px;
Kelli Shaver
committed
background-position: top left;
background-repeat: no-repeat;
color: #006699;
text-decoration: none;
}
.Icon.Ticket {
Kelli Shaver
committed
background-image: url('../images/icons/ticket.gif');
Kelli Shaver
committed
background-image: url('../images/icons/ticket_source_web.gif');
Kelli Shaver
committed
background-image: url('../images/icons/ticket_source_email.gif');
Kelli Shaver
committed
background-image: url('../images/icons/ticket_source_phone.gif');
.Icon.otherTicket, .Icon.apiTicket {
Kelli Shaver
committed
background-image: url('../images/icons/ticket_source_other.gif');
Kelli Shaver
committed
background-image: url('../images/icons/attachment.gif');
Kelli Shaver
committed
background-image: url('../images/icons/attachment.gif');
Kelli Shaver
committed
background-image: url('../images/icons/refresh.gif');
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
}
.Icon.thread {
font-weight: bold;
font-size: 1em;
background-image: url('../images/icons/thread.gif?1319556657');
}
#ticketTable {
border: 1px solid #aaa;
border-left: none;
border-bottom: none;
}
#ticketTable caption {
padding: 5px;
text-align: left;
color: #000;
background: #ddd;
border: 1px solid #aaa;
border-bottom: none;
font-weight: bold;
}
#ticketTable th {
height: 24px;
line-height: 24px;
background: #e1f2ff;
border: 1px solid #aaa;
border-right: none;
border-top: none;
}
#ticketTable th a {
color: #000;
}
#ticketTable td {
border: 1px solid #aaa;
border-right: none;
border-top: none;
}
#ticketTable tr.alt td {
background: #f9f9f9;
}
i.refresh {
color: #0a0;
font-size: 80%;
vertical-align: middle;
.states small {
font-size: 70%;
}
.active.state {
font-weight: bold;
}
.search.well {
padding: 10px;
background-color: rgba(0,0,0,0.05);
margin-bottom: 10px;
margin-top: -15px;
}
.infoTable {
background: #F4FAFF;
}
.infoTable th {
text-align: left;
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
.action-button {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
color: #777 !important;
display: inline-block;
border: 1px solid #aaa;
cursor: pointer;
font-size: 11px;
overflow: hidden;
background-color: #dddddd;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100% #dddddd));
background-image: -webkit-linear-gradient(top, #efefef 0%, #dddddd 100%);
background-image: -moz-linear-gradient(top, #efefef 0%, #dddddd 100%);
background-image: -ms-linear-gradient(top, #efefef 0%, #dddddd 100%);
background-image: -o-linear-gradient(top, #efefef 0%, #dddddd 100%);
background-image: linear-gradient(top, #efefef 0%, #dddddd 100%);
padding: 0 5px;
text-decoration: none;
line-height:18px;
margin-left:5px;
}
.action-button span,
.action-button a {
color: #777 !important;
display: inline-block;
float: left;
}
.action-button a {
color: #777;
text-decoration: none;
}
table.padded tr > td,
table.padded tr > th {
height: 20px;
padding-bottom: 5px;
}
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
.external-auth + .external-auth {
margin-top: 4px;
}
a.external-sign-in {
text-decoration: none;
}
.external-auth-box {
vertical-align: middle;
border-radius: 4px;
border: 1px solid #777;
}
.external-auth-icon {
display: inline-block;
color: #333;
width: 30px;
padding: 5px 10px;
border-right: 1px solid #ddd;
}
.external-auth-name {
color: #333;
width: 100px;
padding: 5px 10px;
line-height:30px;
font-size: 11pt;
}
img.sign-in-image {
border: none;
max-height: 40px;
max-width: 200px;
width: auto;
height: auto;
}
.login-box {
width:40%;
display:table-cell;
box-shadow: 12px 0 15px -15px rgba(0,0,0,0.4);
padding:15px;
}
.rtl .login-box {
box-shadow: -12px 0 15px -15px rgba(0,0,0,0.4);
}
.flush-right {
text-align: right;
}
.flush-left {
text-align: left;
}
.sidebar {
margin-bottom: 20px;
margin-left: 20px;
}
.rtl .sidebar {
margin-left: 0;
margin-right: 20px;
}
.sidebar .content {
padding: 10px; border: 1px solid #C8DDFA; background: #F7FBFE;
}
.sidebar .content:empty {
display: none;
}
.sidebar section .header {
font-weight: bold;
margin-bottom: 0.3em;
}
.sidebar section + section {
margin-top: 15px;
}
.search-form {
}
.searchbar .search,
.search-form .search {
display: inline-block;
width: 400px;
border-radius: 5px;
border: 1px solid #ccc;
padding: 5px 10px;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.searchbar .search {
width: 100%;
box-sizing: border-box;
margin-bottom: 10px;
}
.bleed {
margin: 0 !important;
padding: 0 !important;
}
.row {
}
.span4 {
display: inline-block;
}
.span8 {
display: inline-block;