﻿html, body, #mainForm, .bodyContainer {
    height: 100%;
}

.mainWrapper {
    min-height: calc(100% - 4em);
}

.buttonFloater {
	width: 500px;
	float: left;
}
.rightSideButton {
	float: right;
}/*
Don't mess with this.
*/
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.exportLabel {
	padding: 5px 0 0 0;
}
.clearfix
{
	display: block;
}

html[xmlns] .clearfix
{
	display: block;
}

* html .clearfix
{
	height: 1%;
}

/*
.popUpPanel
{
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	padding-bottom: 5px;
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
	padding-top: 5px;
}
.popUpBackground
{
	filter: alpha(opacity=70);
	background-color: #cccccc;
	margin-top: 0px;
	opacity: 0.7;
}
*/
.PrProgress
{
	display: block;
	position: absolute;
	padding: 2px 3px;
}
.PrContainer
{
	border: solid 1px #808080;
	border-width: 1px 0px;
}
.PrHeader
{
	/*background: url(/App_Themes/images/sprite.png) repeat-x 0px 0px;*/
	border-color: #808080 #808080 #ccc;
	border-style: solid;
	border-width: 0px 1px 1px;
	padding: 0px 10px;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.9;
	white-space: nowrap;
	font-family: arial,helvetica,clean,sans-serif;
}
.PrBody
{
	background-color: #f2f2f2;
	border-color: #808080;
	border-style: solid;
	border-width: 0px 1px;
	padding: 10px;
}
.PrIFrame
{
	background-color: #cccccc;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.popUpPanel
{
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	display: block;
	border: solid 1px #999999;    
}
.popUpPanelFund
{
    background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
    top: 200px;
	border: solid 1px #999999;    
}
.popUpBackground
{
	background-color: #cccccc;
	filter: alpha(opacity=70);
	opacity: 0.7;
	margin-top: 0px;
}
.CustomValidator
{
	position: relative;
	margin-left: 24px;
}

.CustomValidator div
{
	border: solid 1px Black;
	background-color: Yellow;
	position: relative;
}

.CustomValidator td
{
	border: solid 1px Black;
	background-color: Yellow;
}

.CustomValidator .ajax__validatorcallout_popup_table
{
	display: none;
	border: none;
	background-color: transparent;
	padding: 0px;
}

.CustomValidator .ajax__validatorcallout_popup_table_row
{
	vertical-align: top;
	height: 100%;
	background-color: transparent;
	padding: 0px;
}

.CustomValidator .ajax__validatorcallout_callout_cell
{
	width: 20px;
	height: 100%;
	text-align: right;
	vertical-align: top;
	border: none;
	background-color: transparent;
	padding: 0px;
}

.CustomValidator .ajax__validatorcallout_callout_table
{
	height: 100%;
	border: none;
	background-color: transparent;
	padding: 0px;
}

.CustomValidator .ajax__validatorcallout_callout_table_row
{
	background-color: transparent;
	padding: 0px;
}

.CustomValidator .ajax__validatorcallout_callout_arrow_cell
{
	padding: 8px 0px 0px 0px;
	text-align: right;
	vertical-align: top;
	font-size: 1px;
	border: none;
	background-color: transparent;
}

.CustomValidator .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv
{
	font-size: 1px;
	position: relative;
	left: 1px;
	border-bottom: none;
	border-right: none;
	border-left: none;
	width: 15px;
	background-color: transparent;
	padding: 0px;
}

.CustomValidator .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div
{
	height: 1px;
	overflow: hidden;
	border-top: none;
	border-bottom: none;
	border-right: none;
	padding: 0px;
	margin-left: auto;
}

.CustomValidator .ajax__validatorcallout_error_message_cell
{
	font-family: Verdana;
	font-size: 10px;
	padding: 5px;
	border-right: none;
	border-left: none;
	width: 100%;
}

.CustomValidator .ajax__validatorcallout_icon_cell
{
	width: 20px;
	padding: 5px;
	border-right: none;
}

.CustomValidator .ajax__validatorcallout_close_button_cell
{
	vertical-align: top;
	padding: 0px;
	text-align: right;
	border-left: none;
}

.CustomValidator .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
	border: none;
	text-align: center;
	width: 10px;
	padding: 2px;
	cursor: pointer;
}
.overlay
{
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	filter: Alpha(Opacity=80);
	opacity: 0.80;
	-moz-opacity: 0.80;
}
*html .overlay
{
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}


/* end don't mess with ths */

.floatRight {
	float: right;
}

.privacyPolicy {
    font-size: 85%;
    display: block;
    text-align: center;
    box-shadow: inset 0px 35px 12px -31px #ccc;
    height: 3em;
    padding: 1.5em 0 0 0;
    background: #eee; 
}

.privacyPolicy a {
    color: #aaa !important;
    text-decoration: none !important;
}

.privacyPolicy a:hover {
    color: #666 !important;
}


.export-link-button {
    margin-bottom: 0.5em;
    display: inline-block;
    text-decoration: none;
}

.export-link-button:hover {
    color: #000;
}

.export-link-button:hover img {
    opacity: 1;
}

.export-link-button img {
    width: 24px;
    opacity: .65;
}

.export-link-button * {
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.25em;
}

.export-link-button.aspNetDisabled {
    color: #ccc !important;
}

.export-link-button.aspNetDisabled img,
.export-link-button.aspNetDisabled:hover img
{
    opacity: .25;
    filter: grayscale(100%); 
}

.export-link-button:visited {
    color: rgb(0, 102, 204);
}

html body .comment-full-width 
{
    width: auto !important;
}

.promo-account-drop-down-table {
    width: 736px;
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden;
    table-layout: fixed;
}

/* All but first column are currency */
.promo-account-drop-down-table td {
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis; 
    overflow: hidden;
    width: 114px;
    max-width: 114px;
}

.promo-account-drop-down-header td {
    text-align: center;
}

.promo-account-drop-down-body td {
    text-align: right;
}

/* We know this is a text column, fund name */
.promo-account-drop-down-table td:nth-child(1) 
{
    width: 280px;
    max-width: 280px;
}

/* We know this is a text column, fund name */
.promo-account-drop-down-body td:nth-child(1) {
    text-align: left;
}

.export-link-button {
    margin-bottom: 0.5em;
    display: inline-block;
    text-decoration: none;
}
.home-messages {
    margin: 1em 0 0 0;
}

.export-link-button:hover {
    color: #000;
}
.home-user-notices {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    margin: 0 0 0 1em;
}

.export-link-button:hover img {
    opacity: 1;
}
.home-user-notices a {
    color: inherit !important;
    text-decoration: none !important;
    opacity: .6;
}

.export-link-button img {
    width: 24px;
    opacity: .65;
}

.export-link-button * {
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.25em;
}

.export-link-button.aspNetDisabled {
    color: #ccc !important;
}

.export-link-button.aspNetDisabled img,
.export-link-button.aspNetDisabled:hover img
{
    opacity: .25;
    filter: grayscale(100%); 
}

.export-link-button:visited {
    color: rgb(0, 102, 204);
}

.home-user-notices.waiting-approval {
    color: #d33b90;
}

.home-user-notices a:hover 
{
    opacity: 1;
    
}


.home-user-notices.draft-commitment {
    color: #06ab9d;
}

.home-user-notices.draft-claim {
    color: #68b344;
}

.home-user-notices.unbalance-commitments {
    color: #765191;
}

.home-user-notices.message 
{
    color: #007cc1;
    font-style: italic;
    opacity: .6;
}

.count-message {
    font-weight: bold;
}

html body .RadMenu_Vista .rmRootGroup 
{
    background-image: none;
    background-color: #eee;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #666;
    /*
    background-color: #e9dcc4;
    border: none;
    border-top: 1px solid #dec9a3;
    border-bottom: 1px solid #dec9a3;
    */
}

html body .RadMenu_Vista .rmRootGroup .rmItem 
{
    border: none;
    border-right: 1px #ddd dotted;

}

html body .RadGrid_Vista .rgHeader, html body .RadGrid_Vista th.rgResizeCol, html body .RadGrid_Vista .rgHeaderWrapper {
    background: #dbf1fa;
    border: none;
    border-top: 1px solid #68cef4;
    border-bottom: 1px solid #68cef4;
    border-left: 1px solid #68cef4;
}

html body .RadGrid_Vista {
    border: 1px solid #68cef4;
    border-top: none;
    background: #fff;
    color: #333;
    font: 12px / 16px "segoe ui",arial,sans-serif;
}

html body .GridLeftResizer {
    display: none;
}

html body .GridRightResizer 
{
    background: #00AE44 !important;
    z-index: 1000;
}

html body .RadTouchExtender {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
}


html body .RadComboBox .rcbInner 
{
    padding: .08333em 1.83333em .08333em .41667em;
    border-radius: 0;
}

html body .RadInput .riTextBox, html body .RadInputMgr 
{
    padding: .08333em .41667em .16667em;
}

html body .RadComboBox .rcbActionButton {
    padding: 1px;
}

html body .RadGrid .rgHeader, html body .RadGrid th.rgResizeCol {
    padding-top: 5px;
    padding-bottom: 4px;
}

html body .RadGrid .rgRow>td, 
html body .RadGrid .rgAltRow>td, 
html body .RadGrid .rgEditRow>td, 
html body .RadGrid .rgFooter>td, 
html body .RadGrid .rgFilterRow>td, 
html body .RadGrid .rgHeader, 
html body .RadGrid .rgResizeCol, 
html body .RadGrid .rgGroupHeader td {
    padding-left: 7px;
    padding-right: 7px;
}
    
html body .RadGrid_Vista .rgPagerCell .rgPagerButton, 
html body .RadGrid_Vista .rgPagerCell .rgActionButton {
    border-radius: 0;
}

html body .RadGrid .t-button {
    padding: 1px;
}

html body .RadComboBoxDropDown .rcbItem, 
html body .RadComboBoxDropDown .rcbHovered, 
html body .RadComboBoxDropDown .rcbDisabled, 
html body .RadComboBoxDropDown .rcbLoading, 
html body .RadComboBoxDropDown 
html body .rcbCheckAllItems, 
html body .RadComboBoxDropDown .rcbCheckAllItemsHovered {
    margin: 0 1px;
    padding: .25em .5em;
}


html body .RadComboBoxDropDown .rcbCheckAllItems, 
html body .RadComboBoxDropDown .rcbCheckAllItemsHovered {
    padding-left: 8px;
}


html body .RadMenu_Vista .rmGroup .rmLink {
    border-radius: 0;
}

html body .RadMenu_Vista .rmRootGroup .rmSelected>.rmRootLink, 
html body .RadMenu_Vista .rmRootGroup .rmExpanded>.rmRootLink 
{
    background-color: #dbf1fa;
    background-image: none;
}

html body .RadMenu_Vista .rmRootGroup .rmRootLink:hover {
    background-color: #dbf1fa;
    background-image: none;
}

html body .RadMenu_Vista .rmGroup .rmLink:hover {
    background-color: #dbf1fa;
    background-image: none;
    border-color: #dbf1fa;

}

html body .RadMenu_Vista .rmGroup, 
html body .RadMenu_Vista .rmMultiColumn, 
html body .RadMenu_Vista .rmPopup {
    background-color: #f8f8f8;
    border-color: #ddd;
    margin-left: -1px;
}


html body .view-phase-panel .RadListView 
{
    background: none;

}


html body .view-phase-panel .view-phase {
    padding: 0;
    margin: .25em;
    width: 116px;
    border: 1px solid #bbb;
    background-color: #fff;
}

.view-phase-header {
    font-size: 11px;
    font-weight: bold;
    position: relative;
    height: 1.55em;
    background-color: #dedede;
}

.view-phase-ordinal 
{
    position: absolute;
    left: .5em;
    top: .15em;
}

.view-phase-date {
    position: absolute;
    right: .5em;
    top: .15em;
}

.view-phase-amount {
    padding: .25em .5em;
}

.phase-total-label,
.phase-total-value,
.phase-quarter-label,
.phase-quarter-value {
    display: inline-block;
    font-size: 90%;
}


.phase-total-label,
.phase-total-value {
    margin: 2em 0 0 0;
    padding-left: .25em;

}

.phase-total-value {
    margin-left: .5em;
}

.phase-total-sep1,
.phase-total-sep2 {
    margin: 0 1em 0 1em;
    color: #00AEEF;
    font-style: italic;
}

.phase-total-sep1 {
    font-weight: 600;
}


.phase-quarter-value,
.phase-quarter-label {
    font-style: italic;
}

.phase-quarter-label {
    margin-right: .5em;
}


.phase-quarter-label,
.phase-total-label {
    color: #00AEEF;
}

html body .actuals-radGrid {
    max-width: 1482px;
    margin-top: 4px;
}



