﻿.ipf-transition-visibility-inherit
{
    -ms-transition-property: visibility;
    -ms-transition-delay: 1ms;
    -webkit-transition-property: visibility;
    -webkit-transition-delay: 1ms;
    -moz-transition-property: visibility;
    -moz-transition-delay: 1ms;
    -o-transition-property: visibility;
    -o-transition-delay: 1ms;
    transition-property: visibility;
    transition-delay: 1ms;
}

#ipf-master-body-glasspanel
{
    position: absolute;
    background-color: #d9d9d9;
    filter: alpha(opacity=0);
    opacity: .5;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index:424242;
}

.ipf-modal-bg-enabled
{
    background-color: #d9d9d9;
    filter: alpha(opacity=0);
    opacity: .5;
    display: block;
    position: fixed;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    height: expression(parentElement.scrollHeight + 'px');
    width: 100%;
}

.ipf-progress-base
{
    width: 500px;
    height: 200px;
    background-color: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -100px;
    display: none;
    z-index: 100002;
}
.ipf-progress-outer
{
    width: 300px;
    height: 40px;
    background-color: #CCCCCC;
    margin: 70px auto 0px auto;
    overflow: hidden;
}
.ipf-progress-inner
{
    background-color: #DD0000;
    height: 40px;
}
.ipf-ofloating-region
{
    pointer-events: none;
}
.ipf-floating-region
{
    pointer-events: auto;
    background: -moz-linear-gradient(top,  rgba(233,233,233,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,233,233,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(233,233,233,1) 0%,rgba(249,249,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* --- Main and Header Region styling when detached --- */
.ipf-main
{
    padding: 0px;
    vertical-align: top;
}

.ipf-main > table
{
   padding: 0px;
   margin: 0; 
}

.ipf-leftheader, .ipf-rightheader
{
    padding: 0px;
    vertical-align: middle;
}

.ipf-topheader .ipf-size:first-of-type, .ipf-bottomheader .ipf-size:first-of-type
{
    padding: 0px;
    margin: auto; /* center the table in the header region */
}

/* --- IPF Overall Styling --- */
#ipf-master-body
{
    /*Issue 145677*/
    color: #000;
    color: #072140; /* added by LBC */
    background-color: #fff;
    height: 100%;
    width: 100%;
    white-space: normal; /* normally, we want text to wrap, breaking on word boundaries */
    word-wrap: break-word; /* if a word won't fit, break it rather than overflow */
    -ms-word-break: normal;
    word-break: normal;
    word-break: break-word; /* Non standard for webkit */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    position: relative;
}

#ipf-master-body a:link, #ipf-master-body a:hover, #ipf-master-body a:active, #ipf-master-body a:visited
{
    color: #0072bc;
}

.ipf-gridtable > tbody > tr > td
{
    padding: 0;
	vertical-align: top; /* if one TD grows taller, this makes sure all TDs in a row continue to align */
}

/* for debugging
#ipf-master-body td
{
background: -webkit-linear-gradient(bottom, white, grey);
}
*/

#ipf-master-body, #ipf-master-body .ms-WPBody, #ipf-master-body .ms-WPBody td
{
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

body.ipf-body #s4-workspace
{
    overflow: visible;
    position: relative;
}

body.ipf-body #s4-bodyContainer
{
    min-width: inherit;
}

body.ipf-body-main, body.ipf-panel-standalone
{
    overflow: auto;
}

body.ipf-body .s4-ba
{
    padding: 0;
}

body.ipf-body-main #s4-bodyContainer
{
    min-width: 1000px;
}

.ipf-body-sub
{
    margin: 0;
}

.ipf-body-sub > form
{
    margin: 0;
}

/* popout breadcrumb menu needs background color for firefox */
body.ipf-body .s4-breadcrumb-menu
{
    background: #f2f2f2;
}

/* body area normally has a white background */
body.ipf-body .s4-ca
{
    background: transparent none repeat scroll 0 0;
}

/* drop notification messages a little lower...need to clean this up... */
body.ipf-body .s4-noti
{
    /*    margin-top: 10px;*/
}

/* when SP left panel isn't displayed */
body.ipf-body .ipf-ca
{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.ipf-body .ms-dlgBorder
{
    border: 1px solid #db843c;
}

body.ipf-body .ms-dlgTitleBtns
{
    padding-top: inherit;
}

body.ipf-body .ms-dlgTitle
{
    border-bottom: 1px solid #ddd;
    height: 23px;
}

body.ipf-body .ms-dlgTitleText
{
    font-family: inherit;
    line-height: inherit;
    padding-top: 3px;
}

html.ms-dialog body.ipf-body
{
    min-width: 0;
    overflow: auto;
}

#ipf-master-body .ajax__tab_xp .ajax__tab_header, #ipf-master-body .ajax__tab_xp .ajax__tab_body
{
    font-family: inherit !important;
    font-size: inherit !important;
}

/* MS tables */
#ipf-master-body .ms-vb, #ipf-master-body .ms-vb2
{
    vertical-align: top;
}

#ipf-master-body .ms-vb > div, #ipf-master-body .ms-vb > div > p, #ipf-master-body .ms-vb2 > div, #ipf-master-body .ms-vb2 > div > p
{
    margin: 0px;
}

/* --- For IPFGrid.master -> page headers --- */
#ipf-master-header-top
{
    width: 100%;
}

#ipf-master-panel-body
{
    width: 100%;
    margin: 0px;
}

#ipf-master-header-bottom
{
    width: 100%;
}

/* --- Panel iframes --- */
#ipf-panel-header
{
    height: 180px;
    width: 100%;
}

#ipf-panel-body
{
    margin-left: auto;
    margin-right: auto;
}

#ipf-panel-left
{
    float: left;
    height: 0;
    width: 0;
}

#ipf-panel-center
{
    visibility: hidden;
}

/* make sure the center panel in modal dialogs is visible */
html.ms-dialog #ipf-panel-center
{
    visibility: visible;
}

#ipf-panel-right
{
    float: right;
    height: 0;
    width: 0;
}

#ipf-panel-footer
{
    height: 30px;
    width: 100%;
}

.ipf-panel
{
    border: none;
    overflow: hidden;
}

#ipf-header-announcements
{
    height: 71px;
}

/* --- IPF ribbon parts --- */
.ipf-topbar, body.ipf-body .ms-dlgTitle
{
    background: -moz-linear-gradient(top, #db843c, #cc4400);
    background: -webkit-gradient(linear, left top, left bottom, from(#db843c), to(#cc4400));
    background: -webkit-linear-gradient(top, #db843c, #cc4400);
    background: -o-linear-gradient(top, #db843c, #cc4400);
    background: -ms-linear-gradient(top, #db843c, #cc4400);
    background: linear-gradient(to bottom, #db843c, #cc4400);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#db843c', EndColorStr='#cc4400', GradientType=0);
}

/* Announcements and help link */

.ipf-announcements-header
{
    font-weight: bold;
    margin-left: 1px;
}

.ipf-announcements-text
{
    display: inline-block;
    font-size: 11px;
    height: 44px;
    overflow: hidden;
    vertical-align: top;
    width: 250px;
}

.ipf-announcements-nav
{
    display: inline-block;
    text-align: right;
    vertical-align: bottom;
    width: 35px;
}

#ipf-ribbon-help
{
    position: absolute;
    right: 0;
}

#ipf-ribbon-adminmode
{
    position: absolute;
}

/* main navigation */
#ipf-ribbon-navigation
{
    clear: right;
}

/* progress indicator */
#ipf-progress-imagecontainer
{
    height: 16px;
    margin: -19px auto 2px;
    width: 16px;
}

.ms-dialog #ipf-progress-imagecontainer
{
    margin: -1px auto 0;
    padding: 0 272px;
}

#ipf-progress-image
{
    visibility: hidden;
}

#ipf-footer
{
    margin: 15px auto 0;
    width: 100%;
}

#ipf-footerlogo
{
    margin: 4px 4px 0 auto;
    width: 100px;
}

/* --- Iframe --- */
#ipf-master-body iframe
{
    border-width: 0;
}

/* --- Fieldset --- */
#ipf-master-body fieldset
{
    padding: 5px 7px 1px;
}

/* --- Link --- */
#ipf-master-body a:link, #ipf-master-body a:link input[type="text"], #ipf-master-body a:visited, #ipf-master-body a:visited input[type="text"]
{
    cursor: pointer;
    text-decoration: none;
}

#ipf-master-body a:hover, #ipf-master-body a:hover input[type="text"], #ipf-master-body li.ipf-active a
{
}

#ipf-master-body a[disabled="disabled"], #ipf-master-body a[disabled="disabled"] input[type="text"]
{
    color: inherit;
    text-decoration: none;
}

#ipf-master-body a[disabled="disabled"] img
{
    border: none;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/* --- Textarea --- */
#ipf-master-body textarea
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #666;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 2px 0;
    overflow: auto;
    padding: 2px;
    resize: none;
    width: 100%;
}

#ipf-master-body textarea[readonly="readonly"]
{
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

/* --- Input --- */
#ipf-master-body input, #ipf-master-body .ms-input
{
    color: #072140;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    white-space: inherit; /* override the user agent stylesheet */
    word-wrap: inherit;
    -ms-word-break: normal;
    word-break: normal;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;    
}

#ipf-master-body input[type="submit"], #ipf-master-body input[type="button"]
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 123.1%;
    padding: 1px 6px;
    text-decoration: none;
    width: 100%;
}

#ipf-master-body input[type="submit"], #ipf-master-body input[type="button"], .ipf-imagebutton input[type="image"], .ipf-imagebutton img
{
    background: -moz-linear-gradient(top, #db843c, #cc4400);
    background: -webkit-gradient(linear, left top, left bottom, from(#db843c), to(#cc4400));
    background: -webkit-linear-gradient(top, #db843c, #cc4400);
    background: -o-linear-gradient(top, #db843c, #cc4400);
    background: -ms-linear-gradient(top, #db843c, #cc4400);
    background: linear-gradient(to bottom, #db843c, #cc4400);
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#db843c', EndColorStr='#cc4400', GradientType=0) alpha(opacity=70);
    margin: 2px;
}

#ipf-master-body input[type="submit"]:hover, #ipf-master-body input[type="button"]:hover, .ipf-imagebutton input[type="image"]:hover, .ipf-imagebutton img:hover
{
    background: -moz-linear-gradient(top, #e05c04, #5a2d00);
    background: -webkit-gradient(linear, left top, left bottom, from(#e05c04), to(#5a2d00));
    background: -webkit-linear-gradient(top, #e05c04, #5a2d00);
    background: -o-linear-gradient(top, #e05c04, #5a2d00);
    background: -ms-linear-gradient(top, #e05c04, #5a2d00);
    background: linear-gradient(to bottom, #e05c04, #5a2d00);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#e05c04', EndColorStr='#5a2d00', GradientType=0) alpha(opacity=100);
    opacity: 1;
}

#ipf-master-body input[type="submit"]:active, #ipf-master-body input[type="button"]:active, .ipf-imagebutton input[type="image"]:active, .ipf-imagebutton img:active
{
    background: -moz-linear-gradient(top, #000000, #333333);
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#333333));
    background: -webkit-linear-gradient(top, #000000, #333333);
    background: -o-linear-gradient(top, #000000, #333333);
    background: -ms-linear-gradient(top, #000000, #333333);
    background: linear-gradient(to bottom, #000000, #333333);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#000000', EndColorStr='#333333', GradientType=0) alpha(opacity=100);
    opacity: 1;
}

#ipf-master-body input[type="submit"][disabled="disabled"], #ipf-master-body input[type="button"][disabled="disabled"], #ipf-master-body input[type="submit"][disabled="disabled"]:hover, #ipf-master-body input[type="button"][disabled="disabled"]:hover, #ipf-master-body input[type="submit"][disabled="disabled"]:active, #ipf-master-body input[type="button"][disabled="disabled"]:active
{
    background: -moz-linear-gradient(top, #db843c, #cc4400);
    background: -webkit-gradient(linear, left top, left bottom, from(#db843c), to(#cc4400));
    background: -webkit-linear-gradient(top, #db843c, #cc4400);
    background: -o-linear-gradient(top, #db843c, #cc4400);
    background: -ms-linear-gradient(top, #db843c, #cc4400);
    background: linear-gradient(to bottom, #db843c, #cc4400);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#db843c', EndColorStr='#cc4400', GradientType=0) alpha(opacity=40);
    opacity: 0.4;
}

#ipf-master-body input[type="text"], #ipf-master-body input[type="password"], .ipf-enabled input[type="text"], .ipf-enabled input[type="password"]
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #666;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 1px 2px;
    width: 100%;
}

#ipf-master-body input[type="text"]:focus, #ipf-master-body input[type="password"]:focus
{
    border: 1px solid #666;
    outline: none;
}

#ipf-master-body input[type="text"][disabled="disabled"], #ipf-master-body input[type="password"][disabled="disabled"], .ipf-enabled input[type="text"][disabled="disabled"], .ipf-enabled input[type="password"][disabled="disabled"]
{
    background: #f1f1f1;
}

#ipf-master-body input[type="text"][readonly="readonly"], #ipf-master-body input[type="password"][readonly="readonly"], .ipf-enabled input[type="text"][readonly="readonly"], .ipf-enabled input[type="password"][readonly="readonly"]
{
    background: transparent;
    border-width: 0;
    cursor: default;
    margin: 0;
    padding: 0;
}

.ipf-text input[type="text"], .ipf-text input[type="password"]
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-width: 0;
    cursor: default;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* --- IPF General --- */
.ipf-clickable-region
{
    cursor: pointer;
}

/* --- START: Modification to JQuery UI AutoComplete classes --- */
.ui-widget-content
{
	background-image: none;
	background-color:#FFF;
	color:#000;
	border:1px solid rgba(153,153,153,0.4);
}
.ui-widget-header 
{ 
	background-image: none;
	border: 1px solid rgba(102,100,103,0.95);
	background-color: rgba(102,100,103,0.95);
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover
{ 
	background-image: none;
	border: 1px solid transparent;
	background-color: rgba(19,163,247,0.9);
	color: #000;
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon
{
    background-image: url(/_layouts/IPF.Manager_v3.0.0.0/ImageFetcher.ashx?Class=SPAsset&SPList=IPF%20Site%20Assets&Folder=Images&Item=ui-icons_ffffff_256x240.png);
}
.ipf-ipfdropdown .ui-corner-all, .ipf-ipfdropdown .ui-corner-top, .ipf-ipfdropdown .ui-corner-left, .ipf-ipfdropdown .ui-corner-tl
{
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    -khtml-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
}
.ipf-ipfdropdown .ui-corner-all, .ipf-ipfdropdown .ui-corner-top, .ipf-ipfdropdown .ui-corner-right, .ipf-ipfdropdown .ui-corner-tr
{
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    -khtml-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}
.ipf-ipfdropdown .ui-corner-all, .ipf-ipfdropdown .ui-corner-bottom, .ipf-ipfdropdown .ui-corner-left, .ipf-ipfdropdown .ui-corner-bl
{
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -khtml-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.ipf-ipfdropdown .ui-corner-all, .ipf-ipfdropdown .ui-corner-bottom, .ipf-ipfdropdown .ui-corner-right, .ipf-ipfdropdown .ui-corner-br
{
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -khtml-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* Make jquery drop down backgrounds opaque */
.ipf-ipfdropdown ul.ui-widget-content
{
    background: rgb(113,113,113);
    background: rgba(113,113,113,0.8);
    filter: Alpha(opacity=80);
    font-size: 0.9em;
    overflow-wrap:normal;
    word-break: normal;
    word-wrap: normal;
}

.ipf-ipfdropdown .ui-state-hover, .ipf-ipfdropdown .ui-widget-content .ui-state-hover, .ipf-ipfdropdown .ui-widget-header .ui-state-hover, .ipf-ipfdropdown .ui-state-focus, .ipf-ipfdropdown .ui-widget-content .ui-state-focus, .ipf-ipfdropdown .ui-widget-header .ui-state-focus
{
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    filter: Alpha(opacity=90);
    border-color: rgba(19,163,247,1);
}

.ipf-ipfdropdown ul.ui-widget-content .ui-menu-item
{
    text-align: left;
    white-space: nowrap;
}

/* White text in dropdowns */
.ipf-ipfdropdown ul.ui-widget-content .ui-menu-item div
{
    color: rgb(255,255,255) !important;
}

.ipf-dropdown-collection
{
    display: inline-block;
    padding-right: 8px; /* to give some visual separation of columns */
    vertical-align: top; /* this makes sure that columns that wrap don't cause other columns to be pushed down */
    white-space: normal; /* these two make sure the data stays in it's columns */
    word-wrap: break-word; /* the width px is calculated dynamically in IPFDropdown.cs GetAutoCompleteDataImpl */
    -ms-word-break: normal;
    word-break: normal;
    word-break: break-word; /* Non standard for webkit */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
/* --- END: Modification to JQuery UI AutoComplete classes --- */

.ipf-dropdown-loading
{
    background-image: url(/_layouts/IPF.Manager_v3.0.0.0/ImageFetcher.ashx?Class=SPAsset&SPList=IPF%20Site%20Assets&Item=ajaxloading.gif&Folder=Images) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    padding-right: 20px !important;
}

.ipf-dropdown-loading-error
{
    background-image: url(/_layouts/IPF.Manager_v3.0.0.0/ImageFetcher.ashx?Class=SPAsset&SPList=IPF%20Site%20Assets&Item=error.png&Folder=Images) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    padding-right: 20px !important;
}

.ipf-dropdown-default
{
    background-image: url(/_layouts/IPF.Manager_v3.0.0.0/ImageFetcher.ashx?Class=SPAsset&SPList=IPF%20Site%20Assets&Item=dropdowndefault.png&Folder=Images) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    padding-right: 20px !important;
}

.ipf-dropdown-selectonly-default
{
    background-image: url(/_layouts/IPF.Manager_v3.0.0.0/ImageFetcher.ashx?Class=SPAsset&SPList=IPF%20Site%20Assets&Item=dropdown_selectonly_default.png&Folder=Images) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    padding-right: 20px !important;
}

.ipf_datepickerdefault
{
    background-image: url(/_layouts/IPF.Manager_v3.0.0.0/ImageFetcher.ashx?Class=SPAsset&SPList=IPF%20Site%20Assets&Item=calendar.gif&Folder=Images) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    padding-right: 20px !important;
}

.ipf-progress-inactive
{
    display: none;
}
.ipf-progress-active
{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100002;
}
.ipf-progress
{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100002;
}

.ipf-image .ipf-content-wrapper2
{
    width: 100%;
}

.ipf-image img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ipf-image .ipf-horizontalalign-right img
{
    display: block;
    margin-left: auto;
    margin-right: 0px;
}

.ipf-image .ipf-horizontalalign-left img
{
    display: block;
    margin-left: 0px;
    margin-right: auto;
}

.ipf-image .ipf-horizontalalign-center img
{
    display: block;
    margin-left: auto;
    margin-right:auto;
}

/* --- Tables --- */

/* Web part table */
.ipf-tablecontainer
{
}

.ipf-layout-table
{
    table-layout: fixed;
    border-spacing: 0px;
}

.ipf-gridtable
{
    border-spacing: 0px;
    table-layout: fixed;
}

.ipf-table
{
    border-spacing: 0px;
    table-layout: fixed;
}

thead.ipf-table-headerrow, tfoot.ipf-table-headerrow, .ipf-webpart-filter > div, .ipf-headercell input, .ipf-headercell
{
    /* Commented out for Issue 145584 background: #9c9c9c; background: -moz-linear-gradient(top, #bbbbbb, #888888); background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#888888)); filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#bbbbbb', EndColorStr='#888888', GradientType=0);*/
    background-color: #D8D8D8;
    color: #fff;
}

thead.ipf-table-headerrow, tfoot.ipf-table-headerrow, .ipf-headercell
{
    font-weight: bold;
}

thead.ipf-table-headerrow > tr > td, tfoot.ipf-table-headerrow > tr > td, .ipf-table > tbody td, .ipf-layout-table .ipf-headercell
{
    margin: 0; /* padding: 4px 4px 5px 15px; original / default value from IPF2.1 */
    padding: 0;
}

.ipf-table > tbody.ipf-rowgroup:hover, .ipf-table > tbody.ipf-rowgroup:hover input[readonly="readonly"], .ipf-table > tbody > tr:not(.ipf-nofill):hover, .ipf-table > tbody > tr:not(.ipf-nofill):hover input[readonly="readonly"]
{
    background-color: #f5f5f5 !important;
}

tr.ipf-nofill > td
{
    margin: 0;
    padding: 0;
}

table.ipf-nopaging
{
    border-bottom: 0;
}

/* @@@ old table stuff */
.ipf-table td ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ipf-table td li
{
    padding-top: 4px;
}

.ipf-table td li:first-child
{
    padding-top: 0;
}
/* end old table stuff */

/* --- Pager Navigation --- */
.ipf-ipfpager
{
    text-align: center;
    font-weight: bold;
    overflow: visible;
    white-space: nowrap;
    font-size: 120%;
}

.ipf-ipfpager-nav
{
    margin: 4px;
}

.ipf-ipfpager-recordnumbers
{
    margin: 4px;
}

.ipf-ipfpager-nav.ipf-ipfpager-nav-inactive
{
    font-weight: lighter;
}

/* --- General Web Part --- */

/* --- Menu Web Part --- */
.ipf-webpart-menu
{
    margin: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}

/*Issue 145677*/
#ipf-master-body .ipf-webpart-menu a
{
    color: #000;
}
#ipf-master-body .ipf-webpart-menu a:link
{
    color: #000;
}
#ipf-master-body .ipf-webpart-menu a:visited
{
    color: #000;
}
#ipf-master-body .ipf-webpart-menu a:hover
{
    color: #C40;
}
#ipf-master-body .ipf-webpart-menu a:active
{
    color: #C40;
}

.ipf-webpart-menu .ipf-layout-table
{
    table-layout: auto;
}

.ipf-webpart-menu .ipf-layout-table .ipf-content-wrapper
{
    border-left: 1px solid #000;
    margin: 0px 0px;
}


/* should be the same as the previous rule, but you can't have this rule in the same group
as the previous one, as %$^#$% IE 8 will then ignore the whole rule */
.ipf-webpart-menu td.ipf-last
{
    padding-right: 0;
}

.ipf-webpart-menu .ipf-gridtable
{
    margin-left: auto;
    margin-right: auto;
}

.ipf-menu-main
{
    font-size: 109%;
}

.ipf-menu-main td
{
    border-left-width: 2px;
    font-weight: bold;
}

.ipf-webpart-menu .ipf-menu-main
{
    border: 2px solid #000;
    overflow: hidden;
}

.ipf-webpart-menu .ipf-menu-main
{
    background: -moz-linear-gradient(top, #fafafa, #f0f0f0);
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f0f0f0));
    background: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
    background: -o-linear-gradient(top, #fafafa, #f0f0f0);
    background: -ms-linear-gradient(top, #fafafa, #f0f0f0);
    background: linear-gradient(to bottom, #fafafa, #f0f0f0);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fafafa', EndColorStr='#f0f0f0', GradientType=0);
}

/* --- Tabs --- */
.ipf-menu-tabs ul
{
    border-bottom: 1px solid #000;
    position: relative;
    text-align: left;
    padding-left: 10px;
}

.ipf-menu-tabs li:last-child
{
    background: -moz-linear-gradient(top, #ffffff, #aaaaaa);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#aaaaaa));
    background: -webkit-linear-gradient(top, #ffffff, #aaaaaa);
    background: -o-linear-gradient(top, #ffffff, #aaaaaa);
    background: -ms-linear-gradient(top, #ffffff, #aaaaaa);
    background: linear-gradient(to bottom, #ffffff, #aaaaaa);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#aaaaaa', GradientType=0);
    border: 1px solid #000;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    margin: 3px -1px;
    padding: 1px 5px 2px;
    position: relative;
    top: 4px;
}

/* should be the same as the previous rule, but you can't have this rule in the same group
as the previous one, as %$^#$% IE 8 will then ignore the whole rule */
.ipf-menu-tabs li, .ipf-menu-tabs li:first-child, .ipf-menu-tabs li.ipf-last
{
    background: -moz-linear-gradient(top, #ffffff, #aaaaaa);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#aaaaaa));
    background: -webkit-linear-gradient(top, #ffffff, #aaaaaa);
    background: -o-linear-gradient(top, #ffffff, #aaaaaa);
    background: -ms-linear-gradient(top, #ffffff, #aaaaaa);
    background: linear-gradient(to bottom, #ffffff, #aaaaaa);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#aaaaaa', GradientType=0);
    border: 1px solid #000;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    margin: 3px -1px;
    padding: 1px 5px 2px;
    position: relative;
    top: 4px;
}

.ipf-menu-tabs li.ipf-active
{
    background: #fff;
    border-bottom-color: #fff;
}

/* --- Advisory Messages --- */

.ipf-advisorymessage:before, .ipf-advisorymessage:after
{
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    content: '';
    position: absolute;
    top: -1px;
}

.ipf-advisorymessage:before
{
    left: -5px;
    border-right: 4px solid #c5d9e8;
}

.ipf-advisorymessage:after
{
    left: -4px;
    border-right: 4px solid #eef4f9;
}

.ipf-advisorymessage.ipf-moved:before, .ipf-advisorymessage.ipf-moved:after
{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.ipf-advisorymessage
{
    background-color: #eef4f9;
    border: solid 1px #c5d9e8;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    cursor: default;
    min-height: 10px;
    padding: 3px;
    position: absolute;
    text-align: left;
    top: 0;
    word-wrap: normal;
    z-index: 100;
}
.ipf-advisorymessagewrapper
{
    position: absolute;
    right: 0;
    top: 0;
}
.ipf-advisorymessagewrapper:hover > .ipf-advisorymessage, .ipf-advisorymessagewrapper > .ipf-show.ipf-longversion
{
    z-index: 101;
}

.ipf-advisorymessagewrapper > .ipf-hide.ipf-indicator
{
    display: none;
}

.ipf-advisorymessagewrapper > .ipf-show.ipf-longversion
{
    display: block;
}

.ipf-advisorymessage.ipf-indicator
{
    background-image: url(/_layouts/IPF.Manager_v3.0.0.0/ImageFetcher.ashx?Class=SPAsset&SPList=IPF%20Site%20Assets&Item=error2.png&Folder=Images);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    right: -22px;
    width: 10px;
}

.ipf-advisorymessage.ipf-longversion
{
    display: none;
    padding: 8px 10px;
    right: -226px;
    width: 200px;
}

.ipf-advisorymessage.ipf-longversion.ipf-moved
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    right: -222px;
}

/* error */
.ipf-advisorymessage-error .ipf-advisorymessage:before
{
    border-right-color: #f88;
}

.ipf-advisorymessage-error .ipf-advisorymessage:after
{
    border-right-color: #fcc;
}

.ipf-advisorymessage-error .ipf-advisorymessage
{
    background-color: #fcc;
    border-color: #f88;
}

.ipf-advisorymessage-error .ipf-show.ipf-longversion:before
{
    border-right-color: #aaa;
}

.ipf-advisorymessage-error .ipf-show.ipf-longversion:after
{
    border-right-color: #fbb;
}

.ipf-advisorymessage-error .ipf-show.ipf-longversion
{
    background-color: #fbb;
    border-color: #aaa;
}

/* warning */
.ipf-advisorymessage-warning .ipf-advisorymessage:before
{
    border-right-color: #e6e600;
}

.ipf-advisorymessage-warning .ipf-advisorymessage:after
{
    border-right-color: #ff9;
}

.ipf-advisorymessage-warning .ipf-advisorymessage
{
    background-color: #ff9;
    border-color: #e6e600;
}

.ipf-advisorymessage-warning .ipf-show.ipf-longversion:before
{
    border-right-color: #aaa;
}

.ipf-advisorymessage-warning .ipf-show.ipf-longversion:after
{
    border-right-color: #ff6;
}

.ipf-advisorymessage-warning .ipf-show.ipf-longversion
{
    background-color: #ff6;
    border-color: #aaa;
}

/* --- Placeholder messages --- */
/*,.ipf-placeholdermessage::-moz-placeholder,.ipf-placeholdermessage::-webkit-input-placeholder */
.ipf-placeholdermessage
{
    color: #ccc !important;
}

/* --- Preformatted text --- */
.ipf-preformatted
{
    white-space: pre-wrap;
    word-wrap: break-word;
    -ms-word-break: normal;
    word-break: normal;
    word-break: break-word; /* Non standard for webkit */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;    
    overflow-x: auto; /* Issue 154890 */
}

/* --- Category Tree Web Part --- */
#ipf-master-body .ipf-webpart-categorytree
{
    max-width: 350px;
    border-left: 3px solid #EEE;
    border-right: 3px solid #EEE;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 100%;
    margin-top: 10px;
    padding: 10px 10px 10px 0;
}

#ipf-master-body .ipf-webpart-categorytree ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#ipf-master-body .ipf-webpart-categorytree .ipf-tree-node
{
    padding-left: 20px;
    padding-top: 8px;
}
#ipf-master-body .ipf-webpart-categorytree .ExpandCollapseLink
{
    margin-left: -10px;
    border-width: 0px;
}
#ipf-master-body .ipf-webpart-categorytree .ExpandCollapseLink > img
{
    border-width: 0px;
    margin-right: 2px;
}
#ipf-master-body .ipf-webpart-categorytree .ExpandCollapseLink:hover
{
    border-width: 0px;
}
#ipf-master-body .ipf-webpart-categorytree .ExpandCollapseLink:hover > img
{
    border-width: 0px;
}
#ipf-master-body .ipf-webpart-categorytree .ipf-heading
{
    margin-top: 10px;
}
#ipf-master-body .ipf-webpart-categorytree .ipf-heading > a
{
    font-weight: bold;
    color: #333333;
    background-color: #EEE;
    text-decoration: none;
    display: block;
    padding: 5px;
    margin-bottom: 1px;
}
#ipf-master-body .ipf-webpart-categorytree .ipf-node-quantity
{
    margin-left: 2px;
    text-decoration: none;
    color: #DB843C;
    display: inline-block;
}



/* --- Panel & Grid Web Part --- */
.ipf-webpart-panel.ipf-horizontalalign-center, .ipf-webpart-grid.ipf-horizontalalign-center
{
    text-align: center;
}

.ipf-webpart-panel.ipf-horizontalalign-right, .ipf-webpart-grid.ipf-horizontalalign-right
{
    text-align: right;
}

.ipf-webpart-panel.ipf-horizontalalign-left, .ipf-webpart-grid.ipf-horizontalalign-left
{
    text-align: left;
}

.ipf-webpart-panel.ipf-compact > div, .ipf-webpart-grid.ipf-compact > div, .ipf-webpart-panel.ipf-horizontalalign-center > div, .ipf-webpart-grid.ipf-horizontalalign-center > div, .ipf-webpart-panel.ipf-horizontalalign-right > div, .ipf-webpart-grid.ipf-horizontalalign-right > div, .ipf-webpart-panel.ipf-horizontalalign-left > div, .ipf-webpart-grid.ipf-horizontalalign-left > div
{
    display: inline-block;
}


/* --- Web Page FDF --- */
.ipf-ipfwebpage
{
    width: 100%;
    height: 100%;
}

/* --- IPFGoogleMap FDF --- */
.ipf-ipfgooglemap
{
    width: 100%;
}

/* --- SLDocument --- */
.ipf-fileupload
{
    height: 10px;
    left: -999em;
    filter: alpha(opacity=0);
    opacity: 0;
    overflow: hidden;
    position: fixed;
    width: 10px;
}

/* --- Editor Part Styles --- */
.ipf-editorpart-table
{
    white-space: normal;
    table-layout: fixed;
}

.ipf-editorpart-table th
{
    vertical-align: bottom;
    font-weight: normal;
}

.ipf-editorpart-table input
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ipf-colgone.ipf-td-rowgone
{
    display:none;
}

/* --- Styles/FDF - should be last in this file [all styles have '!important' to make sure they override the default behavior]--- */
.ipf-gone .ipf-size:first-child, .ipf-tr-rowgone > td .ipf-size:first-child
{
    display: none !important;
}

td.ipf-gone, .ipf-tr-rowgone > td
{
    height: 0px !important;
}

.ipf-invisible
{
    visibility: hidden !important;
}

.ipf-link-center, .ipf-link-center input[type="text"]
{
    text-align: center !important;
}

.ipf-image-center
{
    text-align: center !important;
}

.ipf-cell,
.ipf-cell-empty
{
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ipf-removedrowgone > td.ipf-cell-empty
{
    height: 0px !important;
}

.ipf-size:after
{
    content: "";
    clear: right;
    display: block;
}

.ipf-content-wrapper2
{
    float: right;
    pointer-events: none;
}

.ipf-content-wrapper
{
    margin: 0;
    pointer-events: auto;
}

.ipf-content-wrapper2,
.ipf-content-wrapper
{
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ipf-expandcontentwidth .ipf-content-wrapper2
{
    min-width: 100%; /* makes the content wrapper div determine the size */
}

.ipf-expandcontentwidth .ipf-content
{
    display: inline-block;
    min-width: 100%;
}

.ipf-ipfbutton .ipf-cle,
.ipf-ipfbutton .ipf-content
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ipf-ipfbutton:not(.ipf-clickable) .ipf-content-wrapper:before
{
    background-color: rgba(0,0,0,0);
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.ipf-ipfbutton:not(.ipf-clickable) .ipf-content-wrapper
{
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)";
    opacity: 0.4;
}

.ipf-cards
{
    position: relative;
}

.ipf-card
{
}

.ipf-card-visible
{
    position: relative;
}

.ipf-card-hidden
{
    visibility: hidden;
    position: absolute;
}

.ipf-size
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.ipf-heighttransitionhidden
{
    overflow: hidden;
}

.ipf-ht-cell,
.ipf-ht-div
{
    padding: 0px;
}

.ipf-defaultheighttransition
{
    transition: height 250ms;
    -moz-transition: height 250ms; /* Firefox 4 */
    -webkit-transition: height 250ms; /* Safari and Chrome */
    -o-transition: height 250ms; /* Opera */
}

.ipf-scrolltransition
{
    transition: top 250ms, bottom 250ms, left 250ms, right 250ms;
    -moz-transition: top 250ms, bottom 250ms, left 250ms, right 250ms; /* Firefox 4 */
    -webkit-transition: top 250ms, bottom 250ms, left 250ms, right 250ms; /* Safari and Chrome */
    -o-transition: top 250ms, bottom 250ms, left 250ms, right 250ms; /* Opera */
}

.ipf-blank
{
}

.ipf-scrollblank
{
    background: -moz-radial-gradient(center,ellipse,#cbd2d6,#f7f7f7);
    background: -webkit-radial-gradient(center,ellipse,#cbd2d6,#f7f7f7);
    background: -ms-radial-gradient(center, ellipse,#cbd2d6,#f7f7f7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#cbd2d6',EndColorStr='#f7f7f7',GradientType=1)";
}

.ipf-norecordsfound
{
    padding-left: 5px;
	text-align: left;
}

.ipf-horizontalalign-right,
.ipf-text-right,
.ipf-text-right input[type="text"],
.ipf-decimal,
.ipf-decimal input[type="text"],
.ipf-date,
.ipf-date input[type="text"]
{
    text-align: right;
}

.ipf-horizontalalign-left,
.ipf-text-left,
.ipf-text-left input[type="text"]
{
    text-align: left;
}

.ipf-horizontalalign-center,
.ipf-text-center,
.ipf-text-center input[type="text"]
{
    text-align: center;
}

.ipf-content-wrapper2,
.ipf-content-wrapper2.ipf-horizontalalign-left
{
    right: 100%;
}

.ipf-content-wrapper2 > .ipf-content-wrapper,
.ipf-content-wrapper2.ipf-horizontalalign-left > .ipf-content-wrapper
{
    left: 100%;
}

.ipf-content-wrapper2.ipf-horizontalalign-right
{
    right: 0;
}

.ipf-content-wrapper2.ipf-horizontalalign-right > .ipf-content-wrapper
{
    left: 0;
}

.ipf-content-wrapper2.ipf-horizontalalign-center
{
    right: 50%;
}

.ipf-content-wrapper2.ipf-horizontalalign-center > .ipf-content-wrapper
{
    left: 50%;
}

.ipf-fontstyle-normal, .ipf-fontstyle-normal input[type="text"], .ipf-fontstyle-normal input[type="submit"], .ipf-fontstyle-normal input[type="button"]
{
    font-style: normal !important;
}

.ipf-fontstyle-italic, .ipf-fontstyle-italic input[type="text"], .ipf-fontstyle-italic input[type="submit"], .ipf-fontstyle-italic input[type="button"]
{
    font-style: italic !important;
}

.ipf-fontweight-normal, .ipf-fontweight-normal input[type="text"], .ipf-fontweight-normal input[type="submit"], .ipf-fontweight-normal input[type="button"]
{
    font-weight: normal !important;
}

.ipf-fontweight-bold, .ipf-fontweight-bold input[type="text"], .ipf-fontweight-bold input[type="submit"], .ipf-fontweight-bold input[type="button"]
{
    font-weight: bold !important;
}

td.ipf-cell,
div.ipf-cell
{
    vertical-align: middle;
}

td.ipf-verticalalign-bottom,
div.ipf-verticalalign-bottom.ipf-cell
{
    vertical-align: bottom !important;
}

td.ipf-verticalalign-middle,
div.ipf-verticalalign-middle.ipf-cell
{
    vertical-align: middle !important;
}

td.ipf-verticalalign-top,
div.ipf-verticalalign-top.ipf-cell
{
    vertical-align: top !important;
}
.ipf-content.ipf-verticalalign-bottom:before,
.ipf-content.ipf-verticalalign-middle:before,
.ipf-content.ipf-verticalalign-top:before
{
    content: "";
    display: inline-block;
    height: 100%;
}
.ipf-content.ipf-verticalalign-bottom:before
{
    vertical-align: bottom;
}
.ipf-content.ipf-verticalalign-middle:before
{
    vertical-align: middle;
}
.ipf-content.ipf-verticalalign-top:before
{
    vertical-align: top;
}
.ipf-content.ipf-verticalalign-bottom > *,
.ipf-content.ipf-verticalalign-middle > *,
.ipf-content.ipf-verticalalign-top > *
{
    display: inline-block;
}

.ipf-textarea-tag
{
    float: none;
}

.ipf-ipfcheckbox.ipf-disabled .ipf-content:after,
.ipf-select-tag.ipf-disabled .ipf-content-wrapper:after
{
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;

    background-color: #fff;
    opacity: 0;
}
