/* background color for the content part of the pages */
Body
{
    background-color: white;
    margin: 0px;
}

.PagingTable
{
    width: 100%;
    background-color: #FFFFFF;
    border-right: #003366 1px solid;
    border-top: #003366 1px solid;
    border-left: #003366 1px solid;
    border-bottom: #003366 1px solid;
}

.SkinObject
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link
{
    text-decoration: none;
    color: #003366;
}

A.SkinObject:visited
{
    text-decoration: none;
    color: #003366;
}

A.SkinObject:hover
{
    text-decoration: none;
    color: #003366;
}

A.SkinObject:active
{
    text-decoration: none;
    color: #003366;
}

/* styles for LANGUAGE skinobject */
.Language
{
    vertical-align: middle;
    margin: 0px;
}

.Language img
{
    border: none;
}


/* style for module titles */
.Head
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    /*font-size: 11px;*/
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* style to apply if the content should be hidden */
.Hidden
{
    display: none;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color: White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
    background-color: Transparent;
}
.DataGrid_Footer
{
    background-color: White;
}
.DataGrid_Header
{
    background-color: Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color: Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
    text-decoration: none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
    text-decoration: none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
    text-decoration: none;
    color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
    text-decoration: none;
    color: #003366;
}

/* styles used in the FileManager */
.FileManager
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    height: 400px;
}
.FileManager_ToolBar
{
    border-bottom: black 1px solid;
    height: 25px;
}
.FileManager_Explorer
{
    height: 100%;
    border: #696969 1px solid;
    background-color: White;
    margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
    height: 100%;
    border: #696969 1px solid;
    background-color: White;
    margin: 2px 2px 2px 2px;
    overflow: auto;
}

.FileManager_MessageBox
{
    text-align: center;
    vertical-align: middle;
    background-color: White;
    padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: #696969 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: #696969 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
    margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
    text-decoration: none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
    text-decoration: none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
    text-decoration: none;
    color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
    text-decoration: none;
    color: #003366;
}

/* styles used in the Wizard Framework */
.Wizard
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    height: 400px;
    width: 650px;
}
.WizardButton
{
    border-right: #696969 1px solid;
    padding-right: 2px;
    border-top: #696969 1px solid;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: #696969 1px solid;
    padding-top: 2px;
    border-bottom: #696969 1px solid;
    background-color: #dcdcdc;
}
.WizardHeader
{
    background: #ffffcc;
    border-bottom: black 1px solid;
    height: 40px;
}
.WizardFooter
{
    border-top: black 1px solid;
    background: #ccffcc;
    height: 25px;
    text-align: right;
}
.WizardBody
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 325px;
}
.WizardHelp
{
    padding-right: 5px;
    padding-left: 5px;
    font-size: 9pt;
    padding-bottom: 5px;
    border-left: black 1px solid;
    width: 180px;
    padding-top: 5px;
    background-color: #ccffff;
}
.WizardHelpText
{
    overflow: auto;
    font-size: 8pt;
    width: 180px;
    color: black;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    height: 300px;
}
.WizardText
{
    font-size: 9pt;
    color: black;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
    border-right: black 1px solid;
    padding-right: 2px;
    border-top: black 1px solid;
    padding-left: 2px;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 2px;
    border-left: black 1px solid;
    color: black;
    padding-top: 2px;
    border-bottom: black 1px solid;
    font-family: Tahoma, Arial, Helvetica;
    background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    text-decoration: underline;
    color: #003366;
}

A.CommandButton:visited
{
    text-decoration: underline;
    color: #003366;
}

A.CommandButton:hover
{
    text-decoration: underline;
    color: #ff0000;
}

A.CommandButton:active
{
    text-decoration: underline;
    color: #003366;
}

/* button style for standard HTML buttons */
.StandardButton
{
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 11px;
    background: #dddddd;
    color: #000000;
    font-family: Verdana, sans-serif;
}


/* GENERIC */
H1
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

H2
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

H3
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #003366;
}

H4
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #003366;
}

H5, DT
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}

H6
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}

TFOOT, THEAD
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    color: #003366;
}

TH
{
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #003366;
}

A:link
{
    text-decoration: none;
    color: #003366;
}

A:visited
{
    text-decoration: none;
    color: #003366;
}

A:hover
{
    text-decoration: underline;
    color: #ff0000;
}

A:active
{
    text-decoration: none;
    color: #003366;
}

SMALL
{
    font-size: 8px;
}

BIG
{
    font-size: 14px;
}

BLOCKQUOTE, PRE
{
    font-family: Lucida Console, monospace;
}


UL LI
{
    list-style-type: square;
}

UL LI LI
{
    list-style-type: disc;
}

UL LI LI LI
{
    list-style-type: circle;
}

OL LI
{
    list-style-type: decimal;
}

OL OL LI
{
    list-style-type: lower-alpha;
}

OL OL OL LI
{
    list-style-type: lower-roman;
}
OL UL LI
{
    list-style-type: disc;
}

HR
{
    color: #696969;
    height: 1pt;
    text-align: left;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer
{
    border-bottom: blue 0px solid;
    border-left: blue 0px solid;
    border-top: blue 0px solid;
    border-right: blue 0px solid;
}

.ModuleTitle_MenuBar
{
    cursor: pointer;
    height: 16px;
    background-color: Transparent;
}

.ModuleTitle_MenuItem
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    border-left: white 0px solid;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right: white 0px solid;
    background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
    cursor: pointer;
    background-color: #EEEEEE;
    border-left: #EEEEEE 1px solid;
    border-bottom: #EEEEEE 1px solid;
    border-top: #EEEEEE 1px solid;
    text-align: center;
    width: 15px;
    height: 21px;
}

.ModuleTitle_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    background-color: #FFFFFF;
    border-bottom: #FFFFFF 0px solid;
    border-left: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak
{
    border-bottom: #EEEEEE 1px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 1px solid;
    border-right: #EEEEEE 0px solid;
    background-color: #EEEEEE;
    height: 1px;
}

.ModuleTitle_MenuItemSel
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
    border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
}

/* Main Menu */
.MainMenu_MenuContainer
{
    background-color: transparent;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    height: 16px;
    background-color: Transparent;
}
.MainMenu_MenuItem
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    border-left: white 0px solid;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right: white 0px solid;
    background-color: Transparent;
}
.MainMenu_MenuIcon
{
    cursor: pointer;
    background-color: #EEEEEE;
    border-left: #EEEEEE 1px solid;
    border-bottom: #EEEEEE 1px solid;
    border-top: #EEEEEE 1px solid;
    text-align: center;
    width: 15px;
    height: 21px;
}
.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    background-color: #FFFFFF;
    border-bottom: #FFFFFF 0px solid;
    border-left: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
    border-bottom: #EEEEEE 1px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 1px solid;
    border-right: #EEEEEE 0px solid;
    background-color: #EEEEEE;
    height: 1px;
}
.MainMenu_MenuItemSel
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
    border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg
{
    background-color: #CCCCCC;
}

.TabBg
{
    background-color: black;
}

.SelectedTab
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link
{
    text-decoration: none;
    color: white;
}

A.SelectedTab:visited
{
    text-decoration: none;
    color: #eeeeee;
}

A.SelectedTab:hover
{
    text-decoration: none;
    color: #cccccc;
}

A.SelectedTab:active
{
    text-decoration: none;
    color: #eeeeee;
}

.OtherTabs
{
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.OtherTabs:link
{
    text-decoration: none;
    color: white;
}

A.OtherTabs:visited
{
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:hover
{
    text-decoration: none;
    color: #cccccc;
}

A.OtherTabs:active
{
    text-decoration: none;
    color: #eeeeee;
}

.PagingTable
{
    height: 33px;
}

/*
.LabelEditOverClass
{
	cursor: pointer;
	text-decoration: underline overline;
}
*/

.LabelEditTextClass
{
    border: solid 1px red;
    background-color: Transparent;
}

.LabelEditWorkClass
{
    /*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
    border: solid 0px red;
    background-color: Transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
    border: solid 1px black;
    white-space: nowrap;
    background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
    background-color: navy;
    color: White;
}


/*Edit In Place Tool Bar Classes*/
.eipbackimg
{
    border: outset 1px; /*give toolbar a 3D look*/
    position: absolute; /*needed so it doesn't take up space */
    margin-top: -22px; /*specify toolbar to be just above text */
    white-space: nowrap; /* makes toolbar horizontal */
    background: url(../../images/eip_toolbar.gif);
    background-color: #99cccc;
    background-repeat: repeat-x;
    height: 22px;
}

.eipbuttonbackimg
{
    width: 21px;
    height: 21px;
    cursor: pointer; /*change mouse to pointer when hover over button*/
    float: left;
}

.eipbutton_edit
{
    background: url(../../images/eip_edit.gif) no-repeat 100% center;
    float: left;
}
.eipbutton_save
{
    background: url(../../images/eip_save.gif) no-repeat 100% center;
    float: left;
}
.eipborderhover
{
    border: outset 1px;
}

/* used to collapse panes without any content in them */
.DNNEmptyPane
{
    width: 0px;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft
{
    text-align: left;
}
.DNNAlignright
{
    text-align: right;
}
.DNNAligncenter
{
    text-align: center;
}

/* Login Styles */
.LoginPanel
{
}

.LoginTabGroup
{
}

.LoginTab
{
    float: left;
    background: url( "../../images/tablogin_gray.gif" ) left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #FFF;
    border: 1px #25569a solid;
}

.LoginTabSelected
{
    float: left;
    background: url( "../../images/tablogin_gray.gif" ) left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #FFF;
    background-position: 0% -41px;
    border: 1px #25569a solid;
}

.LoginTabHover
{
    float: left;
    background: url( "../../images/tablogin_gray.gif" ) left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #555;
    border: 1px #C00 solid;
    cursor: pointer;
}

.LoginContainerGroup
{
    clear: both;
    padding-top: 5px;
}

.LoginContainer
{
}

/* Search SkinObject Styles */

div.SearchContainer
{
    position: relative;
    white-space: nowrap;
}

div.SearchBorder
{
    width: 200px;
    height: 20px;
    border: solid 1px #e0e0e0;
    position: relative;
    background-color: White;
    white-space: nowrap;
    float: left;
    margin-top: 2px;
}

input.SearchTextBox
{
    float: left;
    z-index: 10;
    border: 0px;
    width: 169px;
    height: 18px;
}

div.SearchContainer a
{
    padding: 0px 5px;
    position: relative;
    display: inline-block;
    display: -moz-inline-box;
}

div.SearchIcon
{
    float: left;
    width: 31px;
    height: 20px;
    cursor: pointer;
    z-index: 11;
    background: no-repeat 2px 2px;
    text-align: right;
}

div.SearchIcon img
{
    margin-top: 3px;
}

#SearchChoices
{
    width: 160px;
    clear: both;
    display: none;
    border: solid 1px #777;
    z-index: 2000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #eee;
    position: absolute;
    top: 21px;
    left: 0px;
}

#SearchChoices li
{
    cursor: pointer;
    margin: 2px;
    padding: 2px;
    padding-left: 25px;
    height: 20px;
    text-align: left;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 5px center;
    list-style: none;
    list-style-image: none;
    border: solid 1px #eee;
    display: block;
}

#SearchChoices li.searchHilite
{
    background-color: #ddf;
    border: solid 1px #aaf;
}

#SearchChoices li.searchDefault
{
    background-color: #eee;
    border: solid 1px #eee;
}

/* Event Viewer Styles */
.Exception
{
    color: #ffffff;
    background-color: #ff1414;
}
.ItemCreated
{
    color: #ffffff;
    background-color: #009900;
}
.ItemUpdated
{
    color: #ffffff;
    background-color: #009999;
}
.ItemDeleted
{
    color: #000000;
    background-color: #14ffff;
}
.OperationSuccess
{
    color: #ffffff;
    background-color: #999900;
}
.OperationFailure
{
    color: #ffffff;
    background-color: #990000;
}
.GeneralAdminOperation
{
    color: #ffffff;
    background-color: #4d0099;
}
.AdminAlert
{
    color: #ffffff;
    background-color: #148aff;
}
.HostAlert
{
    color: #ffffff;
    background-color: #ff8a14;
}
.SecurityException
{
    color: #ffffff;
    background-color: #000000;
}
#floater
{
    padding-right: 0px;
    padding-left: 0px;
    background: #ffffff;
    visibility: hidden;
    padding-bottom: 0px;
    margin: 0px;
    width: 150px;
    color: #ffffff;
    padding-top: 0px;
    position: absolute;
    height: auto;
}
#tablist
{
	width: 120px;
	margin: 0;
	border-right: 1px solid black;
	padding-bottom: 10px;
	float:left;
}

.dashboardPanel
{
	margin-left: 120px;
	padding: 0 10px 10px 10px;

}

.dashboardPanel table td
{
	padding: 2px 4px;
}

.dashboardPanel table th
{
	padding: 2px 4px;
	font-size: 1em;
	font-weight: bold;
	color: #036;
	border-bottom: 1px solid #9FB1BC;
}

.dashboardTableAlt
{
	background-color: #eee;
}

.dashboardGrid
{
	margin: 0;
}


/* telerik bug fix */
.rdfd_ {display:none !important; margin:0 !important;}

/* Start here, all iphi form skin settings: */

.iPhiForm .container { display: block; padding: 5px 0 10px 3px; clear: left; }
.iPhiForm .error ,
.iPhiForm .ValidationSummary { border: 1px solid #cd0a0a; padding: 4px 0 4px 2px; background-color: #fef1ec; margin-bottom: 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }

.iPhiForm .container .errormessage,
.iPhiForm .container .thefield,
.iPhiForm .container .warningmessage,
.iPhiForm .container .descriptive { display: block; margin: 0 0 0 10em; padding-left:3px;}

.iPhiForm .doNotDisplayElementForCongregate { display: none !important; }
.iPhiForm .doNotDisplayElement { display: none !important; }
.iPhiForm .collapsible .legend { cursor:pointer; }


/* labels */
.iPhiForm .thelabel { padding-top:4px; }
.iPhiForm .container .thelabel { float:left; width: 10em; text-align: right;}
.iPhiForm .nolabel .thelabel { visibility: hidden; display:none; }
.iPhiForm .radiogroup .thelabel { padding-top:5px; }
.iPhiForm .TextField .thelabel { padding-top:4px; }
.iPhiForm .TextArea .thelabel { padding-top:5px; }
.iPhiForm .SharedRichTextField .thelabel { padding-top:4px; }
.iPhiForm .ReadOnlyValue .thelabel, .iPhiForm .LinkPicker .thelabel { padding-top:0px; }

/*IE8*/
.iPhiForm .radiogroup .thelabel { padding-top:4px \0/; }
.iPhiForm .radiogroup.short .thelabel { padding-top:7px \0/; }
.iPhiForm .TextArea .thelabel { padding-top:4px \0/; }

/*IE9*/
:root .iPhiForm .radiogroup .thelabel { padding-top:6px \0/; }
:root .iPhiForm .radiogroup.short .thelabel { padding-top:9px \0/; }
:root .iPhiForm .TextArea .thelabel { padding-top:5px \0/; }
:root .iPhiForm .TextField .thelabel { padding-top:6px \0/; }

/* wide and wideindent */
.iPhiForm .container.wide .thelabel,
.iPhiForm .container.wideindent .thelabel { margin: 0 0 0 0; padding: 0 0 3px 0; text-align:left; float:none; width:auto; }
.iPhiForm .container.wide .errormessage,
.iPhiForm .container.wide .thefield,
.iPhiForm .container.wide .warningmessage,
.iPhiForm .container.wide .descriptive,
.iPhiForm .Congregate  > span.descriptive { display: block; margin: 0; padding-left:0px; clear:left;}
.iPhiForm .container.wideindent .errormessage,
.iPhiForm .container.wideindent .thefield,
.iPhiForm .container.wideindent .warningmessage,
.iPhiForm .container.wideindent .descriptive { display: block; clear:left;}

/* submit buttons */
.iPhiForm .CustomFormSubmitButton { float: left; clear: left; margin: 3px 0 0 10.5em; }
.iPhiForm .primary { font-weight: bold; }

/* colors and text styles */
.iPhiForm .errormessage,
.iPhiForm .warningmessage { color: #cd0a0a; }
.iPhiForm .optional label { font-weight:normal; line-height: 16px; }
.iPhiForm .required label { font-weight:bold; line-height: 16px; }

.iPhiForm .radiogroup.required label { font-weight:normal; line-height: 16px; }
.iPhiForm .radiogroup.required .thelabel { font-weight:bold; }


/* create "boxes" with fieldsets and legends; actual fieldsets and legends
replaced with div tags because Internet Explorer is the worst browser in
existance and I cannot get it to work right in IE compat mode*/
.iPhiForm div.fieldset { border:1px solid #000; border-top:0px; padding:0; margin:0 0 10px; }
.iPhiForm div.legend { background-color: #ececec; border: 1px solid #000; width: 100%; padding:2px 0px 2px 0px; margin:-1px 0px 0px -1px; font-weight: bold; text-indent: 6px; }
/* misc */
.iPhiForm .HiddenInput { display:none; }

.iPhiForm .actions { float: none; margin: 3px 0 0 10.8em; }


/* dropdowns */
.iPhiForm div.short.DropDown select {width:100px;}
.iPhiForm .DropDown select {width:200px;}
.iPhiForm div.long.DropDown select {width:300px;}
.iPhiForm div.long.DropDown select {width:300px;}
.iPhiForm div.wide.DropDown select {width:498px !important;}

/* file picker */
.iPhiForm div.short.FilePicker select {width:100px;}
.iPhiForm .FilePicker select {width:200px;}
.iPhiForm div.long.FilePicker select {width:300px;}

/* text fields, numbers and dates */
.iPhiForm div.short.TextField input { width:100px !important; }
.iPhiForm .TextField input { width:200px !important; }
.iPhiForm div.long.TextField input { width:300px !important; }
.iPhiForm div.wide.TextField input,
.iPhiForm div.wide.TextField span.thefield,
.iPhiForm div.wide.TextField span.RadInput
 {width:500px !important;}
.iPhiForm div.nolabel.TextField input {width:200px !important;}

/* date range */
.iPhiForm div.short.DateRange input[type=text] { width:100px !important; }
.iPhiForm .DateRange input[type=text] { width:200px !important; }
.iPhiForm div.long.DateRange input[type=text] { width:300px !important; }
.iPhiForm div.wide.DateRange input[type=text] {width:500px !important;}
.iPhiForm div.nolabel.DateRange input[type=text] {width:200px !important;}

/* dates */
.iPhiForm div.wide.TextField .RadPicker .rdfd_ { display: none !important; }
.iPhiForm div.TextField table.rcTable { width: auto !important; }
.iPhiForm div.TextField .RadPicker {width: auto !important; height: auto !important; }
.iPhiForm div.TextField table.rcTable td { width: auto !important; }

/* text areas */
.iPhiForm div.short.TextArea textarea {width:150px !important;}
.iPhiForm .TextArea textarea {width:200px !important;}
.iPhiForm div.long.TextArea textarea {width:300px !important;}
.iPhiForm div.wide.TextArea textarea {width:500px !important;}

.iPhiForm div.wide.TextArea textarea,
.iPhiForm div.wide.TextArea span.thefield,
.iPhiForm div.wide.TextArea  span.RadInput
{width:500px !important;}

.iPhiForm div.nolabel.TextArea textarea {width:300px !important;}

/* rich text */
.iPhiForm .sharedRichTextEdit img { border: 0; margin:4px 0 0 5px; }
.iPhiForm .sharedRichTextClear {  }
.iPhiForm .sharedRichTextContent { width: 500px; }
.iPhiForm .SharedRichTextField .annotation { border:1px solid #18A3FF; float: left; margin: 0; display: block; width: 450px; padding: 3px; }
.iPhiForm .sharedRichTextEdit { float: left; }

/* read only */
.iPhiForm div.wide.ReadOnlyValue label,
.iPhiForm div.wide.ReadOnlyValue span,
.iPhiForm .ReadOnlyValue.nolabel span { clear: both; display:block; margin:0; }


.iPhiForm .DateRange .thefield,
.iPhiForm .ReadOnlyValue .thefield { padding-top: 4px; }

/* radio groups */

.iPhiForm .radiogroup.short .thefield * { display:inline; clear: none; }
.iPhiForm .radiogroup.short .thefield label { width:auto; }
.iPhiForm .radiogroup.short .thefield input { margin: 3px 0 0 2em; }
.iPhiForm .radiogroup.short .thefield .first input { margin: 3px 0 0 0; }

/* tree views */
.iPhiForm div.short.TreeView div.stsselect-input {width:100px;}
.iPhiForm div.short.TreeView div.stsselect-text {width:77px;}
.iPhiForm .TreeView div.stsselect-input {width:200px;}
.iPhiForm .TreeView div.stsselect-text {width:177px;}
.iPhiForm div.long.TreeView  div.stsselect-input {width:300px;}
.iPhiForm div.long.TreeView  div.stsselect-text {width:277px;}
.iPhiForm div.stsselect-menu.jstree { min-width: 200px; overflow-x: hidden; overflow-y: auto; z-index: 5000; }

.iPhiForm div.stsselect-menu { position: absolute; top: 100%; left: 0; z-index: 5000; display: none; float: left; min-width: 160px; padding: 5px 0 !important;  margin: 2px 0 0; list-style: none;  background-color: #ffffff;  border: 1px solid #ccc;  border: 1px solid rgba(0, 0, 0, 0.2);  *border-right-width: 2px;  *border-bottom-width: 2px;  -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; max-height: 400px; overflow-y: auto; }
.iPhiForm .tv-event-result .pathElement { border-style: groove; border-width: 1px; display: inline-block; margin-top:3px; padding-left:3px; padding-right:3px; background-color: #BBFFFF; }
.iPhiForm div.tv-event-result { position: absolute; padding: 3px 3px 3px 0px; font-size: 12px; display: none; z-index: 5000; }
.iPhiForm .tv-event-result.open, .stsselect-menu.open.jstree  { display: block !important; }


.iPhiForm .checkbox input { margin-left:0; }

.ExportLister ul li { list-style-type:none; }

.Impersonate {
  padding: 5px;
  margin: 25px 15px 10px 10px;
  border: 2px dotted red;
  float: left;
}

.Impersonate .start {
  padding-left: 18px;
  background: url('user_go.png') no-repeat center left;
  clear: both;
}

.Impersonate .stop {
  padding-left: 18px;
  background: url('user_delete.png') no-repeat center left;
  clear: both;
}

.PasswordReset fieldset legend {
  font-size: 1.5em;
  font-weight: bold;
}

.PasswordReset fieldset .captcha div {
  margin-left: 9.5em;
}

.PasswordReset fieldset .captcha input {
  margin-left: 7.8em;
}

/* Control Panel BEGIN */
.ControlPanel {
  border: 0;
  margin: 10px auto 25px;
  width: 962px;
}

.ControlPanel div.rcbScroll {
    overflow-x: hidden !important;
}

.ControlPanel .RadToolBar_Horizontal .wideSeparator {
    margin-left: 22px;
    margin-right: 22px;
}

.RadTreeView .rtLI {
    margin: 0 !important;
}

/* Control Panel END */

.rdfd_ {display:none;}

.ModuleWrapperRadTab .multiPage {
    border: solid #94A7B5;
    border-width: 1px;
    background-color:#fff;
    padding:4px;
    margin-top:-2px;
}
.rbSkinnedButton:focus, .rbSkinnedButton:active,.rbSkinnedButton,
.rbSkinnedButton:hover, .rbSkinnedButtonChecked, .rbSkinnedButtonChecked:hover { text-decoration: none !important;}

table.workflowdetails span.incomplete {
text-indent:-9999px;
width:16px;
height:16px;
display:inline-block;
background-image: url(statuses.png);
}
table.workflowdetails span.complete {
text-indent:-9999px;
width:16px;
height:16px;
display:inline-block;
background-image: url(statuses.png);
background-position: -16px 0px;
}


.listview select {
width:170px;
height: 200px;
}
.listview td {
vertical-align: top;
}
.listview span.ui-icon {
    margin: 4px;
}

.ui-menu-item {
    list-style: none outside none !important;
}


/*Heirarchy styles */
.iPhiForm .Hierarchy .hierarchy-fg .ui-icon { float: right;margin: 0px; }

.iPhiForm .Hierarchy.short .hierarchy-fg  { width:108px;}
.iPhiForm .Hierarchy.short .hierarchy-fg .selectedoption  { width:86px;}

.iPhiForm .Hierarchy.long .hierarchy-fg  { width:308px;}
.iPhiForm .Hierarchy.long .hierarchy-fg .selectedoption  { width:286px;}

.iPhiForm .Hierarchy.wide .hierarchy-fg  { margin-top: 0 !important;}
.iPhiForm .Hierarchy.wideindent .hierarchy-fg  { margin-top: 0 !important;}

.hierarchy-fg .ui-icon {float:right; margin:5px 5px 5px 0;}
		.hierarchy-fg .selectedoption {
	background: none repeat scroll 0 0 white;
    border-right: 1px solid #C5DBEC;
	font-family: Geneva,Arial,Helvetica,sans-serif;
    color: #444444;
    float: left;
    line-height: 16px;
    margin: 0;
    overflow: hidden;
    padding-left: 5px;
    text-align: left;
    text-transform: auto;
    white-space: nowrap;
	font-size: 11px;
    width: 186px;
	 font-weight: normal !important;
	}
	 .hierarchy-fg {width:208px; display: inline-block; margin-top: -6px;}
.fg-menu-container { position: absolute; top:0; left:-999px; padding: .4em;  overflow: hidden; }
.fg-menu-container.fg-menu-flyout { overflow: visible; }

.fg-menu, .fg-menu ul { list-style-type:none; padding: 0; margin:0; }

.fg-menu { position:relative; }
.fg-menu-flyout .fg-menu { position:static; }

.fg-menu ul { position:absolute; top:0; }
.fg-menu ul ul { top:-1px; }

.fg-menu-container.fg-menu-ipod .fg-menu-content,
.fg-menu-container.fg-menu-ipod .fg-menu-content ul { background: none !important; }

.fg-menu.fg-menu-scroll,
.fg-menu ul.fg-menu-scroll { overflow: scroll;  overflow-x: hidden; }

.fg-menu li { clear:both; float:left; width:100%; margin: 0; padding:0; border: 0; }
.fg-menu li li { font-size:1em; } /* inner li font size must be reset so that they don't blow up */

.fg-menu-flyout ul ul { padding: .4em; }
.fg-menu-flyout li { position:relative; }

.fg-menu-scroll { overflow: scroll; overflow-x: hidden; }

.fg-menu-breadcrumb { margin: 0; padding: 0; }

.fg-menu-footer {  margin-top: .4em; padding: .4em; }
.fg-menu-header {  margin-bottom: .4em; padding: .4em; }

.fg-menu-breadcrumb li { float: left; list-style: none; margin: 0; padding: 0 .2em; font-size: .9em; opacity: .7; }
.fg-menu-breadcrumb li.fg-menu-prev-list,
.fg-menu-breadcrumb li.fg-menu-current-crumb { clear: left; float: none; opacity: 1; }
.fg-menu-breadcrumb li.fg-menu-current-crumb { padding-top: .2em; }

.fg-menu-breadcrumb a,
.fg-menu-breadcrumb span { float: left; }

.fg-menu-footer a:link,
.fg-menu-footer a:visited { float:left; width:100%; text-decoration: none; }
.fg-menu-footer a:hover,
.fg-menu-footer a:active {  }

.fg-menu-footer a span { float:left; cursor: pointer; }

.fg-menu-breadcrumb .fg-menu-prev-list a:link,
.fg-menu-breadcrumb .fg-menu-prev-list a:visited,
.fg-menu-breadcrumb .fg-menu-prev-list a:hover,
.fg-menu-breadcrumb .fg-menu-prev-list a:active { background-image: none; text-decoration:none; }

.fg-menu-breadcrumb .fg-menu-prev-list a { float: left; padding-right: .4em; }
.fg-menu-breadcrumb .fg-menu-prev-list a .ui-icon { float: left; }

.fg-menu-breadcrumb .fg-menu-current-crumb a:link,
.fg-menu-breadcrumb .fg-menu-current-crumb a:visited,
.fg-menu-breadcrumb .fg-menu-current-crumb a:hover,
.fg-menu-breadcrumb .fg-menu-current-crumb a:active { display:block; background-image:none; font-size:1.3em; text-decoration:none; }



/* REQUIRED LINK STYLES: links are "display:block" by default; if the menu options are split into
	selectable node links and 'next' links, the script floats the node links left and floats the 'next' links to the right	*/

.fg-menu a:link,
.fg-menu a:visited,
.fg-menu a:hover,
.fg-menu a:active { float:left; width:92%; padding:.3em 3%; text-decoration:none; outline: 0 !important; }

.fg-menu a { border: 1px dashed transparent; }

.fg-menu a.ui-state-default:link,
.fg-menu a.ui-state-default:visited,
.fg-menu a.ui-state-default:hover,
.fg-menu a.ui-state-default:active,
.fg-menu a.ui-state-hover:link,
.fg-menu a.ui-state-hover:visited,
.fg-menu a.ui-state-hover:hover,
.fg-menu a.ui-state-hover:active,
 .fg-menu a.ui-state-active:link,
 .fg-menu a.ui-state-active:visited,
 .fg-menu a.ui-state-active:hover,
.fg-menu a.ui-state-active:active { border-style: solid; font-weight: normal; }

.fg-menu a span { display:block; cursor:pointer; }


 /* SUGGESTED STYLES - for use with jQuery UI Themeroller CSS */

.fg-menu-indicator span { float:left; }
.fg-menu-indicator span.ui-icon { float:right; }

.fg-menu-content.ui-widget-content,
.fg-menu-content ul.ui-widget-content { border:0; }


/* ICONS AND DIVIDERS */

.fg-menu.fg-menu-has-icons a:link,
.fg-menu.fg-menu-has-icons a:visited,
.fg-menu.fg-menu-has-icons a:hover,
.fg-menu.fg-menu-has-icons a:active { padding-left:20px; }

.fg-menu .horizontal-divider hr, .fg-menu .horizontal-divider span { padding:0; margin:5px .6em; }
.fg-menu .horizontal-divider hr { border:0; height:1px; }
.fg-menu .horizontal-divider span { font-size:.9em; text-transform: uppercase; padding-left:.2em; }


/* END hierarchy styles*/

/*custom hierarchy styles*/

.fg-menu-container {
     left: -999px;
     padding: 0.4em;
     position: absolute;
     top: 0pt;
	 border-radius:0 !important;
	 min-height: 232px;
}

.fg-menu-container  .ui-corner-all { border-radius:0; }

.iPhiForm .Hierarchy .hierarchy-fg .hierarchy-fg .ui-icon {
     margin: 0px ! important;
}

.fg-menu-indicator span.ui-icon {
    margin-left: -16px;
    padding-right: 0;
}
.fg-menu a span {
    padding-right: 18px;
}

.iPhiForm .Hierarchy .ui-corner-all { border-radius:0; }
.iPhiForm .Hierarchy .hierarchy-fg { border-color:#afafaf; }

/* END custom hierarchy styles*/

.iPhiLogin.iPhiForm .actions {
    margin: 3px 0 0 10em;
    padding-left: 6px;
}


.GrantProgramBrowser .head { border-top: 2px solid black; float: left; clear: left; width: 100%;}
.GrantProgramBrowser .head .ui-icon {float: left;}
.GrantProgramBrowser .head label {float: left;}
.GrantProgramBrowser .body {clear: left;}

.RecommendGrantCharityList tr.rgAltRow td+td+td,
.RecommendGrantCharityList tr.rgRow td+td+td
{
text-align: center;
}



/* CSS Rules for display buttons on client side table settings */

.displayButton-Yes {
	background-color: #468847;
}
.displayButton:hover {
	cursor: pointer;
	text-decoration:none;
}
.displayButton {
	border-radius: 3px 3px 3px 3px;
	padding: 3px 4px 3px;
	color: #FFFFFF;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: baseline;
	white-space: nowrap;
	margin-bottom:5px;
	text-decoration:underline;
	text-align:center;
}
.displayButton-No {
	background-color: #B94A48;
}
.Order, .OrderPdf, .OrderExcel {
	text-align: right;
}
.ActionCol {
	white-space:nowrap;
}


                                                  /*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
/*

styling options, copy these 2 rules and configure...
swap .active for the following as necessary:
.level-1 - top level nav
.level-2 - second level nav
.level-3 - third level nav
.level-4 - 4th level nav, etc.

.selected-page - currently selected page or parent/grandparent/ancestor
.current-page - currently selected page only

.active is currently unused but exists in this demonstration page
*/
.mobile-menu > .nav.nav-tabs > .active > a {
   color: #0088cc;
   background-color: #fff;
}
.mobile-menu > .nav.nav-tabs > .active > a:hover,
.mobile-menu > .nav.nav-tabs > .active > a:focus {
   color: #0088cc;
   background-color: #eee;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); /* provides a very subtle emphasis */
}
/*end styling options*/

.mobile-menu > .nav-tabs > li > a.haschildren {
    margin-bottom: -2px;
    height: 20px;
    float: right;
    background-color: transparent;
}
.mobile-menu > .nav-tabs > li > a.haschildren:hover {
    text-decoration:none !important;
}

.mobile-menu > .nav-tabs > li > a.haschildren > i:before {
    line-height: 20px;
    margin-bottom: -2px;
}

.mobile-menu > ul {
  padding: 0;
  margin: 10px 25px;
}

.mobile-menu > ul > li > a {
  color: #0088cc;
  text-decoration: none;
}

.mobile-menu > .nav > li {
  list-style: none;
}

.mobile-menu > .nav > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.mobile-menu > .nav > li:first-child > a.haschildren {
  -webkit-border-radius: 0 4px 0 0;
     -moz-border-radius: 0 4px 0 0;
          border-radius: 0 4px 0 0;
}

.mobile-menu > .nav > li > a {
  display: block;
}

.mobile-menu > .nav > li > a:hover,
.mobile-menu > .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.mobile-menu > .nav > li > a > img {
  max-width: none;
}

.mobile-menu > .nav-tabs {
  *zoom: 1;
}

.mobile-menu > .nav-tabs:before
.mobile-menu > .nav-tabs:after {
  display: table;
  line-height: 0;
  content: "";
}

.mobile-menu > .nav-tabs:after {
  clear: both;
}

.mobile-menu > .nav-tabs > li {
  float: left;
}

.mobile-menu > .nav-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.mobile-menu > .nav-tabs {
  border-bottom: 1px solid #ddd;
}

.mobile-menu > .nav-tabs > li {
  margin-bottom: -1px;
}

.mobile-menu > .nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
}

.mobile-menu > .nav-tabs > li > a:hover,
.mobile-menu > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

.mobile-menu > .nav-tabs > .current-page > a,
.mobile-menu > .nav-tabs > .current-page > a:hover,
.mobile-menu > .nav-tabs > .current-page > a:focus {
  cursor: default;
}

.mobile-menu > .nav-stacked > li {
  float: none;
}

.mobile-menu > .nav-stacked > li > a {
  margin-right: 0;
  margin-bottom: -1px;
}

.mobile-menu > .nav-tabs.nav-stacked {
  border-bottom: 0;
}

.mobile-menu > .nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
}

.mobile-menu > .nav-tabs.nav-stacked > li > a:hover,
.mobile-menu > .nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

.Addresses_container + .rowEditor .Congregate:after,
.Communications_container + .rowEditor .Congregate:after {
    content: "After clicking save here, you must click save again on the main screen to submit your changes.";
}


.stsselect {
  display: inline-block;
  position: relative;
  line-height: 16px !important;
}

.stsselect-toggle {
  *margin-bottom: -3px;
}

.stsselect-toggle:active,
.open .stsselect-toggle {
  outline: 0;
}

.stsselect .caret {
  margin-top: 8px;
  margin-left: 2px;
}
ul.stsselect-menu li {
    list-style: none;
    margin: 0;
}

ul.stsselect-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0 !important; /* override ".Normal ul, .Normal ol" */
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;

  max-height: 300px;
  overflow-y: auto;
}

ul.stsselect-menu.pull-right {
  right: 0;
  left: auto;
}

ul.stsselect-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

ul.stsselect-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  min-height: 20px;
}

ul.stsselect-menu li > a.hover,
ul.stsselect-menu li > a:hover,
ul.stsselect-menu li > a:focus,
.stsselect-submenu:hover > a ,
.stsselect-submenu.hover > a {
  color: #333;
  text-decoration: none;
background: #87e0fd; /* Old browsers */
background: -moz-linear-gradient(top,  #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(40%,#53cbf1), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */

  background-repeat: repeat-x;
}

ul.stsselect-menu .active > a,
ul.stsselect-menu .active > a:hover,
ul.stsselect-menu .active > a.hover {
  color: #333333;
  text-decoration: none;
  background: #87e0fd; /* Old browsers */
background: -moz-linear-gradient(top,  #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(40%,#53cbf1), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */

  background-repeat: repeat-x;
  outline: 0;
}

ul.stsselect-menu .disabled > a,
ul.stsselect-menu .disabled > a:hover ,
ul.stsselect-menu .disabled > a.hover {
  color: #999999;
}

ul.stsselect-menu .disabled > a.hover,
ul.stsselect-menu .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
}

ul.stsselect-menu.open  {
  display: block;
}

.stsselect-submenu {
  position: relative;
}

.stsselect-submenu > ul.stsselect-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

.stsselect-submenu:hover > ul.stsselect-menu,
.stsselect-submenu.hover > ul.stsselect-menu {
  display: block;
}

.stsselect-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.stsselect-submenu.hover > a:after,
.stsselect-submenu:hover > a:after {
  border-left-color: #333;
}

.stsselect-submenu.pull-left {
  float: none;
}

.stsselect-submenu.pull-left > ul.stsselect-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.stsselect-input {
    border: 1px solid #C5C8CB;
    width: 220px;
    background-color: white;
}
.stsselect-input .caret-btn {
    float: right;
    border-left: 1px solid white;
    height: 22px;
    width: 16px;
}
.stsselect-input .caret {
/*
    16x22 pixel downward caret symbol
    8x4 solid image (borders) centered in margin for transparency

    to change the color, alter the border-top rule
    direction can be changed by swapping border-top for border-bottom
*/
    margin: 9px 4px;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;

    display: inline-block;
    width: 0; /* + 4px left margin, 4px left border, 4px right border, 4px right margin */
    height: 0; /* + 9px top margin, 4px top border, 9px bottom margin */
    vertical-align: top;
    content: "";
}

.stsselect-input .stsselect-text {
    display: inline-block;
    color: #000;
    font-size: 12.5px !important;
    height: 18px;
    line-height: 16px;
    overflow: hidden;
    padding: 2px 0 2px 2px;
    white-space: nowrap;
    width: 199px;
    margin-bottom: -4px;
}
.stsselect-input:hover .caret {
  border-top: 4px solid #333;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.stsselect-input:hover .caret-btn {
    border-left: 1px solid #999;
    background: #87e0fd; /* Old browsers */
    background: -moz-linear-gradient(top,  #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(40%,#53cbf1), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
}

.visuallyHidden {
    border: 0 !important;
    clip: rect(0 0 0 0);
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

ul.stsselect-menu.Hierarchy,
.Hierarchy ul.stsselect-menu  {
    overflow: visible;
    overflow-y: visible;
    overflow-x: visible;
    max-height: none;
}


ul.stsselect-menu.dateRange,
.dateRange ul.stsselect-menu  {
    overflow: visible;
    overflow-y: visible;
    overflow-x: visible;
    max-height: none;
}

ul.stsselect-menu li > div {
    display: none;
}

ul.stsselect-menu li.active > div {
    display: inline-block;
}


.stsselect-menu.open {display: block;}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/

}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange .datepickerBS {
  display: inline-block;
}

.datepickerBS input{
  width: 199px;
  text-align: center;
  margin-left: 2px;
}

.datepickerBS input.date-long{
  width: 199px;
}

.datepickerBS input.date-short{
  width: 129px;
}

.datepickerBS input.button{
  width: 68px;
}

.datepickerBS.invalid input[type="text"] {
	background:#ffe0e0;
	border: 0 !important;
	margin: 2px 3px;
}

.iPhiSearchForm .container .errormessage,
.iPhiSearchForm .container .thefield,
.iPhiSearchForm .container .warningmessage,
.iPhiSearchForm .container .descriptive { display: block; margin: 0 0 0 70px; padding-left:3px;}
.iPhiSearchForm .container .thelabel { float:left; width: 70px; text-align: right;}

.iPhiSearchForm .CustomFormSubmitButton {
    clear: left;
    float: left;
    margin: 3px 0 0 75px;
}


.iPhiNarrowForm .container { margin: 0; padding: 1px 0 1px 3px; }
.iPhiNarrowForm .container.error { margin: 0; padding: 0 0 0 2px; }
.iPhiNarrowForm .CustomFormSubmitButton { display: block; float: none; margin: 0 0 0 3px; padding-left: 0; text-align: left; }
.iPhiNarrowForm .container .thelabel,
.iPhiNarrowForm .container .errormessage,
.iPhiNarrowForm .container .thefield,
.iPhiNarrowForm .container .warningmessage,
.iPhiNarrowForm .container .descriptive { display: block; float: none; margin: 0; padding-left: 0; text-align: left; }
.iPhiNarrowForm .container .thelabel { width: auto; }

.GrantApplicationSummaryDashboard span.incomplete {
  background-image: url("statuses.png");
  display: inline-block;
  height: 16px;
  text-indent: -9999px;
  width: 16px;
}

.GrantApplicationSummaryDashboard span.complete {
  background-image: url("statuses.png");
  background-position: -16px 0;
  display: inline-block;
  height: 16px;
  text-indent: -9999px;
  width: 16px;
}

.GrantApplicationSummaryDashboard > div {
    display: block;
    width: 600px;
}
.GrantApplicationSummaryDashboard h3 {
    float: left; width:600px;
}
.GrantApplicationSummaryDashboard h3 .ui-icon {
    float:left;
}
.GrantApplicationSummaryDashboard .summary {
    float: left;
    width: 150px;
}
.GrantApplicationSummaryDashboard .requirements {
    float: right;
    width: 400px;
}
.GrantApplicationSummaryDashboard ul li {
    list-style: none;
}

.GrantApplicationSummaryDashboard .pager a {
    display: block;
    float: left;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #58789F;
    margin: 5px;
}
.GrantApplicationSummaryDashboard .pager { clear: both; }

.ApplicationOverview.iPhiForm .ReadOnlyValue .thefield * { display:inline; clear: none; white-space: pre-wrap;}

.ApplicationOverview.iPhiForm i.icon-check {
	color: green;
	margin-right: 5px;
}

/* fixing up the default look of the new login module */
.iPhiForm.iPhiNarrowForm {
    margin-bottom: 10px;
}

.iPhiNarrowForm .primary, .iPhiNarrowForm .secondary {
	display: block;
	margin-top: 8px;
}

.ModAuthenticationC a.secondary {
    line-height: 25px;
}


/* event calendar */

.calendar-table button {
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}
.calendar-table button[disabled] {
  cursor: default;
}
.calendar-table button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.calendar-table,
.calendar-table table {
  border-collapse: collapse;
  border-spacing: 0;
}
.calendar-table td,
.calendar-table th {
  padding: 0;
}
.calendar-table,
.calendar-table table {
  background-color: transparent;
}
.calendar-table th {
  text-align: left;
}
.calendar-table.table,
.calendar-table .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.calendar-table.table > thead > tr > th,
.calendar-table .table > thead > tr > th,
.calendar-table.table > tbody > tr > th,
.calendar-table .table > tbody > tr > th,
.calendar-table.table > thead > tr > td,
.calendar-table .table > thead > tr > td,
.calendar-table.table > tbody > tr > td,
.calendar-table .table > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.calendar-table.table > thead > tr > th,
.calendar-table .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.calendar-table.table > thead:first-child > tr:first-child > th,
.calendar-table .table > thead:first-child > tr:first-child > th,
.calendar-table.table > thead:first-child > tr:first-child > td,
.calendar-table .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.calendar-table.table .table,
.calendar-table .table .table {
  background-color: #ffffff;
}
.calendar-table.table-condensed > thead > tr > th,
.calendar-table .table-condensed > thead > tr > th,
.calendar-table.table-condensed > tbody > tr > th,
.calendar-table .table-condensed > tbody > tr > th,
.calendar-table.table-condensed > thead > tr > td,
.calendar-table .table-condensed > thead > tr > td,
.calendar-table.table-condensed > tbody > tr > td,
.calendar-table .table-condensed > tbody > tr > td {
  padding: 5px;
}
.calendar-table .table-striped > tbody > tr:nth-child(odd) > td,
.calendar-table .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.calendar-table.table > tbody > tr > td.active,
.calendar-table .table > tbody > tr > td.active,
.calendar-table.table > tbody > tr > th.active,
.calendar-table .table > tbody > tr > th.active {
  background-color: #f5f5f5;
}
.calendar-table .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.calendar-table .btn:focus,
.calendar-table .btn:active:focus,
.calendar-table .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.calendar-table .btn:hover,
.calendar-table .btn:focus {
  color: #333333;
  text-decoration: none;
}
.calendar-table .btn:active,
.calendar-table .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.calendar-table .btn.disabled,
.calendar-table .btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.calendar-table .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.calendar-table .btn-default:hover,
.calendar-table .btn-default:focus,
.calendar-table .btn-default:active,
.calendar-table .btn-default.active,
.open > .dropdown-toggle.calendar-table .btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.calendar-table .btn-default:active,
.calendar-table .btn-default.active,
.open > .dropdown-toggle.calendar-table .btn-default {
  background-image: none;
}
.calendar-table .btn-default.disabled,
.calendar-table .btn-default[disabled],
.calendar-table .btn-default.disabled:hover,
.calendar-table .btn-default[disabled]:hover,
.calendar-table .btn-default.disabled:focus,
.calendar-table .btn-default[disabled]:focus,
.calendar-table .btn-default.disabled:active,
.calendar-table .btn-default[disabled]:active,
.calendar-table .btn-default.disabled.active,
.calendar-table .btn-default[disabled].active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.calendar-table .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.calendar-table .btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.calendar-table .btn-link,
.calendar-table .btn-link:active,
.calendar-table .btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.calendar-table .btn-link,
.calendar-table .btn-link:hover,
.calendar-table .btn-link:focus,
.calendar-table .btn-link:active {
  border-color: transparent;
}
.calendar-table .btn-link:hover,
.calendar-table .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.calendar-table .btn-link[disabled]:hover,
.calendar-table .btn-link[disabled]:focus {
  color: #777777;
  text-decoration: none;
}
.calendar-table .btn-lg,
.calendar-table .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.calendar-table .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.calendar-table .btn-group > .btn {
  position: relative;
  float: left;
}
.calendar-table .btn-group > .btn:hover,
.calendar-table .btn-group > .btn:focus,
.calendar-table .btn-group > .btn:active,
.calendar-table .btn-group > .btn.active {
  z-index: 2;
}
.calendar-table .btn-group > .btn:focus {
  outline: 0;
}
.calendar-table .btn-group .btn + .btn,
.calendar-table .btn-group .btn + .btn-group,
.calendar-table .btn-group .btn-group + .btn,
.calendar-table .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.calendar-table .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.calendar-table .btn-group > .btn:first-child {
  margin-left: 0;
}
.calendar-table .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.calendar-table .btn-group > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.calendar-table .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.calendar-table .badge:empty {
  display: none;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.calendar-table .btn-default {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.calendar-table .btn-default:active,
.calendar-table .btn-default.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.calendar-table .btn:active,
.calendar-table .btn.active {
  background-image: none;
}
.calendar-table .btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.calendar-table .btn-default:hover,
.calendar-table .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.calendar-table .btn-default:active,
.calendar-table .btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.calendar-table .btn-default:disabled,
.calendar-table .btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.calendar-table .calendar-day {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 80px;
}
.calendar-table .outside .date {
  color: #ccc;
}
.calendar-table .timetitle {
  white-space: nowrap;
  text-align: right;
}
.calendar-table .event {
  border-top: 1px solid #b2dba1;
  border-bottom: 1px solid #b2dba1;
  background-image: linear-gradient(to bottom, #dff0d8 0px, #c8e5bc 100%);
  background-repeat: repeat-x;
  color: #3c763d;
  border-width: 1px;
  font-size: .75em;
  padding: 0 .75em;
  line-height: 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1px;
}
.calendar-table .event.begin {
  border-left: 1px solid #b2dba1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.calendar-table .event.end {
  border-right: 1px solid #b2dba1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.calendar-table .event.all-day {
  border-top: 1px solid #9acfea;
  border-bottom: 1px solid #9acfea;
  background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
  background-repeat: repeat-x;
  color: #31708f;
  border-width: 1px;
}
.calendar-table .event.all-day.begin {
  border-left: 1px solid #9acfea;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.calendar-table .event.all-day.end {
  border-right: 1px solid #9acfea;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.calendar-table .event.clear {
  background: none;
  border: 1px solid transparent;
}
.calendar-table.table-tight > thead > tr > th,
.calendar-table.table-tight > tbody > tr > th,
.calendar-table.table-tight > thead > tr > td,
.calendar-table.table-tight > tbody > tr > td {
  padding-left: 0;
  padding-right: 0;
}
.calendar-table .table-tight-vert > thead > tr > th,
.calendar-table .table-tight-vert > tbody > tr > th,
.calendar-table .table-tight-vert > thead > tr > td,
.calendar-table .table-tight-vert > tbody > tr > td{
  padding-top: 0;
  padding-bottom: 0;
}
.calendar-table.table {
  margin: 0 auto;
  width: 700px;
}

/* giving history pie chart; make legend always visible */
svg {
    overflow: visible !important;
}

/*Grant Form Charity List */

.addacharityLink {
    float: right;
}

.addCharityLink  {
	margin-left: 5px;
}


.grantFormCharityList .note {
    color: #cccccc;
    float: right;
    margin-top: 6px;
}

.modal.grantFormCharityList {
    height: auto;
    overflow: visible;
}

.modal.grantFormCharityList .modal-header button.close {
    background: url("images/x-icon-bw.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    float: none;
	overflow: auto;
	height: 29px;
    width: 29px;
	position: absolute;
    right: -13px;
    top: 3px;
	margin: -10px 0 0;
    min-width: 0 !important;
    opacity: 1;
}
/*!
 * Modal for Bootstrap
 */
 .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
  max-height: 75vh;
  overflow-y: auto;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}

.ContribCartPopupForm  div.modal {
    height: auto;
    overflow: visible;
}

.tableAlignLeft { text-align: left; }
.tableAlignCenter { text-align: center; }
.tableAlignRight { text-align: right; }

.SessionTimeoutTimer  {
	border:1px solid #cd0a0a;
	background-color:#fef1ec;
	margin-bottom:5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	position:fixed;
	text-align:center;
	top:10px;
	z-index:1030;
	width: 80%;
    right: 10%;
    left: 10%;
	padding: 10px;
}

.SessionTimeoutTimer span {
	font-size: 25px;
	font-weight: 60;
}

.AllGrantsBarChart .dataitem .hover {
  fill: brown;
  font-weight: bold;
  cursor: pointer;
}

.AllGrantsBarChart .dataitem text.hover {
  fill: #000;
}

.AllGrantsBarChart .dataitem .hover.isother {
  cursor: default;
}

.AllGrantsBarChart .axis {
  font: 10px sans-serif;
}

.AllGrantsBarChart .axis path,
.AllGrantsBarChart .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.datedropdown-month {
  width: 60px;
}
.datedropdown-month--full {
  width: 100px;
}
.datedropdown-day {
  width: 60px;
}
.datedropdown-year {
  width: 60px;
}

div.accountPickerList ul li {
    white-space: nowrap;
}

.searchListWrapper,
.selectedListWrapper {
	height:250px;
}

.accountPickerSelectedList,
.accountPickerSearchList {
	width:100%;
}

.accountPickerSelectedList thead tr td,
.accountPickerSearchList  thead tr td{
	background: rgb(234,239,243);
}

.Values_search_container {
    margin: 20px;
}

.multiselect .modal-body ul {
  list-style: none;
  margin: 0;
  padding:0 ;
}
.multiselect .modal-body li {
  list-style: none;
  list-style-image: none;
}
.multiselect .modal-body li:nth-child(2n) {
  background: #eee;
}

.multiselect .modal-body li label {
  display: block;
  padding: 5px 0px;
}

/* Tab Pages in CustomForms */

 /* Style the tab */
 .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tabpagedform {
  border: 1px solid #ccc;
  border-top: none;
}

.tab div {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  display: none;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Create an active/current tablink class */
.tab div.active {
  display: block;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

body.nextbuttonshowing .CustomFormSubmitButton {
  display: none;
}

body.nextbuttonshowing .cfcaptcha {
  display: none;
}

.tabbackbutton {
  display: none;
}

body.backbuttonshowing .tabbackbutton {
  display: inline;
}

.tabnextbutton {
  display: none;
}

body.nextbuttonshowing .tabnextbutton {
  display: inline;
}

.tabpagedform .innerprogressbar {
  background-color: rgb(233, 233, 233) ;
  height: 32px ;
}









.dateRangePopUp>div {
  padding-left: 10px;
}

.dateRangePopUp .startDate,
.dateRangePopUp .endDate {
  display:none;
}

.dateRangePopUp {
  display: flex;
}
.dateRangePopupModal.in .modal-dialog {
  display:flex;
}
.dateRangePopUp .selectList{
  white-space: nowrap;
}

.iPhiForm .DateRange .dateRangePopUp input[type=text] { width:200px !important; }

.dateRangePopUp.showStartDate .startDate {
  display:table-cell;
}
.dateRangePopUp.showEndDate .endDate {
  display:table-cell;
}

.dateRangePopUp ul {
    padding-left: 0;
}
.dateRangePopUp li {
    list-style-type: none;
}


/*
 * sizes and positions
 */
a.datepicker-button {
	cursor: pointer;
}
div.datepicker-calendar {
	margin: 0 10px 10px 0;
	font-size: .9em;
	padding: 2px;
	position: absolute;
	width: 261px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 50;
}
div.datepicker-calendar div.datepicker-month-wrap {
	margin: 0;
	padding-top: 1px;
	text-align: center;
	height: 30px;
}
div.datepicker-calendar div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar div.datepicker-month-fast-next.disabled ,
div.datepicker-calendar div.datepicker-month-prev.disabled,
div.datepicker-calendar div.datepicker-month-next.disabled {
	border: none;
	cursor: default;
}
div.datepicker-calendar div.datepicker-month-fast-prev,
div.datepicker-calendar div.datepicker-month-fast-next,
div.datepicker-calendar div.datepicker-month-prev,
div.datepicker-calendar div.datepicker-month-next {
	cursor: pointer;
	margin: 3px;
	width: 24px;
	height: 24px;
	padding-top: 3px;
}
div.datepicker-calendar div.datepicker-month-fast-prev {
	padding-right: 2px;
}
div.datepicker-calendar div.datepicker-month-fast-next {
	padding-left: 2px;
}
div.datepicker-calendar div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar div.datepicker-month-next.enabled:hover,
div.datepicker-calendar div.datepicker-month-next.enabled:focus {
	margin-top: 2px;
	border: 1px solid #800;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.datepicker-calendar div.datepicker-month {
	margin: 3px 56px 2px 56px;
	height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	cursor: pointer;
	padding-top: 1px;
}
div.datepicker-calendar div.datepicker-month:after {
	font-family: 'Glyphicons Halflings';
	font-size: 0.6em;
	display: inline-block;
}
div.datepicker-calendar div.datepicker-month:hover,
div.datepicker-calendar div.datepicker-month:focus {
	padding-top: 0;
	border: 1px solid #800;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.datepicker-calendar table.datepicker-grid {
	width: 100%;
	font-size: 1.2em;
	text-align: center;
}
div.datepicker-calendar table.datepicker-grid.rtl {
	direction: rtl;
}
div.datepicker-calendar table.datepicker-grid:focus {
	outline: none;
}
div.datepicker-calendar table.datepicker-grid th,
div.datepicker-calendar table.datepicker-grid td{
	text-align: center;
	padding: 0;
}
div.datepicker-calendar table.datepicker-grid th abbr{
	border: none;
}
div.datepicker-calendar table.datepicker-grid td {
	border: 1px solid #999;
	cursor: pointer;
}
div.datepicker-calendar table.datepicker-grid td.unselectable {
	cursor: default;
}
div.datepicker-calendar table.datepicker-grid th,
div.datepicker-calendar table.datepicker-grid td.day {
	height: 30px;
}
div.datepicker-calendar table.datepicker-grid td.month {
	height: 60px;
}
div.datepicker-calendar table.datepicker-grid td.year {
	height: 45px;
}
div.datepicker-calendar table.datepicker-grid td.curDay,
div.datepicker-calendar table.datepicker-grid td.curMonth,
div.datepicker-calendar table.datepicker-grid td.curYear {
	border: 1px solid #999;
}
div.datepicker-calendar table.datepicker-grid td.empty {
	border: 1px solid #999;
	cursor: default;
}
div.datepicker-calendar .offscreen {
	position: absolute;
	left: -200em;
	top: -100em;
}
.datepicker-overlay {
	background: #777;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
	height: 100%;
	min-height: 100%;
	z-index: 40;
}
div.datepicker-calendar button.datepicker-close {
	height: 30px;
	width: 100%;
	font-weight: bold;
	margin-top: 1px;
	border: 1px solid #eee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/****************************
 * colors
 ***************************/

/****************************
 * default theme colors
 ***************************/
a.datepicker-button.default:hover,
a.datepicker-button.default:focus {
	background-color: #DDD;
}
div.datepicker-calendar.default {
  background-color: #FFF;
  width:255px;
}
div.datepicker-calendar.default div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar.default div.datepicker-month-fast-next.disabled ,
div.datepicker-calendar.default div.datepicker-month-prev.disabled,
div.datepicker-calendar.default div.datepicker-month-next.disabled {
	color:  #999;
}
div.datepicker-calendar.default div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar.default div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar.default div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar.default div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-next.enabled:focus,
div.datepicker-calendar.default div.datepicker-month:hover,
div.datepicker-calendar.default div.datepicker-month:focus,
div.datepicker-calendar.default button.datepicker-close:hover,
div.datepicker-calendar.default button.datepicker-close:focus {
	background-color: #EEE;
	border-color:  #999;
}
div.datepicker-calendar.default table.datepicker-grid:focus {
	outline: 1px dotted #999;
}
div.datepicker-calendar.default tr.datepicker-weekdays {
	border-top:  1px solid #999;
	border-bottom:  1px solid #999;
}
div.datepicker-calendar.default table.datepicker-grid th {
	background-color: #EEE;
	border:  none;
}
div.datepicker-calendar.default table.datepicker-grid td {
	border:  none;
	color: #000;
}
div.datepicker-calendar.default table.datepicker-grid td.unselectable {
	color: #999;
}
div.datepicker-calendar.default table.datepicker-grid td.curDay,
div.datepicker-calendar.default table.datepicker-grid td.curMonth,
div.datepicker-calendar.default table.datepicker-grid td.curYear {
	background-color: #FFF0C4;
}
div.datepicker-calendar.default table.datepicker-grid td.empty {
	border:  none;
	color: #CCC;
}
div.datepicker-calendar.default table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.default table.datepicker-grid td.selectable.focus {
	background-color: #DDD;
}
div.datepicker-calendar.default table.datepicker-grid td.empty:hover {
	background-color: #F9F9F9;
}
div.datepicker-calendar.default button.datepicker-close {
	background-color: #DDD;
	border-color:  #999;
	color: #000;
}

/****************************
 * bootstrap theme colors
 ***************************/
a.datepicker-button:hover,
a.datepicker-button:focus {
	background-color: #DDD;
}
div.datepicker-calendar {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	width: 80%;
	min-width: 160px;
	font-size: .8em;
	background-clip: padding-box;
	background-color: #FFF;
	border-radius: 4px;
	line-height: 20px;
}
div.datepicker-calendar.below {
	margin-top: 2px;
}
div.datepicker-calendar.above {
	margin-top: -2px;
}
div.datepicker-calendar:before {
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 7px;
}
div.datepicker-calendar:after {
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
  left: 6px;
}
div.datepicker-calendar.below:before {
  top: -7px;
}
div.datepicker-calendar.below:after {
  top: -6px;
}
div.datepicker-calendar.above:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
div.datepicker-calendar.above:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
div.datepicker-calendar div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar div.datepicker-month-fast-next.disabled ,
div.datepicker-calendar div.datepicker-month-prev.disabled,
div.datepicker-calendar div.datepicker-month-next.disabled {
	color:  #999;
}
div.datepicker-calendar div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar div.datepicker-month-next.enabled:hover,
div.datepicker-calendar div.datepicker-month-next.enabled:focus,
div.datepicker-calendar div.datepicker-month:hover,
div.datepicker-calendar div.datepicker-month:focus,
div.datepicker-calendar button.datepicker-close:hover,
div.datepicker-calendar button.datepicker-close:focus {
	background-color: #EEE;
	border-color:  #999;
}
div.datepicker-calendar table.datepicker-grid:focus {
	outline: none;
}
div.datepicker-calendar tr.datepicker-weekdays {
	border: none;
}
div.datepicker-calendar table.datepicker-grid th abbr{
	text-decoration: none;
	cursor: default;
}
div.datepicker-calendar table.datepicker-grid td {
	border:  none;
	color: #000;
}
div.datepicker-calendar table.datepicker-grid td.unselectable {
	color: #999;
}
div.datepicker-calendar table.datepicker-grid td.curDay,
div.datepicker-calendar table.datepicker-grid td.curMonth,
div.datepicker-calendar table.datepicker-grid td.curYear {
	background-color: #FFF0C4;
}
div.datepicker-calendar table.datepicker-grid td.empty {
	border:  none;
	color: #CCC;
}
div.datepicker-calendar table.datepicker-grid td.selectable:hover,
div.datepicker-calendar table.datepicker-grid td.selectable.focus {
	background-color: #DDD;
}
div.datepicker-calendar table.datepicker-grid td.empty:hover {
	background-color: #F9F9F9;
}
div.datepicker-calendar button.datepicker-close {
	background-color: #DDD;
	border-color:  #999;
	color: #000;
}

/****************************
 * maroon theme colors
 ***************************/
a.datepicker-button.maroon {
	color: #FFF;
	background-color: #A63950;
}
a.datepicker-button.maroon:hover,
a.datepicker-button.maroon:focus {
	color: #FFF;
	background-color: #802C3E;
}
div.datepicker-calendar.maroon {
	background-color: #FFF;
	border-color:  #CCC;
}
div.datepicker-calendar.maroon div.datepicker-month-wrap {
	background-color: #522A3F;
	color: #FFF;
}
div.datepicker-calendar.maroon div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar.maroon div.datepicker-month-fast-next.disabled ,
div.datepicker-calendar.maroon div.datepicker-month-prev.disabled,
div.datepicker-calendar.maroon div.datepicker-month-next.disabled {
	color:  #999;
}
div.datepicker-calendar.maroon div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.maroon div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar.maroon div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.maroon div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar.maroon div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.maroon div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar.maroon div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.maroon div.datepicker-month-next.enabled:focus,
div.datepicker-calendar.maroon div.datepicker-month:hover,
div.datepicker-calendar.maroon div.datepicker-month:focus,
div.datepicker-calendar.maroon button.datepicker-close:hover,
div.datepicker-calendar.maroon button.datepicker-close:focus {
	background-color: #A63950;
	border-color:  #800;
}
div.datepicker-calendar.maroon table.datepicker-grid:focus {
	outline: 1px dotted #A63950;
}
div.datepicker-calendar.maroon table.datepicker-grid th {
	background-color: #A63950;
	color: #FFF;
}
div.datepicker-calendar.maroon table.datepicker-grid td {
	background-color: #EEE;
	border-color:  #999;
}
div.datepicker-calendar.maroon table.datepicker-grid td.unselectable {
	color: #999;
}
div.datepicker-calendar.maroon table.datepicker-grid td.curDay,
div.datepicker-calendar.maroon table.datepicker-grid td.curMonth,
div.datepicker-calendar.maroon table.datepicker-grid td.curYear {
	background-color: #FFF0C4;
}
div.datepicker-calendar.maroon table.datepicker-grid td.empty {
	background-color: #F9F9F9;
	color: #AAA;
}
div.datepicker-calendar.maroon table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.maroon table.datepicker-grid td.selectable.focus {
	background-color: #B55A6E;
	color: #FFF;
	border-color: #800;
}
div.datepicker-calendar.maroon table.datepicker-grid td.empty:hover {
	background-color: #F9F9F9;
	border-color:  #999;
}
div.datepicker-calendar.maroon button.datepicker-close {
	background-color: #522A3F;
	color: #FFF;
	border-color:  #EEE;
}

/****************************
 * blue theme colors
 ***************************/
a.datepicker-button.blue {
	color: #FFF;
	background-color: #063A5B;
}
a.datepicker-button.blue:hover,
a.datepicker-button.blue:focus {
	background-color: #262A33;
}
div.datepicker-calendar.blue {
	background-color: #FFF;
	border-color:  #CCC;
}
div.datepicker-calendar.blue div.datepicker-month-wrap {
	background-color: #063A5B;
	color: #FFF;
}
div.datepicker-calendar.blue div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar.blue div.datepicker-month-fast-next.disabled ,
div.datepicker-calendar.blue div.datepicker-month-prev.disabled,
div.datepicker-calendar.blue div.datepicker-month-next.disabled {
	color:  #999;
}
div.datepicker-calendar.blue div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.blue div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar.blue div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.blue div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar.blue div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.blue div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar.blue div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.blue div.datepicker-month-next.enabled:focus,
div.datepicker-calendar.blue div.datepicker-month:hover,
div.datepicker-calendar.blue div.datepicker-month:focus,
div.datepicker-calendar.blue button.datepicker-close:hover,
div.datepicker-calendar.blue button.datepicker-close:focus {
	background-color: #0B6BA8;
	border-color:  #3484B7;
}
div.datepicker-calendar.blue table.datepicker-grid:focus {
	outline: 1px dotted #0B6BA8;
}
div.datepicker-calendar.blue table.datepicker-grid th {
	background-color: #0B6BA8;
	color: #FFF;
}
div.datepicker-calendar.blue table.datepicker-grid td {
	background-color: #EEE;
	border-color:  #999;
}
div.datepicker-calendar.blue table.datepicker-grid td.unselectable {
	color: #999;
}
div.datepicker-calendar.blue table.datepicker-grid td.curDay,
div.datepicker-calendar.blue table.datepicker-grid td.curMonth,
div.datepicker-calendar.blue table.datepicker-grid td.curYear {
	background-color: #FFF0C4;
}
div.datepicker-calendar.blue table.datepicker-grid td.empty {
	background-color: #F9F9F9;
	color: #AAA;
}
div.datepicker-calendar.blue table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.blue table.datepicker-grid td.selectable.focus {
	background-color: #0B6BA8;
	color: #FFF;
	border-color: #3484B7;
}
div.datepicker-calendar.blue table.datepicker-grid td.empty:hover {
	background-color: #F9F9F9;
	border-color:  #999;
}
div.datepicker-calendar.blue button.datepicker-close {
	background-color: #063A5B;
	color: #FFF;
	border-color:  #EEE;
}

/****************************
 * green theme colors
 ***************************/
a.datepicker-button.green {
	color: #FFF;
	background-color: #0C5E2F;
}
a.datepicker-button.green:hover,
a.datepicker-button.green:focus {
	background-color: #262A33;
}
div.datepicker-calendar.green {
	background-color: #FFF;
	border-color:  #CCC;
}
div.datepicker-calendar.green div.datepicker-month-wrap {
	background-color: #0C5E2F;
	color: #FFF;
}
div.datepicker-calendar.green div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar.green div.datepicker-month-fast-next.disabled ,
div.datepicker-calendar.green div.datepicker-month-prev.disabled,
div.datepicker-calendar.green div.datepicker-month-next.disabled {
	color:  #999;
}
div.datepicker-calendar.green div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.green div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar.green div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.green div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar.green div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.green div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar.green div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.green div.datepicker-month-next.enabled:focus,
div.datepicker-calendar.green div.datepicker-month:hover,
div.datepicker-calendar.green div.datepicker-month:focus,
div.datepicker-calendar.green button.datepicker-close:hover,
div.datepicker-calendar.green button.datepicker-close:focus {
	background-color: #0D803B;
	border-color:  #36955C;
}
div.datepicker-calendar.green table.datepicker-grid:focus {
	outline: 1px dotted #0D803B;
}
div.datepicker-calendar.green table.datepicker-grid th {
	background-color: #0D803B;
	color: #FFF;
}
div.datepicker-calendar.green table.datepicker-grid td {
	background-color: #EEE;
	border-color:  #999;
}
div.datepicker-calendar.green table.datepicker-grid td.unselectable {
	color: #999;
}
div.datepicker-calendar.green table.datepicker-grid td.curDay,
div.datepicker-calendar.green table.datepicker-grid td.curMonth,
div.datepicker-calendar.green table.datepicker-grid td.curYear {
	background-color: #FFF0C4;
}
div.datepicker-calendar.green table.datepicker-grid td.empty {
	background-color: #F9F9F9;
	color: #AAA;
}
div.datepicker-calendar.green table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.green table.datepicker-grid td.selectable.focus {
	background-color: #0D803B;
	color: #FFF;
	border-color: #36955C;
}
div.datepicker-calendar.green table.datepicker-grid td.empty:hover {
	background-color: #F9F9F9;
	border-color:  #999;
}
div.datepicker-calendar.green button.datepicker-close {
	background-color: #0C5E2F;
	color: #FFF;
	border-color:  #EEE;
}

.CookiePolicyMessageBox {
    position: fixed;
    bottom: 100px;
    right: 100px;
    width: 40%;
    min-width: 500px;
    background: black;
    color: white;
    font-size: 14px;
    margin: 5px;
    padding: 5px;
    display: flex;
    justify-content: flex-end;
    align-items:baseline;
}

.CookiePolicyMessageBox a,
.CookiePolicyMessageBox a:link,
.CookiePolicyMessageBox a:link:hover,
.CookiePolicyMessageBox a:link:visited {
    color: teal !important;
}

.CookiePolicyAcceptText {
    align-self: baseline;
}
.CookiePolicyButtonContainer {
    align-self: baseline;
    margin-left:5px;
}

/*.CookiePolicyButtonContainer > button {}*/

.SimilarOrgsSearchResults.RadGrid { width: auto !important; }

#accountSearchLink {
    margin-left: 10px;
}

.accountSearchImg {
    height: 20px;
}

.RadToolTip.AccountSearch .fundId {
    white-space: nowrap;
}

.RadToolTip.AccountSearch .rtTitleBar {
    width:50%;
}

.RadToolTip.AccountSearch .rtClose {
    top: .5em;
    right: .5em;
}

.RadToolTip.AccountSearch {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 95%
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .375rem;
    background-clip: border-box;
    margin: 10px;
}

.card .card-body {
    padding: 1.5rem;
    flex: 1 1 auto
}

.card .row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
}

.card .col {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.card .col-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.card .stretched-link {
    display: block;
    text-align: right;
    margin: 15px 15px calc(-1.5rem + -20px) 0;
}
.card .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    // Just in case `pointer-events: none` is set on a parent
    pointer-events: auto;
    content: "";
    // IE10 bugfix, see https://stackoverflow.com/questions/16947967/ie10-hover-pseudo-class-doesnt-work-without-background-color
    background-color: rgba(0, 0, 0, 0);
}
.pagination-pageSize {
    width: 40px;
}

.pagination-page {
    width: 40px;
}

.pagination {
    margin-right: 15px;
    text-align: right;
}
.AllocationsAdvancedControl div.productDescription, .allocations-root div.productDescription{
 display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

table.foiSearcherSelectedList td {
    border: 1px groove grey;
}

table.foiSearcherSelectedList {
    position: relative;
    top: 45px;
    width: 100%;
}

div.FieldOfInterest_search_container {
    position: fixed;
    width: 90%;
    height: 50px;
    background-color: white;
    z-index: 100;
    top: 80px;
    width: 92%;
    border-color: gray;
    border-width: 1px;
    border-style: groove;
}
.foiSearcherDialog .modal-dialog div, 
.foiSearcherDialog .modal-dialog ul, 
.foiSearcherDialog .modal-dialog ol, 
.foiSearcherDialog .modal-dialog li, 
.foiSearcherDialog .modal-dialog h1, 
.foiSearcherDialog .modal-dialog h2, 
.foiSearcherDialog .modal-dialog h3, 
.foiSearcherDialog .modal-dialog h4, 
.foiSearcherDialog .modal-dialog h5, 
.foiSearcherDialog .modal-dialog h6, 
.foiSearcherDialog .modal-dialog pre, 
.foiSearcherDialog .modal-dialog form, 
.foiSearcherDialog .modal-dialog fieldset, 
.foiSearcherDialog .modal-dialog textarea, 
.foiSearcherDialog .modal-dialog p, 
.foiSearcherDialog .modal-dialog blockquote {
    margin: revert;
}