Newer
Older
font-family: "Lato", "Helvetica Neue", arial, helvetica, sans-serif;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
}
#nav a:hover,
#sub_nav a:hover,
a:hover i[class^="icon-"],
.tabs a {
text-decoration: none;
}
div#header a {
color:#E65524;
}
.headline {
margin-bottom: 15px;
.big {
font-size: 110%;
}
color: #666;
color: rgba(0,0,0,0.5);
.faded b {
color: #333;
color: rgba(0,0,0,0.75);
}
.faded strong {
color: #444;
color: rgba(0,0,0,0.6);
}
color: rgba(0,0,0,0.35);
time[title]:hover {
text-decoration: underline;
}
.small[class^="icon-"],
.small[class*=" icon-"] {
vertical-align: baseline;
padding-left: 2px;
font-size: 80%;
}
.strike { text-decoration:line-through; color:red; }
.canned_attachments label, .canned_attachments span .uploads label { padding:3px; padding-right:10px; }
.canned_attachments label { padding-right:3px; }
#breadcrumbs {
color: #333;
margin-bottom: 15px;
Nathan Febuary
committed
background-color:#F4FAFF;
padding:8px;
.banner { margin: 0; padding: 5px 5px 11px; margin-bottom: 10px; color: #444; border: 1px solid #444; background-color: #ddd; border-radius: 4px; }
#msg_info,
.info-banner { margin: 0; padding: 5px; margin-bottom: 10px; color: #3a87ad; border: 1px solid #bce8f1; background-color: #d9edf7; }
.notice-banner { margin: 0; padding: 5px 10px 5px 36px; margin-bottom: 10px; border: 1px solid #0a0; background: url('../images/icons/ok.png') 10px 50% no-repeat #e0ffe0; }
#msg_warning,
.warning-banner { margin: 0; padding: 5px 10px 5px 36px; margin-bottom: 10px; border: 1px solid #f26522; background: url('../images/icons/alert.png') 10px 50% no-repeat #ffffdd; }
#msg_error,
.error-banner { margin: 0; padding: 5px 10px 5px 36px; margin-bottom: 10px; border: 1px solid #a00; background: url('../images/icons/error.png') 10px 50% no-repeat #fff0f0; }
#notice_bar { margin: 0; padding: 5px 10px 5px 36px; height: 16px; line-height: 16px; border: 1px solid #0a0; background: url('../images/icons/ok.png') 10px 50% no-repeat #e0ffe0; }
#warning_bar { margin: 0; padding: 5px 10px 5px 36px; height: 16px; line-height: 16px; border: 1px solid #f26522; background: url('../images/icons/alert.png') 10px 50% no-repeat #ffffdd; }
#error_bar { margin: 0; padding: 5px 10px 5px 36px; height: 16px; line-height: 16px; border: 1px solid #a00; background: url('../images/icons/error.png') 10px 50% no-repeat #fff0f0; }
#container {
width:960px;
margin:0 auto 20px auto;
}
#header {
height:76px;
border-left:1px solid #aaa;
border-right:1px solid #aaa;
background-color: rgb(248,248,248);
box-shadow: inset 0 -10px 8px -5px rgba(0,0,0,0.1);
}
#logo {
display:block;
text-decoration:none;
outline:none;
max-width: 300px;
height: auto;
width: auto;
vertical-align: middle;
}
.valign-helper {
height: 100%;
display: inline-block;
vertical-align: middle;
width:auto;
max-width:630px;
margin:10px;
background:#eee;
border:1px solid #ccc;
padding:8px;
text-align:center;
}
clear:both;
margin:0;
padding:0 20px;
height:26px;
line-height:26px;
border-left:1px solid #aaa;
border-right:1px solid #aaa;
#nav .active, #sub_nav > li {
padding:0;
list-style:none;
display:inline;
}
#nav {
background:#eee;
padding-top:4px;
z-index:200;
border-top:1px solid #ddd;
border-bottom:1px solid #c5d9ec;
}
#nav .active, #nav .inactive {
min-width:95px;
width: auto;
padding-left: 10px;
padding-right: 10px;
height:26px;
color:#555;
text-align:center;
position:relative;
border-radius:5px 5px 0 0;
border-style: solid;
border-width: 1px 1px 0;
border-color: transparent;
}
#nav .inactive a {
color:#555;
display:block;
}
#nav .active a {
color:#004a80;
#nav > li + li {
margin-left: 8px;
#nav li.active, #nav li.inactive:hover {
box-shadow: 4px -3px 6px -3px rgba(0,0,0,0.3);
border-color: #c5d9ec;
}
#nav li.active {
background-color: #f7f7f7;
}
#nav li.inactive:hover {
background-color: #fbfbfb;
}
position:absolute;
left: -1px;
z-index:500;
border-bottom:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-radius: 0 0 5px 5px;
display:block;
-moz-box-shadow: 3px 3px 3px #ccc;
-webkit-box-shadow: 3px 3px 3px #ccc;
box-shadow: 3px 3px 3px #ccc;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
visibility: hidden;
opacity: 0;
transition: visibility 0s linear, opacity 0.1s linear;
}
#nav .inactive li {
display:block;
margin:0;
#nav li.inactive:hover > ul {
visibility: visible;
opacity: 1;
transition-delay: 0.25s;
}
.ieshadow {
width:230px;
background:#000;
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
zoom: 1;
z-index:300;
position:absolute;
top:24px;
left:0;
}
#nav .inactive li a {
background-position: 10px 50%;
background-repeat: no-repeat;
padding: 0 10px 0 34px;
}
#nav .inactive li a:hover {
color:#E65524;
background-color: #fbfbfb;
background-color: rgba(0,0,0,0.05);
/* Custom queue fields with background color should fill cell */
table.queue.list > tbody > tr > td > [style*=background] {
display: block;
padding: 4px !important;
margin: -4px;
height: 100%;
}
/***********************************************************************
Start Custom Queues Menu System
/***********************************************************************/
background:#f7f7f7;
border-bottom:1px solid #bebebe;
padding: 2px 20px;
}
#customQ_nav {
clear:both;
margin:0;
padding:0;
line-height:26px;
#sub_nav > ul {
margin-top: 0;
}
#sub_nav > li + li > a {
margin-left: 10px;
}
#customQ_nav .jb-overflowmenu-menu-primary li.item {
position:relative;
padding:3px 6px 4px;
display: inline-block;
border-top-right-radius: 6px;
border-top-left-radius: 6px;
#customQ_nav .jb-overflowmenu-menu-primary li.item > a {
padding:0 10px 0 21px;
background-position:0 50%;
background-repeat:no-repeat;
color:#000;
}
#customQ_nav .jb-overflowmenu-menu-primary li.item:hover {
padding:2px 5px 4px;
color:#E65524;
background-color: #fff;
border-left:1px solid #bebebe;
border-top:1px solid #bebebe;
border-right:1px solid #bebebe;
#sub_nav > li > a:hover,
#customQ_nav .jb-overflowmenu-menu-primary li.item:hover > a {
text-decoration: none;
}
#sub_nav a.active, #sub_nav li.active,
#customQ_nav .jb-overflowmenu-menu-primary li.item > a.active {
font-weight:bold;
}
#sub_nav li.child.active {
font-weight: 500;
}
#customQ_nav .jb-overflowmenu-menu-primary li.item a > i {
margin-top:5px;
}
#sub_nav .open { background-image:url(../images/icons/open.gif) }
#sub_nav .answered { background-image:url(../images/icons/answered.gif) }
#sub_nav .mine { background-image:url(../images/icons/mine.gif) }
#sub_nav .closed { background-image:url(../images/icons/closed.gif) }
#sub_nav .search { background-image:url(../images/icons/search.gif) }
#sub_nav .new { background-image:url(../images/icons/new.gif) }
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
414
415
416
417
418
419
420
/**********************initiate Custom Queues Dropdown******************/
#customQ_nav ul li.item div.customQ-dropdown {
display:none;
}
#customQ_nav ul li.item:hover div.customQ-dropdown {
display:block;
}
/***************************************
Custom Q Dropdown
****************************************/
/*** custom Queue global settings ***/
.customQ-dropdown * {
padding:0;
margin:0;
}
.customQ-dropdown a:only-of-type {
padding-top:2px;
padding-bottom:2px;
display:inline-block;
text-decoration:none;
text-transform:capitalize;
}
.customQ-dropdown ul li {
list-style:none;
list-style-image: none;
.customQ-dropdown li h4 {
padding:2px 8px;
margin:0;
background-color:#ddd;
color:#666;
}
.customQ-dropdown li > span {
}
.customQ-dropdown li > span.disabled {
color:#ccc;
font-weight:normal;
}
/*** custom queue dropdown container ***/
.jb-overflowmenu-menu-primary div.customQ-dropdown {
border-top-right-radius:6px;
border-bottom-right-radius:6px;
border-bottom-left-radius:6px;
border: solid 1px #ddd;
border: solid 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
background:#fff;
text-align: left;
font-size: 0.95em;
list-style: none;
left:-1px;
top:32px;
position:absolute;
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
}
.customQ-dropdown ul.scroll-height {
max-height:400px;
border-bottom:1px solid #ddd;
overflow-y:auto;
overflow-x:hidden;
}
/*** set max width for truncating long links ***/
.customQ-dropdown ul li > a {
max-width:170px;
}
.customQ-dropdown ul li > ul li > a {
max-width:180px!IMPORTANT;
}
/************ Custom Queue Button Styles *************/
.customQ-dropdown ul li, .customQ-dropdown ul li > a {
color:#666;
white-space: nowrap;
}
.customQ-dropdown ul li > a {
color:#fff;
background-color:#08C;
cursor:pointer;
}
.customQ-dropdown ul li:hover > a {
color:#fff;
cursor:pointer;
}
498
499
500
501
502
503
504
505
506
507
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
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
/************ Custom Queue Button with Sub Queues *************/
.customQ-dropdown ul li.subQ > i, .customQ-dropdown ul li div.editQ > i {
padding:0px 8px;
}
/************ Custom Queue Button without Sub Queues *************/
.customQ-dropdown ul li.subQ > ul li > a:before {
content:"";
padding:0px 8px;
}
.customQ-dropdown ul li:not(.subQ) > a:before {
content:"";
padding:0px 4px;
}
.customQ-dropdown ul li:not(.subQ) > a {
max-width:190px;
}
/************ Custom Queue Nested Queue Container *************/
.customQ-dropdown ul li > ul {
background-color:#eee;
border-top:1px dotted #ddd;
border-bottom:1px dotted #ddd;
}
.customQ-dropdown ul li.subQ > ul li > a {
padding-left:10px;
padding-right:10px;
}
/************ Custom Queue Add/Save a Queue Button *************/
.customQ-dropdown .add-queue a {
display:block;
padding:10px;
color:#666!IMPORTANT;
cursor:pointer;
white-space: nowrap;
}
.customQ-dropdown .add-queue a span {
padding:0 10px;
-webkit-opacity: .4;
-moz-opacity: .4;
opacity: .4;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.customQ-dropdown .add-queue a:hover span {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.customQ-dropdown .add-queue a:hover {
color:#666!IMPORTANT;
text-decoration: none;
background-color:#ddd;
}
.customQ-dropdown .add-queue .add {
color: #16ab39;
}
.no-queue.customQ-dropdown .add-queue a span {
opacity: 1;
}
/***************** Custom Queue Edit Nav ******************/
/*** icon cog styles ***/
.jb-overflowmenu-menu-primary .customQ-dropdown ul li > div.editQ {
margin-top:2px;
}
.customQ-dropdown ul li > div.editQ i {
color:rgba(255, 255, 255, 0.6);
}
.customQ-dropdown ul li:hover > div.editQ i {
color:rgba(255, 255, 255, 0.2);
}
.customQ-dropdown ul li > div.editQ:hover i {
color:rgba(255, 255, 255, 1);
}
.customQ-dropdown ul li > div.editQ .manageQ a:before {
content:none;
padding:0;
}
.customQ-dropdown div.editQ .manageQ a {
padding-left:0px;
padding-right:10px;
white-space: nowrap;
margin-right:0px;
}
.customQ-dropdown div.editQ .manageQ a > i {
margin-left:5px;
margin-right:5px;
}
.jb-overflowmenu-menu-primary .customQ-dropdown div.editQ .manageQ {
display:none;
position:absolute;
top:0;
left:0px;
padding:34px 28px;
}
.jb-overflowmenu-menu-primary .customQ-dropdown div.editQ .manageQ ul {
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
border:1px solid #ddd;
min-width:75px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
padding:6px 0;
background-color:#fff;
}
/*** edit nav link styles ***/
.customQ-dropdown div.editQ:hover .manageQ {
display:block;
}
.customQ-dropdown div.editQ:hover .manageQ i {
color:#555;
}
.customQ-dropdown div.editQ:hover .manageQ a {
min-width:100px;
}
.customQ-dropdown div.editQ:hover .manageQ a:hover i {
color:#fff;
}
/***************************************
Overflow Menu
****************************************/
.jb-overflowmenu {
position: relative;
height:35px;
}
.jb-overflowmenu .placeholder{
visibility: hidden;
}
.jb-overflowmenu .jb-overflowmenu-helper-postion {
top: 0;
right: 0;
bottom: 0;
left: 0px;
overflow: visible;
position: absolute;
}
/*holds the overflow menu and label*/
.jb-overflowmenu .jb-overflowmenu-menu-primary {
padding: 0;
margin: 2px 0 0 0;
height:30px!IMPORTANT;
}
.jb-overflowmenu .jb-overflowmenu-menu-primary li.item {
display:inline-block;
padding:6px 0px;
margin:0 0px;
}
.jb-overflowmenu .jb-overflowmenu-menu-primary li.item > a {
padding:4px 10px;
}
/******** Overflow menu and Dropdown *********/
.jb-overflowmenu .jb-overflowmenu-container {
display: inline;
left: auto;
bottom: 0px;
}
.jb-overflowmenu .jb-overflowmenu-menu-secondary-handle {
width:12px;
text-align:center;
padding:5px;
line-height:15px;
color:#666;
}
.jb-overflowmenu .jb-overflowmenu-container > a.jb-overflowmenu-menu-secondary-handle {
color:#666;
padding:10px;
background-color:#eee;
border-left:1px solid #bebebe;
}
.jb-overflowmenu .jb-overflowmenu-container > a.jb-overflowmenu-menu-secondary-handle:hover {
color:#000;
background-color:#ddd;
}
/*** Overflow navigation ***/
.jb-overflowmenu-menu-secondary {
background-color:#f7f7f7;
border:1px solid #bebebe;
padding:5px 0;
}
.jb-overflowmenu .jb-overflowmenu-menu-secondary {
top: auto;
bottom: auto;
left: auto;
display: none;
position: absolute;
padding:0;
margin:0;
}
#sub_nav .jb-overflowmenu-menu-secondary li.item:before {
font-family: "FontAwesome";
content:"\F0D9";
padding:5px;
#sub_nav .jb-overflowmenu-menu-secondary li.item a > i {
#sub_nav .jb-overflowmenu-menu-secondary li.item {
position:relative;
padding:0px 10px;
display: inline-block;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom:1px solid #bebebe;
white-space:nowrap;
#sub_nav .jb-overflowmenu-menu-secondary li.item > a {
display:inline-block;
padding:5px 10px 5px 21px;
background-position:0 50%;
background-repeat:no-repeat;
color:#000;
}
#sub_nav .jb-overflowmenu-menu-secondary li.item:hover {
padding:0 10px;
color:#E65524;
background-color: #fff;
border-left:none;
border-top:none;
border-right:none;
#sub_nav .jb-overflowmenu-menu-secondary li.item:hover > a {
color:#E65524;
text-decoration: none;
}
#sub_nav .jb-overflowmenu-menu-secondary li.item > a.active {
font-weight:bold;
}
.jb-overflowmenu-menu-secondary div.customQ-dropdown {
border-top-left-radius:6px;
border-top-right-radius:0px;
border-bottom-right-radius:6px;
border-bottom-left-radius:6px;
border: solid 1px #ddd;
border: solid 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
padding:12px 0;
background:#fff;
font-size: 0.95em;
min-width: 245px;
list-style: none;
left:-247px;
top:-1px;
position:absolute;
}
.jb-overflowmenu-menu-secondary .customQ-dropdown ul li > div.editQ {
margin-top:2px;
float:left;
}
.jb-overflowmenu-menu-secondary .customQ-dropdown div.editQ .manageQ {
display:none;
position:absolute;
z-index:20;
top:0;
left:0px;
padding:34px 28px;
}
.jb-overflowmenu-menu-secondary .customQ-dropdown div.editQ:hover .manageQ {
.jb-overflowmenu-menu-secondary .customQ-dropdown div.editQ .manageQ ul {
border:1px solid #ddd;
min-width:75px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
padding:6px 0;
background-color:#fff;
.jb-overflowmenu-menu-secondary .customQ-dropdown li > span {
padding:0 5px;
/**********************End Custom Queues Dropdown******************/
a.test { background-image:url(../images/icons/open.gif) }
a.Ticket { background:url(../images/icons/open_tickets.gif) }
a.assignedTickets { background:url(../images/icons/assigned_tickets.gif) }
a.overdueTickets { background:url(../images/icons/overdue_tickets.gif) }
a.answeredTickets { background:url(../images/icons/answered_tickets.gif) }
a.closedTickets { background:url(../images/icons/closed_tickets.gif) }
a.newTicket { background:url(../images/icons/new_ticket.gif) }
a.premade { background:url(../images/icons/premade_reply.gif) }
a.newPremade { background:url(../images/icons/new_premade_reply.gif) }
a.kb { background:url(../images/icons/kb.gif) }
a.faq-categories { background:url(../images/icons/faq-categories.gif) }
a.canned { background:url(../images/icons/canned.gif) }
a.staff { background:url(../images/icons/list_groups.gif) }
a.user { background:url(../images/icons/list_users.gif) }
a.userPref { background:url(../images/icons/user_preferences.gif) }
a.userPasswd { background:url(../images/icons/change_password.gif) }
a.preferences { background:url(../images/icons/settings.gif) }
a.api { background:url(../images/icons/api.png) }
a.newapi { background:url(../images/icons/new_api.png) }
a.ticket-settings { background:url(../images/icons/ticket-settings.gif) }
a.email-settings { background:url(../images/icons/email-settings.gif) }
a.kb-settings { background:url(../images/icons/kb-settings.gif) }
a.alert-settings { background:url(../images/icons/alert-settings.gif) }
a.email-autoresponders { background:url(../images/icons/email-autoresponders.gif) }
a.sla { background:url(../images/icons/slas.png) }
a.newsla { background:url(../images/icons/new_sla.png) }
a.logs { background:url(../images/icons/logs.gif) }
a.emails { background:url(../images/icons/emails.png) }
a.newEmail { background:url(../images/icons/new_email.png) }
a.emailTemplates { background:url(../images/icons/email_templates.png) }
a.newEmailTemplate { background:url(../images/icons/new_email_template.png) }
a.emailFilters { background:url(../images/icons/email_filters.png) }
a.ticketFilters { background:url(../images/icons/ticket_filters.png) }
a.newTicketFilter { background:url(../images/icons/new_ticket_filter.png) }
a.emailSettings { background:url(../images/icons/emails.png) }
a.emailDiagnostic { background:url(../images/icons/email_diagnostic.gif) }
a.banList { background:url(../images/icons/ban_list.gif) }
a.users { background:url(../images/icons/user.gif) }
a.newuser { background:url(../images/icons/new_user.gif) }
a.groups { background:url(../images/icons/list_groups.gif) }
a.teams { background:url(../images/icons/teams.gif) }
a.newgroup { background:url(../images/icons/new_group.gif) }
a.helpTopics { background:url(../images/icons/help_topics.png) }
a.newHelpTopic { background:url(../images/icons/new_help_topic.png) }
a.departments { background:url(../images/icons/list_departments.gif) }
a.newDepartment { background:url(../images/icons/new_department.gif) }
a.pages { background:url(../images/icons/pages.gif) }
a.newPage { background:url(../images/icons/new_page.gif) }
a.forms { background:url(../images/icons/icon-form.png); background-size: 16px 16px; }
a.lists { background:url(../images/icons/icon-list.png); background-size: 16px 16px; }
/* Generic CSS based Icons. use=> <tag class="Icon iconname">text</tag> */
.Icon {
width: auto;
padding-left:20px;
background-position: left center;
background-repeat: no-repeat;
}
a.Icon { background-repeat: no-repeat;}
a.Icon:hover {
text-decoration: underline;
}
.Icon.newstaff { background:url(../images/icons/new_user.gif) 0 0 no-repeat; }
.Icon.newteam { background:url(../images/icons/new_team.gif) 0 0 no-repeat; }
.Icon.Ticket { background:url(../images/icons/ticket.gif) 0 2px no-repeat; }
.Icon.webTicket { background:url(../images/icons/ticket_source_web.gif) 0 0 no-repeat; }
.Icon.emailTicket { background:url(../images/icons/ticket_source_email.gif) 0 0 no-repeat; }
.Icon.phoneTicket { background:url(../images/icons/ticket_source_phone.gif) 0 0 no-repeat; }
.Icon.apiTicket { background:url(../images/icons/ticket_source_other.gif) 0 0 no-repeat; }
.Icon.otherTicket { background:url(../images/icons/ticket_source_other.gif) 0 0 no-repeat; }
.Icon.overdueTicket { background:url(../images/icons/overdue_ticket.gif) 0 0 no-repeat; }
.Icon.assignedTicket { background:url(../images/icons/assigned_ticket.gif) 0 0 no-repeat; }
.Icon.lockedTicket { background:url(../images/icons/locked_ticket.gif) 0 0 no-repeat; }
.Icon.editTicket { background-image: url(../images/icons/edit_ticket.png); }
.Icon.staffAssigned { background-image: url(../images/icons/user.gif); }
.Icon.teamAssigned { background-image: url(../images/icons/teams.png); }
.Icon.newCategory { background-image: url(../images/icons/new_category.png); }
.Icon.editCategory { background-image: url(../images/icons/edit_category.png); }
.Icon.deleteCategory { background-image: url(../images/icons/delete_category.png); }
.Icon.newFAQ { background-image: url(../images/icons/new_faq.png); }
.Icon.newReply { background-image: url(../images/icons/new_reply.png); }
.Icon.file { background-image: url(../images/icons/file.gif); }
.Icon.refresh { background-image: url(../images/icons/refresh.gif); }
.Icon.note {
font-weight: bold;
font-size: 1em;
background-image: url(../images/icons/note.gif);
}
.Icon.thread {
font-weight: bold;
font-size: 1em;
background-image: url(../images/icons/thread.gif);
}
.Icon.debugLog { background:url(../images/icons/log_debug.gif) 0 2px no-repeat; }
.Icon.alertLog { background:url(../images/icons/log_alert.gif) 0 2px no-repeat; }
.Icon.errorLog { background:url(../images/icons/log_error.gif) 0 2px no-repeat; }
.Icon.form-add { background:url(../images/icons/icon-form-add.png) 0 0 no-repeat; background-size: 16px 16px; }
.Icon.list-add { background:url(../images/icons/icon-list-add.png) 0 0 no-repeat; background-size: 16px 16px; }
#content {
clear:both;
border:1px solid #aaa;
border-top:none;
border-bottom:3px solid #bbb;
padding:10px 10px 20px 10px;
background:#fff;
}
color:#184E81;
}
#footer {
clear:both;
padding:10px;
text-align:center;
}
table.dashboard-stats tbody:first-child th {
border-bottom:1px dashed #ddd;
padding:0 4px 8px;
}
table.dashboard-stats tbody:nth-child(2) tr:nth-child(odd) {
background-color:#f0faff;
}