403Webshell
Server IP : 10.200.247.200  /  Your IP : 216.73.217.19
Web Server : Apache
System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64
User : jeremy ( 1001)
PHP Version : 8.4.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/usa_sites/americasgotgrants.com/vx_/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/usa_sites/americasgotgrants.com/vx_/css/app.css
/*=================================  APPLICATION CSS  =====================================*/
/*=========================================================================================*/
input.ng-invalid, select.ng-invalid, textarea.ng-invalid {
	border:1px solid #888;
}
input.ng-dirty {

}
input.ng-touched.ng-invalid, select.ng-touched.ng-invalid, textarea.ng-touched.ng-invalid  {
	border:1px solid #b74c4c;
}
input.ng-valid, select.ng-valid, textarea.ng-valid {
	border:1px solid #888;
}
input.ng-touched {

}
ng-include {
	margin:0px; 
	padding:0px;	
}

/*
	LOGIN LOGOUT
	GRANT BLOCK
	COMMON
	BODY OVERLAYS
	GRAPHS & GAUGES
	TELESEMINAR
	FEEDBACK
	TRAINING COURSES
	ALERTS
	TUTORIAL / HELP
	SEARCH
	BODY NAVS 
	DASHBOARD
	NEWEST OPS
	HEADER
	FOOTER
	LEGACY
	TRASH
*/


/*
------------------ LOGIN / LOGOUT -----------------------------
*/
.hideLogin {
	display:none;	
}
.showLogin {
	display:block;	
}
.loginInput {
	border:1px solid #424242;
	background-color:#fff;
	border-radius:4px;
	font-size:18px;
	font-weight:bold;
	height:50px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:12px;
}
/*
------------------ LOGIN / LOGOUT -----------------------------
*/








/*
---------- GRANT BLOCK ------------------------------------------
*/
.grantHolder {
	background:#fff;
	border:1px solid #c7c7c7;
	border-radius:0px;
}
.grantContainer {
	background:#fff;
}
.grantDetailClosed {
	height:0%; 
	max-height:100px;
	padding-top:10px;
	overflow:hidden;	 
}
.grantDetailOpen { 
	max-height:2048px; 
	padding-top:10px;
	-webkit-transition:max-height 1s;
	-moz-transition:max-height 1s;
	transition:max-height 1s;		
	overflow:hidden;
	color: #7d7d7d;
}
.grantDesc {
	padding:10px 20px 10px 0px;
}
.grantControl {
	cursor:pointer;	
}
.grantControl:hover .chevron{
	color: #b5b5b5;
	cursor:pointer;
}
.chevron:hover{
	color: #b5b5b5;
}
.opDate {
	text-align: center;
	vertical-align: middle;
	background:#6aadc8;
	margin-right:15px;
	cursor:pointer;
	width:100px;
	height:100px;
	border-radius:50px;
	
}
.opDate .number {
	color:#fff;
	margin:0px;
	font-size:32px;
}
.opDate .title {
	color:#fff;
	margin:0px;
	font-size:24px;
}
.opDate .text {
	color:#fff;
	margin-top:-8px;
	font-size: 12px;
}
.opDate > .rb {
	padding-top:18px;
}
.grantAmount {
	position:absolute;
	display:inline-block;
	cursor:pointer;
	right:10px; 
	top:19px; 
	z-index:2;
}
.grantAmount .varies {
	font-size:20px;
	font-weight:bold;
	color:#535a62;
	margin-top:-10px;
}
.grantAmount .amount {
	font-size:24px;
	font-weight:bold;
	color:#0076a5;
	margin-top:-12px;	
}
.fme {
	right:0px; bottom:0px; z-index:2;
}
.grantControls div:hover .favorite {
	color: #ffae00;
}

.favorite {
	
}
.favorite:hover {
	color: #ffae00;
}
.favoriteSelected {
	color: #ffae00;
}
.favoriteClosed, .favoriteOpen, .applyOpen, .applyClosed, .didApplyOpen, .didApplyClosed{
	position: relative;
	display:inline-block;
	border:0px;
	float: right;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}
.favoriteClosed {
	left:-12px; 
	width:40px; 
	height:64px; 
	padding:0px;
}
.favoriteOpen {
	left:0px; 
	width:120px;
	height:120px;
	padding:10px;
}

.applyOpen {
	width:120px; 
	height:120px;
	right:0px; 
	padding:10px;
	color:#0076a5;
}
.didApplyOpen {
	width:130px; 
	height:120px;
	right:0px; 
	color:#0076a5;
}
.applyOpen .text, .favoriteOpen .text {
	font-size: 14px;
	font-weight: bold;
	color:#0076a5;
}
.appliedMenu, .appliedMenu .arrow, .appliedMenu .arrowBorder{
	position:absolute;
	display:inline-block;
}

.appliedMenu {
	position:relative; 
	width:100%; 
	top:-10px;
	background:#fff;
	display:none;
}
/*
---------- GRANT BLOCK ---------------------------------------
*/









/*
---------- COMMON --------------------------------------------
*/
.highlighted {
	background-color: #e8e392;
	color: #005f95;
	
}
.xadd {
	color: #549154;
	cursor: pointer;
}
.xadd:hover {
	color: #286d28;
}
.xremove {
	color: #7d7d7d;
	cursor: pointer;
}
.xremove:hover {
	color: #454545;
}
.saving {
	position:absolute;
	text-align:center;
	vertical-align:middle;
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	background-color:rgba(255,255,255,0.7);
	display:none;

}
/*
---------- COMMON --------------------------------------------
*/








/*
---------- BODY OVERLAYS -------------------------------------
*/
.scrollButtonHide {
	right:0px; 
	-webkit-transition:right 0.8s;
	-moz-transition:right 0.8s;
	transition:right 0.8s;
}
.scrollButtonShow {
	right:-100px; 
	-webkit-transition:right 0.8s;
	-moz-transition:right 0.8s;
	transition:right 0.8s;
}
.scrollPhoneButtonHide {
	bottom:0px; 
	-webkit-transition:bottom 0.8s;
	-moz-transition:bottom 0.8s;
	transition:bottom 0.8s;
}
.scrollPhoneButtonShow {
	bottom:-100px; 
	-webkit-transition:bottom 0.8s;
	-moz-transition:bottom 0.8s;
	transition:bottom 0.8s;
}
/*
---------- BODY OVERLAYS -------------------------------------
*/








/*
---------------- GRAPHS & GAUGES --------------------------
*/
.GaugeStartButton {

}
.GaugeStartButton:hover {

}
.GaugeArchLarge {
	position:relative;
	display:inline-block;
	width:256px;
	height:128px;
	background-color: #454545;
	overflow:hidden;
}
.GaugeArchStartLarge {
	position:absolute;
	display:block;
	width:256px;
	height:256px;
	background-image:url('/vx_/images/gauge/GaugeArchStartLarge.png');
	background-repeat:no-repeat;
	background-size:cover;
}
.GaugeArchProgressLarge {
	position:absolute;
	display:block;
	width:256px;
	height:256px;
	background-image:url('/vx_/images/gauge/GaugeArchProgressLarge.png');
	background-repeat:no-repeat;
	background-size:cover;
}
.GaugeArchCompleteLarge {
	position:absolute;
	display:block;
	width:256px;
	height:256px;
	background-image:url('/vx_/images/gauge/GaugeArchCompleteLarge.png');
	background-repeat:no-repeat;
	background-size:cover;
}
.GaugeArchSkinLarge {
	position:relative;
	display:inline-block;
	width:256px;
	height:128px;
	background-image:url('/vx_/images/gauge/GaugeArchLarge.png');
	overflow:hidden;
}
.GaugeTitleLarge {
	position:absolute;
	display:block;
	font-size:32px;
	font-family:"Trebuchet MS";
	text-align:center;
	color: #454545;
	width:100%;
	bottom:5px;
}
.GaugeSubtitleLarge {
	position:absolute;
	display:block;
	font-size:12px;
	font-weight:bold;
	font-family:"Trebuchet MS";
	text-align:center;
	color: #454545;
	width:100%;
	bottom:-1px;
}
.GaugeBarLarge {
	position:relative;
	display:inline-block;
	width:256px;
	height:64px; 
	background-color: #495256;
	overflow:hidden;
}
.GaugeBarProgressLarge {
	position:absolute;
	display:block;
	height:64px;
	top:0px;
	left:0px;
	background-color: #ffae00;
}
.GaugeBarSkinLarge {
	position:relative;
	display:inline-block;
	width:256px;
	height:64px;
	background-image:url('/vx_/images/gauge/GaugeBarLarge.png');
	overflow:hidden;
}
/*
---------------- GRAPHS & GAUGES --------------------------
*/









/*
---------------- TELESEMINAR -----------------------------
*/
.Calendar { 
	display:block;
	position:relative;
	width:100%;
	height:100%;
	border:1px solid #7d7778;
}
.Month {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	border:1px solid #7d7778;
}
.MonthTitle {
	display:block;
	position:relative;
	width:100%;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding:15px;
	background-color: #f4f4f4;
}
.Day {
	height:80px;
	width:14.286%;
}
.DayPhone {
	height:32px;
	width:14.286%;
}
.LastMonthsDay {
	background-color: #fff;
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #cfcfcf;
}
.CalendarWeekend {
	background-color: #e9e9e9;
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #cfcfcf;
}
.CalendarWorkday {
	background-color: #f3f3f3;
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #cfcfcf;
}
.CalendarWeekend .DayDate {
	color: #808080;
}
.WeekStart {

}
.WeekDay {
	border-left:1px solid #cfcfcf;
}
.WeekEnd {
	border-left:1px solid #cfcfcf;
}
.LastDayOfMonth {
	border-right:1px solid #cfcfcf;
}
.LastOfMonthsDays {
	background-color: #fff;
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #cfcfcf;
}
.DayEvent {
	position:relative;
	display:block;
	word-wrap:break-word;
	top:22px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:38px;
	font-size:12px;
}
.DayDate {
	position: absolute;
	display: inline-block;
	top:2px; 
	left:5px;
	font-weight: bold;
	font-size:14px;
}
.DayWrap {
	position: relative;
	display: block;
	width:100%; 
	height:100%;
}
.Event {
	background-color: #fff8e6;
}
.FundingEvent {
	background-color: #ffebe6;
}
/*
---------------- TELESEMINAR -----------------------------
*/










/*
---------------- FEEDBACK --------------------------------
*/
.feedback, .feedback_phone {
	position:relative;
	display:inline-block;
	height:40px;
	text-align:center;
	vertical-align:middle;
	background-color: #001c3e;
	color: #fff;
	cursor:pointer;
}
.feedback:hover, .feedback_phone:hover {
	background-color: #002f68;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
.feedback:hover a, .feedback a:active{
	color: #fff;
}

.feedback .question, .feedback_phone .question {
	color: #001c3e;
}
/*
---------------- FEEDBACK --------------------------------
*/









/*
---------------- TRAINING COURSES -------------------------
*/
.coursesButton {
	font-size:12px;
}
.navigationSelected, .navigationSelected:focus  {
	font-size:16px;
	border-radius:0px;
	background-color:#b74c4c;
	color: #fff;
	-webkit-transition:all 0.1s;
	-moz-transition:all 0.1s;
	transition:all 0.1s;
}
.courseButton {
	border-radius:0px;
	border:1px solid #7d7778;
	background-color: #fff;
	color:#777777;
	-webkit-transition:all 2s;
	-moz-transition:all 2s;
	transition:all 2s;
}
.courseButton:hover {
	border-radius:0px;
	background-color: #7d7d7d;
	color: #fff;
	-webkit-transition:all 0.1s;
	-moz-transition:all 0.1s;
	transition:all 0.1s;
} 
.courseButtonSelected, .courseButtonSelected:focus {
	border-radius:0px;
	background-color: #b74c4c;
	color: #fff;
	-webkit-transition:all 0.1s;
	-moz-transition:all 0.1s;
	transition:all 0.1s;
}
.courseSelect {
	background-color: #fff;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
.courseSelect:hover {
	background-color: #152d3e;
	border-color: #152d3e;
	color: #fff;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
.trainingNavigation {
	cursor:pointer;
	color: #7d7d7d;
}
.trainingNavigation:hover {
	background: #e2f5fa;
	color: #0076a5;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
.trainingNavigationSelected {
	background: #0076a5;
	color: #e2f5fa;
}

.smTrainingProgress {
	display:none;
}
.smTrainingProgressBar {
	display:block;
	height: 5px;
}
.trainingProgressBar {
	position: relative;
	display: block;
	width:100%;
	height: 5px;
	text-align: center;
	vertical-align: middle;
	background: #EFEFEF;
	overflow: hidden;
}
.trainingDataBar {
	position: relative;
	display: block;
	height: 5px;
	width:100%;
}
.trainingProgress {
	position: absolute;
	height:5px;
	text-align: center;
	vertical-align: middle;
	background: #005f95;
	left:0px;
	top:0px;
}
.trainingProgressText {
	position: absolute;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: #535a62;
	font-weight: bold;
	border-radius: 4px;
	top: 6px;
	width:44px;
	margin-left:-22px;
}
.trainingProgressText .arrow
{
	position: absolute;
	display: inline-block;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	top:-7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #535a62 transparent;
}
/*
---------------- TRAINING COURSES -------------------------
*/







/*
---------------- ALERTS -----------------------------------
*/
.alerts {
	cursor:pointer;
	background: #fff;
	-webkit-transition:background 0.3s;
	-moz-transition:background 0.3s;
	transition:background 0.3s;
}
.alerts:hover {
	background: #EFEFEF;
	-webkit-transition:background 0.3s;
	-moz-transition:background 0.3s;
	transition:background 0.3s;
}
.myAlerts {
	position:relative;
	display:block;
	font-size:15px;
	font-weight:bold;
}
.myAlerts:hover {
	background-color:#f1fbf1;
}
.dAlerts {
	position:relative;
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	margin-right:10px;
}

.missingAlerts .icon, .missingAlerts .title {
	color:#b74c4c;
}
/*
---------------- ALERTS -----------------------------------
*/






/*
---------------- TUTORIAL / HELP --------------------------
*/
.tutorialTime {
	overflow:hidden;
}
.tutorial .arrow {
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 16px 20px 16px;
	border-color: transparent transparent #fff transparent;
}
.tutorial .arrow-left {
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 20px 16px 0;
	border-color: transparent #fff transparent transparent;
}
.tutorial .arrow-left-bg {  
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 21px 18px 0;
	border-color: transparent #b5b5b5 transparent transparent;
}
.tutorialNextIcon {
	color: #436426;
	cursor:pointer;
}
.tutorialNextIcon:hover {
	color: #6ca246;
}
.tutorialPrevIcon {
	color: #7d7d7d;
	cursor:pointer;
}
.tutorialPrevIcon:hover {
	color: #454545;
}
.tutorialHighlight {
	border-radius:3px;
	border:2px solid #ffae00;
}
/*
---------------- TUTORIAL / HELP --------------------------
*/







/*
---------------- SEARCH -----------------------------------
*/
.searchKeyword {
	width:220px; 
	height:42px;
}
.searchButton {
	border-left:0px; 
	padding: 0px;
	width: 46px;
	border-radius: 0px; 
	height: 42px;
	top: -2px;
	left: -7px;
}
/*
---------------- SEARCH -----------------------------------
*/







/*
---------------- BODY NAVS --------------------------------
*/
.navigationItem {
	border-radius:0px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
	color:#42494c;
}
.navigationItem:hover {
	background-color:#b74c4c;
	color:#fff;
	/*-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.4);*/
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}
.navigationItemError {
	color:#42494c;
}
.funding {
	position:relative;
	display:block;
	top:0px;
	/*border:1px solid #7d7778;*/
}
.trending, .favorites {
	position:relative;
	display:block;
	top:0px;
	/*border:1px solid #7d7778;*/
	width:100%;	
}
.funding, .trending, .favorites {
	background:#fff;
	margin-top:0px;
	-webkit-transition:margin-top 0.3s;
	-moz-transition:margin-top 0.3s;
	transition:margin-top 0.3s;
}
.funding .title {
	/*border-top:1px solid #c6c6c6; 
	border-bottom:1px solid #c6c6c6;*/
}
.funding .title, .trending .title, .favorites .title {
	background:#b9d4df;
	color:#0076a5;
}
.funding .goal {
	color: #005f95;
}
.funding .amount {
	font-size:24px;
}
.favorites .title > a {
	color:#0076a5;
}
/*
---------------- BODY NAVS --------------------------------
*/






/*
---------------- DASHBOARD --------------------------------
*/
.dashboard .title {
	font-size:20px;
	font-weight:bold;
	color:#373737;
}
.dashboardRight, .dashboardLeft {
	background:#fff;
	/*border:1px solid #c6c6c6;*/
	/*border-radius:3px;*/
}
/*
---------------- DASHBOARD --------------------------------
*/








/*
---------------- NEWEST OPS -------------------------------
*/
.newestOpportunities {
	background:#fff;
	/*border:1px solid #c6c6c6;*/
	border-bottom:0px;
}
.newestOpUpdate {
	background:#fff;
	/*border:1px solid #c6c6c6;*/
	border-top:0px;
	border-bottom:0px;
}
.newestOpGrantList {
	background:#fff;
	/*border:1px solid #c6c6c6;*/
	border-top:0px;
}
/*
---------------- NEWEST OPS -------------------------------
*/





/*
---------------- HEADER -------------------------------
*/
#header {
	z-index:2;	
}
.header {
	background: #6aadc8;
	height:100px;	
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
	/*-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);*/
}
.mheader {
	height:80px;	
	background: #6aadc8;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
	/*-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);*/
}
.smHeader {
	height:90px;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}
.smNonHeader {
	height:40px;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}
.smPhoneHeader {
	height:40px;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
	/*-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);*/
}
.headerFunding {
	height:0px;
	overflow:hidden;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}
.smHeaderFunding {
	height:50px;
	overflow:hidden;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
	background: #6aadc8;
}
.headerFunding .value {
	color:#fff;
}
.headerFunding .rvalue {
	color:#fff;
}
.headerFunding .gvalue {
	color:#fff;
}
.headerFunding .title {
	color:#ececec;
}
.smHeader .register, .smPhoneHeader .register, .smNonHeader .register {
	padding:5px 20px 5px 20px;	
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
.smHeader .headerLogo, .smPhoneHeader .headerLogo, .smNonHeader .headerLogo {
	height:40px;
	width:124px;
	-webkit-transition: width 0.3s, height 0.3s;
	transition: width 0.3s, height 0.3s;
	content:url("/vx_/images/LogoE.png");	
}
.smHeader .xHeaderLogo, .smPhoneHeader .xHeaderLogo, .smNoneHeader .xHeaderLogo {
	height:40px;
	width:124px;
	-webkit-transition: width 0.3s, height 0.3s;
	transition: width 0.3s, height 0.3s;
	background:url("/vx_/images/LogoE.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.header .item, .header .item > a {
	color: #454545;
	font-weight:bold;
}
.headerLogo {
	height: 100px;
	width: 420px;
	-webkit-transition: width 0.3s, height 0.3s;
	transition: width 0.3s, height 0.3s;	
}
.xHeaderLogo {
	height: 100px;
	width: 420px;
	-webkit-transition: width 0.3s, height 0.3s;
	transition: width 0.3s, height 0.3s;
	background:url("/vx_/images/Logo.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.menu, .categoryMenu {
	width:100%;
}
.showMenu, .showCategory {
	height: 100%;
	width: 100%;
	overflow:hidden;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;	
}
.hideMenu, .hideCategory {
	height: 0px;
	width: 100%;
	overflow:hidden;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}
.sicon {
	color: #0076a5;
}
.menu .item .icon {
	color: #fff;
	-webkit-transition:color 2s;
	-moz-transition:color 2s;
	transition:color 2s;
}
.menu .item:hover .icon {
	color: #c2dde8;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	transition:color 0.3s;
}
.menu .item .userIcon {
	background-color: #fff;
	-webkit-transition:all 2s;
	-moz-transition:all 2s;
	transition:all 2s;
}
.menu .item:hover .userIcon {
	background-color: #c2dde8;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
.menu .item .userIcon .user {
	color: #6aadc8;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
.menu .item:hover .userIcon .user {
	color: #0199d6;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
#accountMenus {
	width:260px; 
	height:auto; 
	top:80px; 
	right:20px;
	-webkit-transition: top 0.3s, right 0.3s;
	transition: top 0.3s, right 0.3s;	
}
.smHeader #accountMenus {
	width:260px; 
	height:auto;  
	top:44px; 
	right:20px;
	-webkit-transition: top 0.3s, right 0.3s;
	transition: top 0.3s, right 0.3s;	
}
.smNonHeader #accountMenus {
	width:260px; 
	height:auto;  
	top:44px; 
	right:20px;
	-webkit-transition: top 0.3s, right 0.3s;
	transition: top 0.3s, right 0.3s;	
}
#accountMenus .arrow{
	position:absolute;
	top:-8px;
	right:40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent #fff transparent;	
}
#accountMenus .arrowBorder{
	position:absolute;
	top:-9px;
	right:39px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 9px 7px;
	border-color: transparent transparent #7d7778 transparent;	
}
#header .menu {
	color: #fff;
}
#menu {
	background-color:#fff;
}
#menu .item {
	color:#0199d6;
	font-weight:bold;
}
#menu .sitem {
	background-color:#4bcbff;
	color:#fff;
}
#menu .ritem {
 	/* red */
	color:#7b7b7b;
}
#menu .rsitem {
 	/* red */
}

#menu .icon {

}
#menu .sicon {
	color:#a5e6ff;
}
#menu .ricon {
	/* red */
}

#menu .text {

}
#menu .stext {

}
#menu .rtext {
	/* red */
	font-weight:bold;
}
#menu .rstext {
	/* red */
}
#menu .mbt {
	border-top:1px solid #c1c1c1; 
}
#menu .mbb {
	border-bottom:1px solid #c1c1c1; 
}
#menu .mbr {
	border-right:1px solid #c1c1c1; 
}
.userName {
	font-size:15px;
	font-weight:bold;
	color:#0199d6;
}
.categoryItem {
	background-color:none;
	cursor:pointer;
	color: #0076a5;
}
.categoryItem:hover {
	background-color: #0076a5;
	cursor:pointer;
	color: #fff;
}
.categoryItemBorder {
	border-bottom:1px solid #0076a5;	
}
/*
---------------- HEADER -------------------------------
*/







/*
---------------------- FOOTER ----------------------------------
*/
#footer {
	background:#b9d4df;
}
.footer a {
	color: #5091ab;
	line-height: 0px;
}
.footer .legal {
	color:#5091ab;
}
/*
---------------------- FOOTER ----------------------------------
*/






/*
---------------------- LEGACY ----------------------------------
*/
.tableb	{
	border:1px solid #7d7778;
}
.tableb td {
	border-bottom:1px solid #dddddd;
	background:#FFFFFF
}
.tableb th {
	border-bottom:3px solid #0066CC;
	background:#0066CC;
	color:#FFFFFF;
	font:bold 10pt/110% verdana;
}
.tableb a:link, .tableb a:visited {
	color:#0066CC;
	text-decoration:underline;
	padding:1px 3px;
}
.tableb a:active, .tableb a:hover {
	color:#ffffff;
	text-decoration:underline;
	background:#339900;
	padding:1px 3px;
}
.tabler	{
	border:1px solid #ccc;
}
.tabler td {
	border-bottom:1px solid #dddddd;
	background:#FFFFFF;
}
.tabler th {
	border-bottom:3px solid #B61B16;
	background:#B61B16;
	color:#FFFFFF;
	font:bold 10pt/110% verdana;
}
.tabler a:link, .tabler a:visited {
	color:#B61B16;
	text-decoration:underline;
	padding:1px 3px;
}
.tabler a:active, .tabler a:hover {
	color:#ffffff;
	text-decoration:underline;
	background:#0066CC;
	padding:1px 3px;
}
.tableg {
	border:1px solid #ccc;
}
.tableg td {
	border-bottom:1px solid #dddddd;
	background:#FFFFFF;
}
.tableg th {
	border-bottom:3px solid #339900;
	background:#339900;
	color:#FFFFFF;
	font:bold 10pt/110% verdana;
}
.tableg a:link, .tableg a:visited {
	color:#339900;
	text-decoration:underline;
	padding:1px 3px;
}
.tableg a:active, .tableg a:hover {
	color:#ffffff;
	text-decoration:underline;
	background:#B61B16;
	padding:1px 3px;
}
.dept {
	font:bold 9pt/120% verdana;
	text-transform:uppercase;
}
.note {
	font:normal 7pt/120% verdana;
}
.cse-branding-bottom, .cse-branding-right {
	margin:0;
	padding:0
}
.cse-branding-bottom, .cse-branding-right {
	zoom: 1;
}
.cse-branding-bottom:after, .cse-branding-right:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.cse-branding-text { 
	font: 10px Arial;
}
.cse-branding-form form {
	margin-bottom: 0;
	padding-bottom: 0;
}
.cse-branding-bottom .cse-branding-logo, .cse-branding-bottom .cse-branding-text {
	display: block; 
	float: left
}
.cse-branding-bottom .cse-branding-form {
	margin-bottom: 3px;
}
.cse-branding-bottom .cse-branding-logo {
	padding: 0
}
.cse-branding-bottom .cse-branding-text {
	padding-top: 4px
}
.cse-branding-right .cse-branding-form {
	float: left;
}
.cse-branding-right .cse-branding-logo, .cse-branding-right .cse-branding-text {
	margin-left: 4px;
}
.cse-branding-right .cse-branding-form {
	float: left;
	margin-right: 4px;
}
.cse-branding-right .cse-branding-logo {
	padding: 0
}
.cse-branding-right .cse-branding-text {
	margin-top: -4px
}
/*
---------------------- LEGACY ----------------------------------
*/






/*
----------------------  TRASH ----------------------------------
*/
/*
.formNoticeCustom {
	width:180px; 
	right:-170px;
}
.formNoticeCustomPhone {
	width:180px; 
	right:0px;
}
.formSelectCustom  {
	margin-left:20px;
	margin-top:0px;
}
.formSelectCustomPhone {
	margin-left:0px;
	margin-top:20px;
}
*/
/*
.progressDot, .progressDotComplete, .orderDot, .orderDotComplete {
	position:relative;
	display:inline-block;
	width:32px; height:32px;
	border-radius:16px;
	z-index:1;
}
.progressDot{
	background-color:#E9E9E9;
	border:2px solid #B9B9B9;
}
.progressDotComplete{
	background-color:#005f95;
	border:2px solid #005f95;
}
.orderDot{
	background-color:#E9E9E9;
	border:2px solid #B9B9B9;
}
.orderDotComplete{
	background-color:#c93033;
	border:2px solid #c93033;
}
.progressLine, .progressLineComplete {
	position:relative;
	display:inline-block;
	width:45px; height:3px;
	top:-14px;
    margin-left:-5px;
    margin-right:-5px;
	z-index:0;
}
.progressLine{
	background-color:#B9B9B9;
}
.progressLineComplete{
	background-color:#005f95;
}
.inProgressDot, .inOrderDot {
	width:16px;
	height:16px;
	position:absolute;
	display:block;
	border-radius:8px;
	background-color:#005f95;
	top: 6px;
    left: 6px;
}
.inOrderDot {
	background-color:#c93033;
}
.registerSelect, .registerSelected {
	width:256px;
	height:64px;
	text-align:center;
	vertical-align:middle;
	margin-bottom:5px;
	border-radius:4px;
	cursor:pointer;
}
.registerSelect {
	color:#6C6C6C;
	border:2px solid #7d7778;
	-webkit-transition:border 1s;
	-moz-transition:border 1s;
	transition:border 1;	
}
.registerSelected {
	color:#536F46;
	background-color:#E1F0CB;
	border:2px solid #536F46;
	-webkit-transition:border 0.6s;
	-moz-transition:border 0.6s;
	transition:border 0.6s;	
}
.categorySelect {
	cursor: pointer;
	padding: 14px;
	border-radius: 4px;
	min-width:120px;
	height:125px;
	color:#005f95;
}
.categorySelection {
	cursor:pointer;
	padding:14px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 2px 5px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px 2px 5px 1px rgba(0,0,0,0.6);
	box-shadow: inset 0px 2px 5px 1px rgba(0,0,0,0.6);
	background-color:#005f95;
	min-width:120px;
	height:125px;
	color:#fff;
}
.categoryPhoneSelect {
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;
	min-width:96px;
	height:100px;
	color:#005f95;
}
.categoryPhoneSelection {
	cursor:pointer;
	padding:10px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 2px 5px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px 2px 5px 1px rgba(0,0,0,0.6);
	box-shadow: inset 0px 2px 5px 1px rgba(0,0,0,0.6);
	background-color:#005f95;
	min-width:96px;
	height:100px;
	color:#fff;
}

.educate {
	position:relative;
	display:block;
	top:0px;
}
.educateYourself {
	border-radius:0px;
	border:1px solid #7d7778;
	background-color:#FFF;
	color:#6A8A3B;
	-webkit-transition:all 2s;
	-moz-transition:all 2s;
	transition:all 2s;
}
.educateYourself:hover {
	border-radius:0px;
	background-color:#6A8A3B;
	border:1px solid #607d36;
	color:#FFF;
	-webkit-transition:all 0.1s;
	-moz-transition:all 0.1s;
	transition:all 0.1s;	
}
.grantSearchControlsHeader .advanced {
	display:none;	
}
.navigation {
	position:relative;
	display:block;
	top:0px;
}
.navigationButton, .coursesButton {
	font-size:16px;
	border-radius:0px;
	background-color: #fff;
	color:#4A5F7C;
	width:100%; 
	height:60px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}
.navigationButton:hover, .coursesButton:hover {
	border-radius:0px;
	background-color:#4A5F7C;
	color: #fff;
	-webkit-transition:all 0.1s;
	-moz-transition:all 0.1s;
	transition:all 0.1s;
}

*/


Youez - 2016 - github.com/yon3zu
LinuXploit