/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* 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:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* 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:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL 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 {
}

.menu .ddrMainMenu li > a,.menu .ddrMainMenu li > a:link,
.menu .ddrMainMenu li > .menuNode
{
    min-width: 20px; 
    background-color: #A02787;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#A02787), to(#A02787));
    background: -webkit-linear-gradient(#A02787, #A02787);
    background: -moz-linear-gradient(#A02787, #A02787);
    background: -ms-linear-gradient(#A02787, #A02787);
    background: -o-linear-gradient(#A02787, #A02787);
    background: linear-gradient(#A02787, #A02787);
    -pie-background: linear-gradient(#A02787, #A02787);
    border-bottom : 3px solid #ededed;
}

.main .dnnBreadcrumb {

 background: #A02787;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#A02787), to(#A02787));
    background: -webkit-linear-gradient(#A02787, #A02787);
    background: -moz-linear-gradient(#A02787, #A02787);
    background: -ms-linear-gradient(#A02787, #A02787);
    background: -o-linear-gradient(#A02787, #A02787);
    background: linear-gradient(#A02787, #A02787);
    -pie-background: linear-gradient(#A02787, #A02787);
}


.main .menu ul li ul { 
margin: -3px 0px 0px;
}


.actionTop .user >a:first-child:after{
content:" | ";
}

.FGGContainer .error{
font-size:17px;
color:#ff0000;
font-weight:bold;
}

.kmlFile:after {
content: "i";
display: inline-block;
border: 1px solid #00f;
border-radius: 40px;
padding: 0 6px;
margin: 0 5px;
color: blue;
font-weight: bold;
font-family: Times;
}
.FGGContainer .dnnLabel a.dnnFormHelp{
right:inherit;
}
.FGGContainer .dnnLabel {
  display: inline-block;
   float: none; 
   position: inherit; 
   width: auto; 
   padding-right: 0; 
   margin-right: 0; 
  
   text-align: inherits; 
}

.FGGContainer fieldset legend{
font-size:18px;
  font-weight:bold;
  padding-top:15px;
  /*color:#aa0000;*/
}

/* Apply purple color to the menu */
.ddrMainMenu li.selected > a,
.ddrMainMenu li.selected > .menuNode
{
  background-color: #b3529f;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b3529f), to(#b3529f));
  background: -webkit-linear-gradient(#b3529f, #b3529f);
  background: -moz-linear-gradient(#b3529f, #b3529f);
  background: -ms-linear-gradient(#b3529f, #b3529f);
  background: -o-linear-gradient(#b3529f, #b3529f);
  background: linear-gradient(#b3529f, #b3529f);
  -pie-background: linear-gradient(#b3529f, #b3529f); 
}

.menu .ddrMainMenu li a.menuLink:hover
{
  background: #b3529f;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b3529f), to(#b3529f));
  background: -webkit-linear-gradient(#b3529f, #b3529f);
  background: -moz-linear-gradient(#b3529f, #b3529f);
  background: -ms-linear-gradient(#b3529f, #b3529f);
  background: -o-linear-gradient(#b3529f, #b3529f);
  background: linear-gradient(#b3529f, #b3529f);
  -pie-background: linear-gradient(#b3529f, #b3529f);
}

/*Correction of styles for Users And Roles Module */
.main .mainContent .contentPane .containerpane .RadAjaxPanel .rgDataDiv,
.main .mainContent .contentPane .containerpane .RadAjaxPanel .jspScrollable,
.main .mainContent .contentPane .containerpane .RadAjaxPanel .jspContainer,
.main .mainContent .contentPane .containerpane .RadAjaxPanel .jspPane
{
  width: 100% !important;
}
  
.main .mainContent .contentPane .containerpane .RadAjaxPanel .rgMasterTable {
  table-layout: auto !important;
}


/* Smartphones (portrait) ----------- */
@media screen and (max-device-width: 480px), screen and (max-width: 480px), screen and (max-device-width: 1024px) and (min-device-width: 481px) and (orientation: landscape), screen and (max-device-width: 1024px) and (min-device-width: 481px) and (orientation: portrait)
{
  .menu .ddrMainMenu li a.menuLink, .menu .ddrMainMenu li a.menuLink:link,
  .menu .ddrMainMenu li span.menuNode,.menu .ddrMainMenu li.root > .menuNode
  {
	background: #A02787;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#A02787), to(#A02787));
	background: -webkit-linear-gradient(#A02787, #A02787);
	background: -moz-linear-gradient(#A02787, #A02787);
	background: -ms-linear-gradient(#A02787, #A02787);
	background: -o-linear-gradient(#A02787, #A02787);
	background: linear-gradient(#A02787, #A02787);
	-pie-background: linear-gradient(#A02787, #A02787);
  }
  
  .menu .ddrMainMenu li.breadcrumb > a.menuLink, .menu .ddrMainMenu li.breadcrumb > a.menuLink:link
  {
	background: #b3529f;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b3529f), to(#b3529f));
	background: -webkit-linear-gradient(#b3529f, #b3529f);
	background: -moz-linear-gradient(#b3529f, #b3529f);
	background: -ms-linear-gradient(#b3529f, #b3529f);
	background: -o-linear-gradient(#b3529f, #b3529f);
	background: linear-gradient(#b3529f, #b3529f);
	-pie-background: linear-gradient(#b3529f, #b3529f);
  }
  
  .menu .ddrMainMenu li a.menuLink:hover
  {
	background: #b3529f;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b3529f), to(#b3529f));
	background: -webkit-linear-gradient(#b3529f, #b3529f);
	background: -moz-linear-gradient(#b3529f, #b3529f);
	background: -ms-linear-gradient(#b3529f, #b3529f);
	background: -o-linear-gradient(#b3529f, #b3529f);
	background: linear-gradient(#b3529f, #b3529f);
	-pie-background: linear-gradient(#b3529f, #b3529f);
  }
  
  .menu .ddrMenuAction
  {
	background: #A02787;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#A02787), to(#A02787));
	background: -webkit-linear-gradient(#A02787, #A02787);
	background: -moz-linear-gradient(#A02787, #A02787);
	background: -ms-linear-gradient(#A02787, #A02787);
	background: -o-linear-gradient(#A02787, #A02787);
	background: linear-gradient(#A02787, #A02787);
	-pie-background: linear-gradient(#A02787, #A02787);
  }
  
  .menu .ddrMenuAction:after, .menu .ddrMenuAction.active:after
  {
	top: 10px;
  }
    
  
  .menu .ddrMenuAction.active
  {
	background: #b3529f;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b3529f), to(#b3529f));
	background: -webkit-linear-gradient(#b3529f, #b3529f);
	background: -moz-linear-gradient(#b3529f, #b3529f);
	background: -ms-linear-gradient(#b3529f, #b3529f);
	background: -o-linear-gradient(#b3529f, #b3529f);
	background: linear-gradient(#b3529f, #b3529f);
	-pie-background: linear-gradient(#b3529f, #b3529f);
  }
}

/* Mise en forme du gestionnaire de languew */
.dnnLanguageEditor .dnnLangEditorTree.dnnLeft {
  width: 35%;
}
.dnnLanguageEditor .dnnLangEditorContent.dnnRight {
  width: 65%;
}







