/* the values in this file will be replaced with the color values from the application theme
	SEE: ThemeColorsCss.ashx
*/
:root {
	--ApplicationAdditionalImportUrl: url("//fonts.googleapis.com/css?family=Open+Sans:400,700");
	--ApplicationLogoIconUrl: url("https://files.cloudgunk.com/97837/OriginalThumb");
	--ApplicationLogoUrl: url("https://files.cloudgunk.com/20874/OriginalSmall");
	--HeaderFontFamily: 'Open Sans', sans-serif;
	--HeaderBGColor: rgb(34, 35, 35);
	--HeaderBackground: transparent;
	--HeaderBGSize: auto;
	--HeaderColor: white;
	--HeaderBorderColor: transparent;
	--HeaderBorderStyle: solid;
	--HeaderBorderWidth: 1px;
	--HeaderLinkColor: rgb(255, 255, 255);
	--HeaderLinkHoverColor: gray;
	--HeaderLinkBGColor: transparent;
	--HeaderLinkHoverBGColor: transparent;
	--FooterFontFamily: 'Open Sans', sans-serif;
	--FooterFontSize: .75em;
	--FooterBGColor: rgb(34, 35, 35);
	--FooterBackground: transparent;
	--FooterBGSize: auto;
	--FooterColor: rgb(255, 255, 255);
	--FooterBorderColor: #171717;
	--FooterBorderStyle: solid;
	--FooterBorderWidth: 1px;
	--FooterLinkColor: rgb(255, 255, 255);
	--FooterLinkHoverColor: #ccc;
	--FooterLinkBGColor: transparent;
	--FooterLinkHoverBGColor: transparent;
	--NavFontFamily: 'Open Sans', sans-serif;
	--NavFontSize: .9em;
	--NavBGColor: rgb(34, 35, 35);
	--NavBackground: transparent;
	--NavBGSize: auto;
	--NavColor: rgb(124, 234, 240);
	--NavBorderColor: transparent;
	--NavBorderStyle: solid;
	--NavBorderWidth: 0px;
	--NavLinkColor: rgb(235, 235, 235);
	--NavLinkBGColor: transparent;
	--NavLinkBorderColor: rgba(23, 23, 23, 0);
	--NavLinkHoverColor: white;
	--NavLinkHoverBGColor: rgba(222, 222, 222, 0.2);
	--NavLinkHoverBorderColor: rgba(23, 23, 23, 0);
	--NavActiveLinkColor: rgb(124, 228, 240);
	--NavActiveLinkBorderColor: rgba(51, 51, 51, 0);
	--NavActiveLinkBGColor: rgba(102, 102, 102, 0);
	--MainFontFamily: 'Open Sans', sans-serif;
	--MainFontSize: 14px;
	--MainLineHeight: 1.43;
	--MainBackground: url("https://files.cloudgunk.com/65191/OriginalXLarge");
	--MainBGSize: cover;
	--MainBGColor: rgb(0, 0, 0);
	--MainContentBGColor: rgba(34, 35, 35, 0);
	--MainContentBackground: transparent;
	--MainContentBGSize: auto;
	--MainColor: rgb(255, 255, 255);
	--MainBorderColor: #ededed;
	--MainMutedBorderColor: rgb(107, 107, 107);
	--MainLinkColor: rgb(0, 229, 255);
	--MainShadowColor: rgba(0, 0, 0, 0.1);
	--MainLinkHoverColor: white;
	--MainLinkBGColor: transparent;
	--MainLinkHoverBGColor: transparent;
	--MainTitleColor: rgb(124, 234, 240);
	--MainSubtitleColor: rgb(124, 228, 240);
	--MainTitleFontFamily: 'Open Sans', sans-serif;
	--MainTitleFontSizeOffset: 1;
	--MainMutedTextColor: gray;
	--MainPrimaryTextColor: rgb(255, 255, 255);
	--MainPrimaryForeColor: black;
	--MainPrimaryBGColor: #337ab7;
	--MainPrimaryBorderColor: #337ab7;
	--MainWarningTextColor: #f0ad4e;
	--MainWarningForeColor: black;
	--MainWarningBGColor: rgb(233, 187, 63);
	--MainWarningBorderColor: black;
	--MainInfoTextColor: rgb(204, 242, 255);
	--MainInfoForeColor: white;
	--MainInfoBGColor: #868686;
	--MainInfoBorderColor: black;
	--MainSuccessTextColor: rgb(96, 187, 199);
	--MainSuccessForeColor: rgb(0, 0, 0);
	--MainSuccessBGColor: rgb(124, 228, 240);
	--MainSuccessBorderColor: rgb(124, 228, 240);
	--MainDangerTextColor: #d9534f;
	--MainDangerForeColor: white;
	--MainDangerBGColor: #9a1919;
	--MainDangerBorderColor: black;
	--TooltipColor: white;
	--TooltipBGColor: black;
	--TooltipBorderColor: gray;
	--BtnColor: #bbb;
	--BtnBGColor: #0e0e0e;
	--BtnBorderColor: #333;
	--BtnPrimaryColor: rgb(0, 0, 0);
	--BtnPrimaryBGColor: rgb(255, 255, 255);
	--BtnPrimaryBorderColor: rgb(255, 255, 255);
	--BtnSuccessColor: rgb(0, 0, 0);
	--BtnSuccessBGColor: rgb(124, 228, 240);
	--BtnSuccessBorderColor: rgb(95, 222, 236);
	--BtnInfoColor: #000;
	--BtnInfoBGColor: #9a9a9a;
	--BtnInfoBorderColor: #000000;
	--BtnWarningColor: white;
	--BtnWarningBGColor: black;
	--BtnWarningBorderColor: black;
	--BtnDangerColor: white;
	--BtnDangerBGColor: #9a191a;
	--BtnDangerBorderColor: black;
	--InputColor: rgb(242, 242, 242);
	--InputBGColor: rgb(64, 66, 67);
	--InputBorderColor: rgb(255, 255, 255);
	--InputAddonColor: #aaa;
	--InputAddonBGColor: black;
	--InputAddonBorderColor: black;
	--InputFocusBorderColor: #efefef;
	--InputDisabledBackgroundColor: #666;
	--InputErrorColor: #d9534f;
	--InputErrorBorderColor: #d9534f;
	--InputErrorBGColor: white;
	--InputWarningColor: #f0ad4e;
	--InputWarningBorderColor: #f0ad4e;
	--InputWarningBGColor: white;
	--InputSuccessColor: rgb(22, 171, 187);
	--InputSuccessBorderColor: rgb(124, 228, 240);
	--InputSuccessBGColor: white;
	--TableBGColor: transparent;
	--TableActiveBGColor: #ededed;
	--TableHoverBGColor: gray;
	--TableAlternateBGColor: #ededed;
	--TableBorderColor: gray;
	--TableHeaderColor: black;
	--TableHeaderBGColor: transparent;
	--TableHeaderBorderColor: #444444;
	--TableFooterColor: #444444;
	--TableFooterBGColor: #aaaaaa;
	--TableFooterBorderColor: #444444;
	--TableCaptionColor: black;
	--TableCaptionBGColor: transparent;
	--BoxBorderColor: #0a0a0a;
	--BoxAltBGColor: rgb(46, 46, 46);
	--BoxBGColor: rgb(34, 35, 35);
	--LayoutType: Minimal;
	--JournalIconUrl: url("https://cdn.lifegunk.com/entry/Journal");
	--GoalIconUrl: url("https://cdn.lifegunk.com/entry/Goal");
	--IdeaIconUrl: url("https://cdn.lifegunk.com/entry/Idea");
	--ActivityIconUrl: url("https://cdn.lifegunk.com/entry/Activity");
	--MessageIconUrl: url("https://cdn.lifegunk.com/entry/Message");
	--TodoIconUrl: url("https://cdn.lifegunk.com/entry/Todo");
	--ListIconUrl: url("https://cdn.lifegunk.com/entry/List");
	--GroupIconUrl: url("https://cdn.lifegunk.com/entry/Group");
	--DiaryIconUrl: url("https://cdn.lifegunk.com/entry/Diary");
	--ArticleIconUrl: url("https://cdn.lifegunk.com/entry/Article");
	--BookIconUrl: url("https://cdn.lifegunk.com/entry/Book");
	--BookChapterIconUrl: url("https://cdn.lifegunk.com/entry/BookChapter");
	--BusinessIconUrl: url("https://cdn.lifegunk.com/entry/Business");
	--OrganizationIconUrl: url("https://cdn.lifegunk.com/entry/Organization");
	--PersonIconUrl: url("https://cdn.lifegunk.com/entry/Person");
	--ProductIconUrl: url("https://cdn.lifegunk.com/entry/Product");
	--ProjectIconUrl: url("https://cdn.lifegunk.com/entry/Project");
	--SongIconUrl: url("https://cdn.lifegunk.com/entry/Song");
	--PoemIconUrl: url("https://cdn.lifegunk.com/entry/Poem");
	--NoteIconUrl: url("https://cdn.lifegunk.com/entry/Note");
	--PageIconUrl: url("https://cdn.lifegunk.com/entry/Page");
	--BlogIconUrl: url("https://cdn.lifegunk.com/entry/Blog");
	--BlogPostIconUrl: url("https://cdn.lifegunk.com/entry/BlogPost");
	--EventIconUrl: url("https://cdn.lifegunk.com/entry/Event");
	--ForumIconUrl: url("https://cdn.lifegunk.com/entry/Forum");
	--ForumTopicIconUrl: url("https://cdn.lifegunk.com/entry/ForumTopic");
	--JourneyIconUrl: url("https://cdn.lifegunk.com/entry/Journey");
	--FolderIconUrl: url("https://cdn.lifegunk.com/entry/Folder");
	--GameIconUrl: url("https://cdn.lifegunk.com/entry/Game");
	--MenuIconUrl: url("https://cdn.lifegunk.com/entry/Menu");
	--MovieIconUrl: url("https://cdn.lifegunk.com/entry/Movie");
	--RestaurantIconUrl: url("https://cdn.lifegunk.com/entry/Restaurant");
	--ScheduleIconUrl: url("https://cdn.lifegunk.com/entry/Schedule");
	--ShowIconUrl: url("https://cdn.lifegunk.com/entry/Show");
	--VenueIconUrl: url("https://cdn.lifegunk.com/entry/Venue");
	--MarkLoveIconUrl: url("https://cdn.lifegunk.com/marks/Love");
	--MarkThumbsUpIconUrl: url("https://cdn.lifegunk.com/marks/ThumbsUp");
	--MarkThumbsDownIconUrl: url("https://cdn.lifegunk.com/marks/ThumbsDown");
	--MarkAmazedIconUrl: url("https://cdn.lifegunk.com/marks/Amazed");
	--MarkAmusedIconUrl: url("https://cdn.lifegunk.com/marks/Amused");
	--MarkSadIconUrl: url("https://cdn.lifegunk.com/marks/Sad");
	--MarkAngryIconUrl: url("https://cdn.lifegunk.com/marks/Angry");
	--MarkDisgustedIconUrl: url("https://cdn.lifegunk.com/marks/Disgusted");
	--MarkFavoriteIconUrl: url("https://cdn.lifegunk.com/marks/Favorite");
	--MarkCompletedIconUrl: url("https://cdn.lifegunk.com/marks/Completed");
	--MarkAccomplishedIconUrl: url("https://cdn.lifegunk.com/marks/Accomplished");
	--MarkGoingIconUrl: url("https://cdn.lifegunk.com/marks/Going");
}