﻿
a {
   color: #0275d8;
}

.sf-menu li li,
.sf-menu li li li {
   background: #dce0e8;
}

.sf-menu > li > a {
   color: #0275d8 !important;
}

.sf-menu > li > ul a {
   border-color: #edf2f6;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
   background: #e5eef8;
}

#header {
   border-bottom-color: #c9d0ec;
}

#showMessage.Information {
   background-color: #b1d2f0;
}


table.report td, table.report th {
   border-color: #c1cfda !important;
}

table.report thead th, table.report thead td {
   color: #353d52;
   background-image: none;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,dce7ef+6,c7d4e5+100 */
   background: #c7d4e5; /* Old browsers */
   background: -moz-linear-gradient(top, #feffff 0%, #dce7ef 6%, #c7d4e5 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(top, #feffff 0%,#dce7ef 6%,#c7d4e5 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom, #feffff 0%,#dce7ef 6%,#c7d4e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#c7d4e5',GradientType=0 ); /* IE6-9 */
}

table.report thead th a:link, table.report thead th a:visited {
   color: #353d52;
   text-decoration: none;
}

table.report thead tr.filters td {
   background-color: #e5eff8;
}

table.report tbody tr td:first-child {
   color: inherit;
   opacity: .6;
}

table.report tbody tr.alt {
   background-color: #f2f6f9;
}

table.report tbody tr[onclick]:hover {
   background-color: #dce7f1;
}

table.report tfoot tr.pager {
   background-color: #dce7f1;
}

table.report tfoot tr.pager td a {
   border-color: #c1ceda;
   background-color: #cee0eb;
}


div.table.grid div.table-header-group > div > div {
   background-color: #c1ceda;
   border-color: #c1cfda;
   color: #353d52;
   background-image: none;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,dce7ef+6,c7d4e5+100 */
   background: #c7d4e5; /* Old browsers */
   background: -moz-linear-gradient(top, #feffff 0%, #dce7ef 6%, #c7d4e5 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(top, #feffff 0%,#dce7ef 6%,#c7d4e5 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom, #feffff 0%,#dce7ef 6%,#c7d4e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#c7d4e5',GradientType=0 ); /* IE6-9 */
}

div.table.grid div.table-footer-group > div > div {
   border-color: #c1ceda;
}

form.new .focus, form.edit .focus {
   background-color: #dce7f1 !important;
}