/****************** la barre de menu webmaster **********************/
#dashboardToolBar { 
    background-color: #2D2D2D;
    background-image: url(/fsWidgetsPlugin/images/dashboard/dashboardMenuIcon.png);    
    background-repeat: no-repeat;   
    border-bottom: 1px solid #000000;
    background-position: 8px 5px;
    height: 27px;
    opacity: 1;
    width: 100%;
    z-index: 990;
    font: 13px/27px Arial,sans-serif; 
    color: #ffffff;      
}
#dashboardToolBar   a {
    padding: 0 5px;
    color: #dddddd; 
    text-decoration: none !important;
    cursor: pointer;
}

#dashboardToolBarMenu {    
    margin-left: 27px;
}

/******************** le dashboard **************************************/
.dashboardToolBarItem { 
    display: none; 
    position: absolute;
    left: 12px;
    top: 28px;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.dashboard {
    background-color: #FFFFFF;
    opacity: 1;
    /* width: 70%;*/
    border: 1px solid #BEBEBE;
/*    padding: 5px;*/
    font-family: sans-serif;
}
.dashboard p {                       padding-left: 8px;    padding-right: 8px;}
.dashboard h3 {  font-size: 16px;    padding-left: 8px;    padding-right: 8px;}


.dashboard  .cpanel
{
    text-align: center;  vertical-align: top;
    border: 1px solid #ddd;
    padding: 2px 2px 5px 2px;
    margin-bottom: 20px;
    margin-left: 8px;
    margin-right: 8px;
    height: 105px;
    font-size: 11px; font-family: arial,helvetica,clean,sans-serif;
}

.dashboard .cpanel div.icon   { margin: 3px; }
.dashboard .cpanel div.icon a {
    display: block; float: left;
    color: #333 !important;
    height: 97px !important;
    height: 100px;
    width: 108px !important;
    width: 110px;
    vertical-align: middle;
    text-decoration : none;
    border: 1px solid #DDD;
    padding: 2px 5px 1px 5px;
}

.dashboard .cpanel div.icon a:link    {  color : #808080;  }
.dashboard .cpanel div.icon a:hover   {
    color : #333;
    background-color: #f1e8e6;
    text-decoration: none !important;
    border: 1px solid #c24733;
    padding: 3px 4px 0px 6px;
}
.dashboard .cpanel div.icon a:active  {  color : #808080;  }
.dashboard .cpanel div.icon a:visited {  color : #808080;  }

.dashboard .cpanel div.icon img { margin-top: 13px; max-width: 45px!important; }
.dashboard .cpanel div.icon span { display: block; padding-top: 3px;            }
