/* Global styles */

body {
    margin: 0 0 0 7px;
    color: black;
    font-family: arial;
    font-size: 8px;
    
    /*background: url("../images/page/top-bg.png") repeat-x scroll 0 0 transparent;*/
}

select {

   max-width: 80%; 
  border: 1px solid #23a19d;

}

/* Habillage des liens*/

a {

  /*border-bottom: 1px dotted;*/

  outline: none;
  text-decoration: none;
  cursor: pointer;
  /*padding: 2px 2px 2px 2px;*/
}
a:link {
  color: black;
}

a:visited {
  color: #437A16;
}

a:focus {
  border-bottom: 1px solid;
  background: #d5edec;
  padding: 1px 2px 1px 2px;

}

a:hover {
  border: 1px solid;
  background: #d5edec;

}

a:active {
  background: #265301;
  color: #CDFEAA;
}
/* fin habillage liens*/

/* habillage select*/


/* fin habillage select*/
/* Main */
div.titretb {
    
    font-size: 24px;
}
div.main {
    width: 100%;
    min-width: 1000px;
    position: relative;
    padding-left: 6%;
    padding: 0 0px 0 0px;

}

div.shortcuts {
    position: absolute;
    top: 164px;
    margin-left:5px;
    width: 7%;
    z-index: 1;
    border-right: 2px outer black;


}


div.header {
    height: 120px;
    min-height: 50px;
    background: none;
    border: 0;
    background: url("../images/header/banniere_logisauv.png");
    opacity: 0.7;
    padding-left: 0;

    background-repeat: no-repeat;
}

/* Header */

div.application-title {
    background: url('../images/logo.png') no-repeat;
    /*    padding-top:50px; */
    
    /* height:60px; */
    width: 75%;
    color: white;
    font-size: 30px;
    position: absolute;
    margin-top: 10px;
    float: left;
    pointer-events: auto;
    text-align: center;

}

div.header div.today {
    color: black;
    background-color: whitesmoke; 
    border: 1px solid #5888C1;
    /*border-radius: 7px 7px 7px 7px;
    padding: 2px;*/
}

div.login {
    margin-top: 20px;
    color: white;
    clear: right;
    float: right;
    position: relative;
    top: auto;
    right: auto;
}

div.login div.links {
    margin: 5px 8px;
}

div.login div.links>* {
    background: none;
}

div.header-links>a {
    color: black;
}

#quick-detail {
    min-height: 33px;
    margin-right: 3px;
    float: right;
}

#quick-detail:empty {
    display: none;
}

#quick-detail>div {
    background-color: white;
    border: 1px solid #858faa;
    color: black;
    /*margin-top:2px;*/
    height: auto !important;
    padding: 3px 5px;
    /*border-radius: 7px 7px 7px 7px;*/
}

div#quick-detail div.value {
    font-weight: bold;
    font-size: 20px;
    display: inline;
    color: black;
    text-shadow: 0px 2px 3px #555;
}

/* Menu */

div.nav {
    height: 36px;
    /*background: #1b70cf url('../images/page/toolbar-bg.png') repeat-x;*/
    /*border: 1px solid #5888C1;*/
    border-width: 0px;
    padding-left: 2px;
}

div.menu-item.level1 {
    background: white;
    float: left;
}

div.nav div.menu-item {
    background: white;
    border: 0;
}

div.nav div.menu-item.level1>div.item {
    top: 3px; 
    margin: 3px 0px 3px 0px;
    height: 18px;
}

div.nav div.menu-item div.item {
    color: white;
}

div.children {
    position: absolute;
    display: none;
}

div.menu-item:hover>div.children {
    display: block;
}

div.nav div.menu-item.level1>.children {
    padding-left: 2px;
}

div.nav div {
    z-index: 10;
}

div.menu-item div.item {
    padding: 6px;
}

div.item.level1 {
    margin: 6px 2px 6px 2px;
}

div.menu-item div.item { 
    /*background: #194a82 url('../images/menu/bg1.png') top repeat-x;*/
    /*background: linear-gradient(purple, black);*/
    background-color: #D02A21; 
    color: white;
}

div.nav>div.menu-item {
    border: 0;
}

div.nav>div.menu-item:hover {
    border-top-color: whitesmoke;
}

div.nav>div.menu-item:last-child {
    border-right-style: solid;
}



div.nav div.menu-item:hover {
    background: white;
}

div.nav div.item>img {
    padding-right: 3px;
}

div.nav div.menu-item .item {
    border-bottom-style: none;
}

div.nav div.menu-item:last-child .item,
div.nav div.level1.menu-item>.item {
    border-bottom-style: solid;
}

div.menu-item.level2:last-child div.children.level2>div.menu-item>.item {
    border-left-style: solid;
}

div.menu-item.level2:last-child div.children.level2>div.menu-item:first-child>.item {
    border-left-style: none;
}

div.children>div.menu-item {
    margin-left: 2px;
}

div.children.level2 {
    left: 100%;
    margin-top: -32px;
}

div .item {
    white-space: nowrap;
}

div.menu-item:hover>div.item {
    /*background: #dadee7 url('../images/menu/bg1-hoover.png') top repeat-x;*/
    background-color: white;
    border-color: black;
    color: black;
}

div.nav>div.menu-item.last {
    border-right: 0;
}

div.menu-item.last>div.item.level1 {
    /*border-radius: 0px 7px 7px 0px;*/
}

#mod_home {
    /*border-radius: 7px 0px 0px 7px;*/
}

/* Body, messages */

div.messages {
    position: absolute;
    background: none;
    border: 0;
    top: 10px;
    right: 20px;
    margin: 0;
    margin-right: 50px;
}

div.we-message {
    position: static;
}

div.body {
    background-color: white;
    padding-left: 7%;

    
}

/* Barres d'outils */

div.we-toolbar {
    background-color: whitesmoke;
    border: 1px solid #858faa;
    color: black;
    margin-top: 0px;
    padding-bottom: 5px;

    /*border-radius: 0px 0px 7px 7px;*/
}

div.we-toolbar-item>div.item {
    /*border-radius: 7px 7px 7px 7px;*/
}

div.we-toolbar-item:hover>div.item {
    color: black;
}

/* Footer */

div.footer {
    /*background: url('../images/footer/footer-bg.png') top repeat-x;*/
    padding-top: 20px;
    background: #D32B21;
    border: 1px solid whitesmoke;
    color:white;
    min-height: 40px;
}

/* Tables */

table.we-table th {
    color: white;
    background-color: #333333;/*entete tables*/
    /*background: url('../images/header/header2-bg.png') scroll 0 0 repeat-x;*/
}

/* Fieldset */

fieldset {
    background-color: white;
    border: 1px outset black;

    /*border-radius: 7px;*/
    height: auto;
    /*overflow: auto;*/
    position: relative;
    margin: 5px;
}

fieldset#auth {
    background-color: whitesmoke;
    margin: 0 auto !important;
    width: 400px;
}

/* Formulaires */

form {
    margin: 0 10px;
}

form.we-form {
    width: auto;
    background: none;
    border: 0;
}

div.body #frm-login {
    padding: 20px 0;
}

table.we-table ul.contextmenu li.level1.hover,
table.we-table ul.contextmenu ul.children {
    background-color: #333333;
    opacity: 0.9;
        border: 1px solid black;

}

div.jqplot-title {
    font-size: 16px;
    padding: 5px 0 5px 30px;
    color: #092e73;
    margin: 10px;
    width: auto !important;
}

div.jqplot-pie-series.jqplot-data-label {
    font-weight: bold;
    font-size: 14px;
}

fieldset.roundify,
fieldset legend.roundify {
    /*background:white url('../images/forms/fieldset-bg.png') repeat-x !important;*/
}

fieldset.roundify legend,
fieldset legend.roundify {
    
    /*
    border: 1px inset #a6adbc;
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    border-radius: 7px 7px 7px 7px;*/
}


a.button {
    display:inline-block;
    
    cursor:pointer;
    border:1px solid #989ca4;
    position:static !important;
    text-align:center;
    height:18px;
    color:white;
}

.button
{
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin-top: 30px;
    margin-bottom: 30px;

    background-color: #363636;
    
    color: white;
}


.button:hover

{
        display: inline-block;

    border-bottom: 1px solid black;
    padding: 5px 10px 5px 10px;
    margin-bottom: 30px;
    background-color: #333333;
    opacity: 0.7;
    color: white;
}

div.we-tabs-container>ul>li.active a {
    /*border-radius: 7px 7px 0px 0px;*/
}

div.we-tabs-container>ul>li>a {
    /*border-radius: 7px 7px 0px 0px;*/
}

#frm-mail-home {
    padding-top: 0px;
}

.ui-datepicker {
    height: auto;
}


/* Component containers Calendrier
----------------------------------*/

.fc-day {
    background: #f2f5f7 url('../images/forms/calendar-bg.png') 50% top repeat-x;
}

.ui-state-highlight,
.fc-day .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: url("../images/forms/calendar-bg_highlight.png") repeat-x scroll 50% top #FFEF8F;
    border: 1px solid #F9DD34;
    color: #363636;
}
