﻿.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:123px !important;
 } 
/* End Login Header */

/*
Page Header 
-------------------------------------
These classes are used for page header on the master page.
-------------------------------------
*/
.db-pageHeader
{
    background-color: #787878 !important;
	background-image: none !important;
}

.db-pageHeader-text
{
    color: #fff;
    font-weight: bold;
	font-size: 32pt;
}
.impersonateLink b
{
    color: yellow;
    font-weight: normal;
}
/* End Page Header */



/*
Report Controls
-------------------------------------
Controls for the dashboard report pages.
-------------------------------------
*/

.report-box
{
    	background-image: linear-gradient(bottom, rgb(202,202,202) 0%, rgb(252,252,252) 100%);
	    background-image: -o-linear-gradient(bottom, rgb(202,202,202) 0%, rgb(252,252,252) 100%);
	    background-image: -moz-linear-gradient(bottom, rgb(202,202,202) 0%, rgb(252,252,252) 100%);
	    background-image: -webkit-linear-gradient(bottom, rgb(202,202,202) 0%, rgb(252,252,252) 100%);
	    background-image: -ms-linear-gradient(bottom, rgb(202,202,202) 0%, rgb(252,252,252) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC', endColorstr='#E3E3E3');
}

    .report-box .btn-close{
        background-position: 0 -21px;
    }

    .report-box .btn-close:hover{
	    background-position: 0 0px;
    }


/*
Page Navigation
-------------------------------------
These classes are used for the various navigation elements
-------------------------------------
*/

.db-sideNavBar, .SideBarNav
{
    color: #DEDAD8;
}

.db-sideNavBar .db-sideNavHdr, .SideBarNav .SideBarHdr
{
   background-color: #515151;
}
.db-sideNavBar .db-sideNavItem, .SideBarNav .SideBarItem
{
    background-color: #DEDAD8;
}
.db-sideNavBar .db-sideNavAlt, .SideBarNav .SideBarAlt
{
    background-color: #DEDAD8;
}


.db-sideNavBar .db-sideNavItem label, .SideBarNav .SideBarItem label
{
    color: #515151;
}

.db-sideNavBar a:active, .db-sideNavBar a:visited
{
    color: #515151;
}

.db-mainNavBar .db-tabtext
{
    color: #515151;
}


/*
Page Controls
-------------------------------------
Other miscellaneous controls on the page
-------------------------------------
*/

.orangefont, a
{
    color: #636363;
}

.RadGrid_VIBE_1_0 .rgRow
{
    background-color: #FFFFFF
}
.RadGrid_VIBE_1_0 .rgAltRow
{
    background-color: #F2F2F2
}

.RadGrid_VIBE_1_0 .rgRow a, .RadGrid_VIBE_1_0 .rgAltRow a
{
    color: #636363 ;
}

.RadGrid_VIBE_1_0 .rgSelectedRow
{
    background-color: #868686;
    color: #D8DCDE;
}

.RadGrid_VIBE_1_0 .rgSelectedRow td
{
    border-top-color: #505050;
    border-bottom-color: #505050;
    border-left: none;
    border-right: none;
}

.BrandedButtonThemed
{
    font-weight: bolder;

    background: #636363;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#969696), to(#303030 ));
    background: -webkit-linear-gradient(to bottom, #767676, #5c5c5c 10%, #292929 90%, #101010 100%);
    background: -moz-linear-gradient(to bottom, #767676, #5c5c5c 10%, #292929 90%, #101010 100%);
    background: -ms-linear-gradient(to bottom, #767676, #5c5c5c 10%, #292929 90%, #101010 100%);
    background: -o-linear-gradient(to bottom, #767676, #5c5c5c 10%, #292929 90%, #101010 100%);
    background: linear-gradient(to bottom, #767676, #353535 10%, #292929 90%, #101010 100%);
    -pie-background: linear-gradient(#767676, #353535 10%,#292929 90%,  #101010 100%);

    -pie-box-shadow: 1px 2px 1px #393939, 1px 1px 0px #C6C6C6;
    -webkit-box-shadow: 1px 2px 1px #393939, inset 1px 1px 1px #C6C6C6;
    -moz-box-shadow: 1px 2px 1px #393939, inset 1px 1px 1px #C6C6C6;
    box-shadow: 1px 1px 1px #393939, inset 1px 1px 1px #C6C6C6;

}

.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: #C6C6C6;
}

.BrandedCloseButton 
{
	background:-moz-radial-gradient(circle, #767676 5%, #292929 100%);
	background:-webkit-radial-gradient(circle, #767676 5%, #292929 100%);
	background:-o-radial-gradient(circle, #767676 5%, #292929 100%);
	background:-ms-radial-gradient(circle, #767676 5%, #292929 100%);
	background:radial-gradient(circle, #767676 5%, #292929 100%);
	background-color:#767676;
}

.impersonateLink b
{
    font-weight: normal;
    /*color: rgb(183, 0, 0);*/
}
