/**** Table Dashboard ***/
 html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
   
#tableHomeAsAdvancedSearch {
    margin : 4em 4.5em;
}
#tableHomeAsAdvancedSearch form {
    position: relative;
}
#tableDashboardHeader {
    padding: 5px 0 0 0;
    margin-left: 1em;
}

header#tableDashboardHeader.DisplayNone {
    display: none;
}

#tableDashboardHeader .tableMenuIcon {
    margin-right: 7px;
}
#tableDashboardHeader .TableName {
    color: #59d;
    font-size: 18pt;
    box-sizing: border-box;
    min-width: 134px;
}
#tableDashboardHeader .TableName:hover {
    text-decoration: underline;
}
#tableDashboardHeader .TableName span {
    display: inline-block;
    vertical-align: middle;
}
#tableDashboardActions button,
#tableDashboardActions .Vibrant,
#tableDashboardHeader button,
#tableDashboardHeader .Vibrant
 {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.6em 1.2em;
}
#tableDashboardActions button > span,
#tableDashboardActions .Vibrant > span,
#tableDashboardHeader button > span,
#tableDashboardHeader .Vibrant > span {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    height: auto;
}
#tableDashboardActions button > span.Icon16,
#tableDashboardActions .Vibrant > span.Icon16,
#tableDashboardHeader button > span.Icon16,
#tableDashboardHeader .Vibrant > span.Icon16 {
    height: 16px;
    margin-right: 5px;
}

#tableDashboardHeader .Vibrant > span.Icon:last-child,
#tableDashboardHeader .Vibrant > span.Icon16:last-child {
    margin-right: 0;
}

#tableDashboardHeader .HeaderWithSearch > * {
    display: inline-block;
    vertical-align: middle;
}
#tableDashSearch {
    margin: 0.5em 0 0 2em;
    position: relative;
}


.SearchField {
    font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
    padding: 0.6em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: url('./images/icons/action_ico_search.png');
    background-repeat: no-repeat;
    background-position: 4px center;
    padding-left: 26px;
    padding-right: 21px;
    border: 1px solid #d7d7d7;
    margin: 0;
}
.SearchField.Searching {
    background-image: url('./images/loading.gif');
}

#tableDashSearch .ClearSearch {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -8px;
    background: url('./images/icons/clearsearch.png') no-repeat center center;
    cursor: pointer;
}

#tableDashSearch .ClearSearch.Invisible {
    visibility: hidden;
}

/* preload the search spinny image */
#tableDashSearch {
    background: url('./images/loading.gif') no-repeat -9999px 0;
}
#tdashReport .std_title_bar {
    display: none;
}
#tdashReport table.searchResults,
#tdashReport .viewOuter {
    width: 100%;
}

#tdashReport .VRinDiv {
    width: auto !important;
    height: auto !important;
}

#reportMain {
    padding-top: 1px;
    width:100%;
    position: relative;
    top: 14px;
}

#stripe4x { display: none !important; }

header.FacetHeader {
    margin-top: 6px;
}

.FacetHeader .Title {
   font-size: 13px;
   vertical-align: text-bottom;
   position: relative;
   top: 6px;
   left: 4px;
   font-family: 'Gibson-SemiBold', Helvetica, Arial, Sans-Serif;
   letter-spacing: .15px;
}

.FacetHeader #FiltersTitleCollapse {
    position: relative;
    top: 6px;
    left: 4px;
    letter-spacing: .5px;
}

.FacetHeader .Link {
   vertical-align: text-bottom;
}


#facetSection {
    display: table;
    width:100%;
    position: relative;
}
#facetWrapper {
    display: table-row;
    height: 100vh;
}
#facetSidebar, #reportMain, #facetSidebarSplitter {
    display : table-cell; 
}
#facetSidebar.DisplayNone {
    display: none;
}
#advSearchLink {
    margin-left: 3.5em;    
    text-decoration: none;
}

/***** faceting *****/
#facetList {
    display:block;
}
#facetBin {
    padding: 0;
}
#facetBin .Facet {
    display: inline-block;
    vertical-align: middle;
    margin: 4px 8px;
    min-height: 2.89em;
    height: auto;
}

#facetBin .Facet .Title {
    color: #333;
    font-family: 'Gibson-SemiBold', Helvetica, Arial, Sans-Serif;
    font-size: 10px;
    margin-left: 4px;
    margin-bottom: 3px;
}
#facetBin .Facet .Aspects {
    line-height: 20px;
    border-radius: 33px;
    background-color: #eeeeee;
    vertical-align: middle;
    padding: 0 10px;
}
#facetBin .Facet .Aspects .Aspect {
    display: inline-block;
    vertical-align: middle;
    whitespace: no-wrap;
    margin-right : 0.6em;
}
#facetBin .Facet .Aspects .Aspect:hover {
    color: #02B8F3;
}
#facetBin .Facet .Aspects .Aspect > * {
    display: inline-block;
}

#facetBin .Remove.Icon {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('./images/icons/icon_filter-close.png') no-repeat;
    cursor: pointer;
    margin-left: 3px;
    vertical-align: middle;
    margin-top: -2px; 
}

#facetBin .Facet .Aspects .Aspect:hover .Remove.Icon {
    background-image: url('./images/icons/icon_filter-close-hover.png');    
}

/* the vertical list of sidebars on the left */
#facetsList {
padding: 0 8px 0 3px;
}

#facetSidebar.NoFacets {
    display: none;
}

form.DisplayNone#facetKeywordForm {
    display: none;
}


.Large#facetKeywordForm {
    width: 250px;
    height: 40px;    
}

#facetKeywordForm {
    position: relative;
    display: inline-block;
    vertical-align:middle;
    width: 150px;
    margin-left: 3px;
}

#allFacetsDialog
{
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width:700px;
    height:425px;
}
#allFacetsDialog .SearchWrapper
{
    display:block;
    margin-top:10px;
    padding-left:20px;
}
#allFacetsDialog .clearwrapper,
#allFacetsDialog .clearwrapper input
{
    font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
    background: #f5f8fc;
}
#allFacetsDialog .clearwrapper img.clearsearch {
    top: 8px;
}
#facetKeywordForm .FacetKeyword
 {
     width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Gibson-Regular', Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #ccc;
    margin: 0;
    height: 34px;
    padding-left: 10px;
    /* Padding-right prevents text overlap with the clear icon. */
    padding-right: 26px;
}

/* Clears the extra x that appears next to clear icon in IE 11*/
#facetKeywordForm .FacetKeyword::-ms-clear {
    display: none;
}

#facetKeywordForm .Icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('./images/icons/action_ico_search.png') no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right:6px;
}

#facetKeywordForm .DoSearch.Icon {
    background-image: url('./images/icons/action_ico_search.png');
}
#facetKeywordForm .Searching.Icon {
    background-image: url('./images/loading.gif');
}
#facetKeywordForm .Clear.Icon {
    background-image: url('./images/icons/clearsearch.png');
    cursor: pointer;    
}

#facetResults {
   padding-left: 18px;
   min-width: 50%;
}

#facetSidebar {
    min-height : 100%;
}

#facetSidebarBoxInner {
    top : 1.938em;
}

#facetSidebarBox {
    position: relative;
    width: 17em;    
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 1em;
    height: 100% !important;
    top: 0px !important; /* needed for splitter to be flush to top */
}

.Chrome #facetSidebarBox {
    top: -1.60em !important; /* needed for splitter to be flush to top */
}


.Firefox #facetSidebarBoxInner {
    top: -0.938em;
}


.Firefox #facetPanelPlaceHolder  {
    top: 2.3em;
    left: -2em;
}

.ui-resizable-handle.ui-resizable-e {
    background-image: url('./images/icons/Splitter.png');
    background-repeat:repeat-y;
    background-attachment: local;
    cursor: ew-resize;
    height: 100%;
    right: 0;
    top: 1px;
    width: 12px;
    z-index: 5 !important; 
}
body.Firefox .ui-resizable-handle.ui-resizable-e,
body.IE8 .ui-resizable-handle.ui-resizable-e
{
    background-attachment:scroll;
}


#facetSidebar .AspectGroup  {
    padding-top: .5em;
    padding-left: 1.5em;
    margin-right: .4em;
}


.sideways
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.0, M12=-1.0, M21=1.0, M22=0.0,sizingMethod='auto expand')";filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.0, M12=-1.0, M21=1.0, M22=0.0,sizingMethod='auto expand');
    -moz-transform: matrix(0.0, 1.0, -1.0, 0.0, 0, 0);
    -webkit-transform: matrix(0.0, 1.0, -1.0, 0.0, 0, 0);
    -o-transform: matrix(0.0, 1.0, -1.0, 0.0, 0, 0);
}

.IE #facetPanelPlaceHolder
{
    width:9em;
}

.IE #facetPanelPlaceHolder header
{
    margin-left:-1em;
}

.IE #FiltersTitleCollapse
{
    padding-left:1.5em;
}
#facetPanelPlaceHolder {
    padding-left: 1em;    
}
#facetPanelPlaceHolder header
{
    width: 10em;
    word-wrap: break-word;
    word-break: break-word;    
}
#facetSidebarBox.FacetPanelCollapsed 
{
    min-width: 2em;
    width: 2em;
}

.facetPanelPlaceHolder, facetSidebarBoxInner {
    white-space: nowrap;
}
.IE #facetSidebarBox.FacetPanelCollapsed 
{
    min-width: 2.5em;
    width: 2.5em;
}

#facetSidebarBox.FacetPanelExpanded 
{
    width: 16.5em;
}

#facetSidebar .Toggler {
    color: #555;
    padding-bottom: 4px;
}

#facetSidebar .Toggler .sectionTitle {
    font-family: 'Gibson-SemiBold', Helvetica, Arial, Sans-Serif;
    font-size: 13px;
}

#facetSidebar .qbPersist.ToggleSectionIcon {
    left: -1.8em; 
    top: 1.1em;
}

#facetSidebar .AspectOption,
#facetSidebar .MoreAspects,
#allFacetsDialog .AspectOption {
    color: #555;
    cursor: pointer;
    margin-bottom: 0;
    list-style-type: none;
    padding: 0.25em 0 0.25em 20px;
}
#allFacetsDialog .AspectOption
{
    color: #555;
    cursor: pointer;
    margin-bottom: 0;
    list-style-type: none;
    padding: 0.25em 20px 0.25em 20px; 
}

#facetSidebar .NoOption {
    color : #CCCCCC;
    margin-bottom: 0;
    list-style-type: none;
    padding: 0.25em 0 0.25em 20px;   
    width: 10em;
    line-height: 1;     
}

#facetSidebar .MoreAspects > a
{
    color: #4987C9;
}
#facetSidebar .MoreAspects > a:hover { color:#365ebf; }


#facetSidebar .Expandee.SimpleList {
    margin-left: -1.5em;
    margin-bottom: 0;
    margin-top: 0;
}

#facetSidebar  .DateRange {
    margin-top: .5em;
    margin-bottom: .2em;
}

#facetSidebar .NoDates {
    color: #CCC;
}

#facetSidebar input.DateRange {
    width: 14em;
    margin-top: 0.4em;
    padding: 0.3em 0.4em;
    cursor: pointer;
    background : white url(images/icons/calendar_icon.png) no-repeat 12.7em 0.1em;
}

.range-start:hover .title-start,
.range-end:hover .title-end {
    color : #427CD8;
}

.ui-daterangepicker {
    border: none;
}


#facetSidebar input.ToInput {
    margin-left: 1.3em;
}
#facetSidebar  a,
#allFacetsDialog .AspectOption a
{
    text-decoration: none;
}

#facetSidebar .AspectOption Disabled.a,
#allFacetsDialog .AspectOption Disabled.a
{
 color: #666;
}

/* override jquery ui styles with fontstacks.css styles */
#allFacetsDialog .AspectOption a { color: #55A0EF; }
#allFacetsDialog .AspectOption a:hover { color: #365EBF; }

#facetSidebar .AspectOption.NotPresent {
    color: #ccc;
}
#facetSidebar .AspectOption:hover,
#allFacetsDialog .AspectOption:hover {
    color: #666;
    background: url('./images/icons/facet_hover.png') no-repeat 5px center;
    background-color: rgba(2, 184, 243, .08);
}
#facetSidebar .AspectOption.Disabled,
#facetSidebar .AspectOption.Selected,
#allFacetsDialog .AspectOption.Disabled,
#allFacetsDialog .AspectOption.Selected {
    background: url('./images/icons/facet_active.png') no-repeat 5px center;
    background-color: rgba(2, 184, 243, .08);
    color: #555 !important;
}
#facetSidebar .AspectOption.Disabled:hover,
#facetSidebar .AspectOption.Selected:hover,
#allFacetsDialog .AspectOption.Disabled:hover,
#allFacetsDialog .AspectOption.Selected:hover {
    text-decoration: none;
    background-image: url('./images/icons/facet_remove.png');
}

.AspectOption {
    color: #505050;
    word-wrap: break-word;
    word-break: break-word;    
}
.AspectOption:hover {
    color: #333;
}

#facetSidebar .DateFacetValues.Disabled,
#facetSidebar .DateFacetValues.Selected
{
    background-color: #DCE8F4;
}

#allFacetsDialog ul
{
    display:inline-block;
    width:auto;
    padding-left:20px;
    vertical-align:top;
}

#facetSidebar .Expandable {
    margin-top: 0;
}
#facetSidebar .Expandable > .SimpleList {
    padding-left: 0px;
}


.DateFacetValues {
    margin-left: -1.5em;
    padding-left: 20px;
}

#facetRange {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
}

#announcement_16 {
    margin-left: 0;
    margin-right: 0;
}

.NoRecordsBox {
    position: relative;
    width: auto;
    color: #333;
    top: 2em;
    right: 15em;
    font-size: 120%;
    float: right;
    border-radius: .3em;
}

.NoRecordsBox.CanCustom {
    right: 25em;
}

.NoRecordsBox.NoViewPerms
{
    right:11em;
}
.NoRecordsBox.NoViewPerms > .FS-H2
{
    text-align:center;
}

.NoRecordsBox .FS-H2{
    color: #575757;
}

.NoRecordsBox .FS-H1{
    padding-bottom : .3em;
}

.Arrowimg{
    position: absolute;
    z-index: 80; /* under dropdown menus & over page items */
    left: 24em;
    top: -2.25em;
}

.Firefox .Arrowimg{
    left: 25em;
}
.IE .Arrowimg {
    left: 25.5em;
}



@media (max-width: 1024px)
{
.NoRecordsBox {
    right: 11.5em;
    }
.NoRecordsBox.CanCustom {
    right: 14em;
    }
    
}

@media (max-width: 770px)
{
.Arrowimg {
    display: none;
    }
.NoRecordsBox,
.NoRecordsBox.CanCustom {
    width: 21em;
    right: 4em;    
    }
 
}

#bodyTable .TopSpacer
{
    height : 0 !important; /* no space at top with facet reports */
}

#descriptionInFacets
{
    padding: 0 0em .5em 1.5em
}

#tdashReport .SummaryTables 
{
    margin-top: 2em;
}