﻿.db-spPage
{
    background-image: url('../Background/freedompaymain.jpg') !important;
}

.db-rightpane
{
    background-image: url('../Background/freedompaymain.jpg') !important;
}

/*
Login Header 
-------------------------------------
These classes are used for page header on the login page.
-------------------------------------
*/
.db-spHeader
{
	margin-top: 164px !important; 
}

.db-spHeader input 
{
   margin-left: 50px;
   margin-bottom: 30px;
   width:376px !important;
   height:96px !important;
 }
/* End Login Header */

/*
Page Header 
-------------------------------------
These classes are used for page header on the master page.
-------------------------------------
*/
.db-pageHeader
{
    background-color: #54575A !important;
	background-image: none !important;
}

.db-pageHeader-text
{
    color: #fff;
    font-weight: bold;
	font-size: 32pt;
}
/* End Page Header */

/*
Page Navigation
-------------------------------------
These classes are used for the various navigation elements
-------------------------------------
*/

.db-sideNavBar .db-sideNavHdr, .SideBarNav .SideBarHdr
{
   background-color: #AE132A;
}
.db-sideNavBar .db-sideNavAlt, .SideBarNav .SideBarAlt
{
    background-color: #FBDEE2;
}

.db-sideNavBar .db-sideNavItem label, .SideBarNav .SideBarItem label
{
    color: #AE132A;
}

.db-sideNavBar a:active /*, .db-sideNavBar a:visited*/
{
    color: #AE132A;
}

.db-mainNavBar .db-tabtext
{
    color: #AE132A;
}


/*
Page Controls
-------------------------------------
Other miscellaneous controls on the page
-------------------------------------
*/

.orangefont, a
{
    color: #AE132A;
}

.RadGrid_VIBE_1_0 .rgRow a, .RadGrid_VIBE_1_0 .rgAltRow a
{
    color: #AE132A;
}

.RadGrid_VIBE_1_0 th.rgSorted, .RadGrid_VIBE_1_0 th.rgSorted a
{
    background-color: #646464;
}



.optInGrid .RadGrid_VIBE_1_0 .rgRow,
.optInGrid .RadGrid_VIBE_1_0 .rgAltRow
{
	background-color: #AE132A;
	color: White;
}

.optInGrid .RadGrid_VIBE_1_0 .rgSelectedRow
{
	background-color: #13AE49;
}

.BrandedButtonThemed
{

    background: #AE132A;
    
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DB1835), to(#800D1E ));
    background: -webkit-linear-gradient(to bottom, #DB1835, #DB1835 10%, #800D1E 90%, #520813 100%);
    background: -moz-linear-gradient(to bottom, #DB1835, #DB1835 10%,#800D1E 90%,  #520813 100%);
    background: -ms-linear-gradient(to bottom, #DB1835, #DB1835 10%, #800D1E 90%, #520813 100%);
    background: -o-linear-gradient(to bottom, #DB1835, #DB1835 10%,#800D1E 90%,  #520813 100%);
    background: linear-gradient(to bottom, #DB1835, #DB1835 10%,#800D1E 90%,  #520813 100%);
    -pie-background: linear-gradient(top, #DB1835, #DB1835 10%,#800D1E 90%,  #520813 100%);

    -pie-box-shadow: 1px 2px 1px #240308, 1px 1px 0px #F6B0BA;
    box-shadow: 1px 2px 1px #240308, inset 1px 1px 0px #F6B0BA;

}

.BrandedButton.BrandedButtonThemed.BrandedButtonDisabled
{
    -webkit-box-shadow: 1px 2px 1px #393939, inset 1px 1px 1px #ffcbd2;
    -moz-box-shadow: 1px 2px 1px #393939, inset 1px 1px 1px #ffcbd2;
    box-shadow: 1px 1px 1px #393939, inset 1px 1px 1px #ffcbd2;
    background: #e0adb4;
}

.BrandedCloseButton 
{
	background:-moz-radial-gradient(circle, #DB1835 5%, #800D1E 100%);
	background:-webkit-radial-gradient(circle, #DB1835 5%, #800D1E 100%);
	background:-o-radial-gradient(circle, #DB1835 5%, #800D1E 100%);
	background:-ms-radial-gradient(circle, #DB1835 5%, #800D1E 100%);
	background:radial-gradient(circle, #DB1835 5%, #800D1E 100%);
	background-color:#DB1835;
}

.RadGrid_VIBE_1_0 .rgRow .rgSorted, .RadGrid_VIBE_1_0 .rgAltRow .rgSorted
{
    background-color: transparent;
}