/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  

 a.loginlink, a.loginlink:link {
	display: block;
	margin-right:10px;
	text-decoration: none;
	color: #a8aeb5 !important;
	-webkit-transition: all 400ms linear 0s;
	-moz-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
	opacity: 1;
}
 a.loginlink:hover {
	color: #373035 !important;
}

#dnn_ctr619_Login_Login_DNN_liRegister, #dnn_ctr699_Login_Login_DNN_registerLink {display:none;}

.dnnLogin .dnnFormItem > label.dnnFormLabel
{width: 20% !important;}

/*  form elementen aanpassing Sander  */
.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnFormItem input[type="submit"],
.dnnPrimaryAction,
.dnnSecondaryAction,
.dnnTertiaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span {
    font-family: 'robotomedium', Arial, sans-serif !important;
	font-weight: 500;
    color: #fff;
	-webkit-border-radius: 0px;
    border-radius: 0px;
   margin-right: 8px;
}
.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
     font-family: 'robotomedium', Arial, sans-serif !important;
	 font-weight: 500;
	border: none; 
    background: #78848e;
	 -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none;
		opacity: 1 !important;
}

    .dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
        font-family: 'robotomedium', Arial, sans-serif !important;
		font-weight: 500;
		border: none;
        background: #86b0e0; /* Old browsers */
         -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none;
    }

    .dnnPrimaryAction:active, .dnnFormItem input[type="submit"]:active, a.dnnPrimaryAction:active {
 font-family: 'robotomedium', Arial, sans-serif !important;   
 font-weight: 500;
	   border: none;
        background: #86b0e0; /* Old browsers */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none;
    }

    .dnnPrimaryAction[disabled], .dnnPrimaryAction[disabled]:hover, .dnnPrimaryAction[disabled]:active {
        font-family: 'robotomedium', Arial, sans-serif !important;
		font-weight: 500;
		background: #ccc !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #aaa !important;
        text-shadow: none;
    }

/* Secondary Action */
.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnSecondaryAction,
a.dnnSecondaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span {
   font-family: 'robotomedium', Arial, sans-serif !important;
   font-weight: 500;
   border: none;
        background: #bdc8d0; /* Old browsers */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none;
		color: #fff !important;
		opacity: 1 !important;
}

    .dnnFormItem button:hover, .dnnFormItem input[type="button"]:hover,
    .dnnFormItem input[type="reset"]:hover,
    .dnnSecondaryAction:hover,
    a.dnnSecondaryAction:hover,
    ul.dnnAdminTabNav li a:hover,
    .dnnLogin .LoginTabGroup span:hover {
        font-family: 'robotomedium', Arial, sans-serif !important;  
		font-weight: 500;
	   border: none;
        background: #86b0e0; /* Old browsers */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none;
		text-decoration:none;
		color: #fff !important;
    }

    .dnnFormItem button:active,
    .dnnFormItem input[type="button"]:active,
    .dnnFormItem input[type="reset"]:active,
    .dnnFormItem input[type="reset"]:active,
    .dnnSecondaryAction:active,
    a.dnnSecondaryAction:active,
    ul.dnnAdminTabNav li a:active {
       font-family: 'robotomedium', Arial, sans-serif !important;
	   font-weight: 500;
	   border: none;
        background: #86b0e0; /* Old browsers */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none;
		color: #fff !important;
    }

.dnnFormItem input[type="text"],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"] {
    
   
    background: #ffffff;
    border: 1px solid #bdc8d0;
	opacity: 0.6;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
}

/* Active and Focus States */
.dnnFormItem input[type="text"]:active, .dnnFormItem input[type="text"]:focus,
.dnnFormItem input[type="password"]:focus, .dnnFormItem input[type="password"]:active,
.dnnFormItem input[type="email"]:active, .dnnFormItem input[type="email"]:focus,
.dnnFormItem select:active, .dnnFormItem select:focus,
.dnnFormItem textarea:active, .dnnFormItem textarea:focus,
.dnnFormItem input[type="search"]:active, .dnnFormItem input[type="search"]:focus {
    
     border: 1px solid #86b0e0 !important;
	 opacity: 1 !important;
    -webkit-box-shadow: none !important; 
     box-shadow: none !important; 
}

.dnnLabel {
    
    margin-right: 12px;
}


/* LOGIN SPECIAL STYLE SANDER  */

.dnnLogin .dnnBoxLabel {color: #fff;}

.dnnLogin .dnnFormItem input[type="text"],
.dnnLogin .dnnFormItem select,
.dnnLogin .dnnFormItem textarea,
.dnnLogin .dnnFormItem input[type="email"],
.dnnLogin .dnnFormItem input[type="search"],
.dnnLogin .dnnFormItem input[type="password"] {
    
   
    background: #CDAD7E;
    border: 1px solid #fff;
	opacity: 0.6;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
}

/* Active and Focus States */
.dnnLogin .dnnFormItem input[type="text"]:active, .dnnLogin .dnnFormItem input[type="text"]:focus,
.dnnLogin .dnnFormItem input[type="password"]:focus, .dnnLogin .dnnFormItem input[type="password"]:active,
.dnnLogin .dnnFormItem input[type="email"]:active, .dnnLogin .dnnFormItem input[type="email"]:focus,
.dnnLogin .dnnFormItem select:active, .dnnLogin .dnnFormItem select:focus,
.dnnLogin .dnnFormItem textarea:active, .dnnLogin .dnnFormItem textarea:focus,
.dnnLogin .dnnFormItem input[type="search"]:active, .dnnLogin .dnnFormItem input[type="search"]:focus {
    background: #fff;
     border: 1px solid #fff !important;
	 opacity: 1 !important;
    -webkit-box-shadow: none !important; 
     box-shadow: none !important; 
	outline: -webkit-focus-ring-color auto 0px;
}

.dnnLogin .dnnFormLabel
{color: #fff;}

.dnnLogin .dnnLabel {
    width: 100px;
    margin-right: 8px;
}



.dnnLogin .dnnFormItem button, .dnnLogin .dnnFormItem input[type="button"],
.dnnLogin .dnnFormItem input[type="reset"],
.dnnLogin .dnnFormItem input[type="submit"],
.dnnLogin .dnnPrimaryAction,
.dnnLogin .dnnSecondaryAction
 {
    font-family: 'robotomedium', Arial, sans-serif !important;
	font-weight: 500;
    color: #78848e !important;
	-webkit-border-radius: 0px;
    border-radius: 0px;
   margin-right: 8px;
}
.dnnLogin .dnnPrimaryAction, .dnnLogin .dnnFormItem input[type="submit"], .dnnLogin a.dnnPrimaryAction {
     font-family: 'robotomedium', Arial, sans-serif !important;
	 font-weight: 500;
	border: none; 
    background: #fff;
	 color: #78848e;
	 -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none;
		opacity: 1 !important;
}

    .dnnLogin .dnnPrimaryAction:hover, .dnnLogin .dnnFormItem input[type="submit"]:hover, .dnnLogin a.dnnPrimaryAction:hover {
        font-family: 'robotomedium', Arial, sans-serif !important;
		font-weight: 500;
		border: none;
        background: #fff; /* Old browsers */
		 color: #78848e;
         -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none;
    }

    .dnnLogin .dnnPrimaryAction:active, .dnnLogin .dnnFormItem input[type="submit"]:active, .dnnLogin a.dnnPrimaryAction:active {
 font-family: 'robotomedium', Arial, sans-serif !important;   
 font-weight: 500;
	   border: none;
	    color: #78848e;
        background: #fff; /* Old browsers */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none;
    }

    

/* Secondary Action */
.dnnLogin .dnnFormItem button, .dnnLogin .dnnFormItem input[type="button"],
.dnnLogin .dnnFormItem input[type="reset"],
.dnnLogin .dnnSecondaryAction,
.dnnLogin a.dnnSecondaryAction {
   font-family: 'robotomedium', Arial, sans-serif !important;
   font-weight: 500;
   border: 1px solid #fff;
        background: #c1995e; /* Old browsers */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none;
		color: #fff !important;
		opacity: 1 !important;
}

    .dnnLogin .dnnFormItem button:hover, .dnnLogin .dnnFormItem input[type="button"]:hover,
    .dnnLogin .dnnFormItem input[type="reset"]:hover,
    .dnnLogin .dnnSecondaryAction:hover,
    .dnnLogin a.dnnSecondaryAction:hover,
    .dnnLogin ul.dnnAdminTabNav li a:hover,
    .dnnLogin .dnnLogin .LoginTabGroup span:hover {
        font-family: 'robotomedium', Arial, sans-serif !important;  
		font-weight: 500;
	    border: 1px solid #fff;
        background: #c1995e; /* Old browsers */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none;
		text-decoration:none;
		color: #fff !important;
    }

    .dnnLogin .dnnFormItem button:active,
    .dnnLogin .dnnFormItem input[type="button"]:active,
    .dnnLogin .dnnFormItem input[type="reset"]:active,
    .dnnLogin .dnnFormItem input[type="reset"]:active,
    .dnnLogin .dnnSecondaryAction:active,
    .dnnLogin a.dnnSecondaryAction:active,
    .dnnLogin ul.dnnAdminTabNav li a:active {
       font-family: 'robotomedium', Arial, sans-serif !important;
	   font-weight: 500;
	    border: 1px solid #fff;
        background: #c1995e; /* Old browsers */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none;
		color: #fff !important;
    }


/* END LOGIN SPECIAL STYLE  */




/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}