body{
    font-size: 11px;
}
body.maximized{
    background: url("../img/body-bg.gif") left top repeat-y;
}

body.minimized{
    background: url("../img/body-bg-small.gif") left top repeat-y;
}

.separator{
    clear: both;
    height: 1px;
    width: 100%;
}

.content{
    margin-left: 201px;
    /*position: relative;*/
    z-index: 10;
    min-height: 1034px;
    
}

.extended .content{
    margin-left: 0px;
    position: relative;
    z-index: 10;
}

/* HEADER */

/*.main-container header{
    display: block;
    padding: 5px;
    color: #303030;
}*/

.page-title{
    line-height: 24px;
    color: black;
    font-weight: normal;
    font-family: "verdana", sans-serif;
}

    .page-title i {
        vertical-align: top;
    }

    .page-title, .tools-manager {
        float: left;
        margin: 5px 10px 4px 10px;
    }

.notifications {
    margin: 2px 2px 2px 10px;
}

    .notifications .dropdown-menu {
        min-width: 230px;
    }

.important, .error {
    color: #ee1c25;
}

/* BREADCRUMB */

#breadcrumb-fo{
    background-color: #fefefe;
    line-height: 5px;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    font-weight: bold;
    /*margin-left: 160px;*/
}

#breadcrumb-fo .item{
    float: left;
    margin-right: 8px;
}

#breadcrumb-fo .item .link{
    color: #ee1c25;
    text-decoration: underline;
}

#breadcrumb-fo .item .link:hover{
    color: #303030;
}

/* PAGE-CONTENT */
#page-content{
    padding: 15px;
}

.form-actions button{
    font-size: 14px;
}


div.colonnes {
    display: table;
}

p.colonne, p.contenu {
    padding: 5px;
}

.retourperte {
    font-weight: bold;
}
.inlineblock{
    display: inline-block;
    width: 200px;
}

.inactive-row {
    background-color: lightcoral!important;
}
