﻿/* header overrides */
#logo {
  background: url(../img/SnippInsightsLogo.png) 0 0 no-repeat;
  margin-left: 10px;
}
#header
{
  background-color: #fff;
}
#userName
{
  color:#17223c;
}
.nav_icon
{
  background: url(../Report/images/nav_icon.png) no-repeat;
}
.page_title
{
  background-color: #17223c;
  color: #fff;
  font-family: 'Century Gothic';
  text-transform: capitalize;
  font-size: 25px;
}
/* drop nav overrides */
.drop_nav
{
  background-color: #48556d;
  border-color: #17223c;
  width: 215px;
}
.drop_nav ul:first-child, .drop_nav ul:nth-child(2)
{
  border-bottom: none;
}
.toparrow
{
  border-color: #48556d rgba(0, 0, 0, 0);
}
.drop_nav ul li a
{
  color: #fff;
  line-height: 17px;
}
/* content header */
.insightsHeader
{
  font-size: 20px;
  font-family: 'Segoe UI',wf_segoe-ui_normal,helvetica,arial,sans-serif;
  color: #124b7c;
}
.visual-title
{
  font-size: 18px !important;
  font-family: 'Century Gothic' !important;
  color: #48556d !important;
}
#ReportListTable tr.border_bottom td {
  border-bottom:  none;
}

#rdoTimeAll, #rdoTime {
    width: 15px;
    height: 15px;
}

#rdoTime {
    margin-right: 7px;
}

#txtStartDate[disabled], #txtEndDate[disabled], #ddlAllTime[disabled], .disabled
{
    opacity: 0.5;
}


.midcontainer {
    min-width: 1050px !important;
}

.page_title_wrapper {
    width: 1028px;
}
