.disabled
{
    opacity: 0.3;
    pointer-events: none;
}
.adminimal .content-header
{
    padding:0;
}

.adminimal.page-node-type-application .content-header
{
    padding:0;
}


#block-menuducomptedelutilisateur ul.menu
{
    margin:0;
    padding:1rem 0 0 0;
    list-style:none;
    width:100%;
    text-align: right;
}
#block-menuducomptedelutilisateur ul.menu li
{
    list-style-type: none;
    display: inline-block;
    background-color:rgba(255,255,255,0.7);
    padding:0 5px 0 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#block-guide-page-title
{
    display:inline-block;
}
#block-dropdownlanguage
{
    border-top:6px solid #434343;
    display:block;
    margin-top:40px;
    width:100%px;
    height:45px;
    /*position:absolute;
    left:20px;
    top:5px;
    z-index: 999;*/
}
#block-dropdownlanguage fieldset
{
    padding:0;
    position:absolute;
}
#block-dropdownlanguage legend
{
    display:none;
}

.back
{
    margin-top:20px;
    display:inline-block;
}





/* app edit tree */
#app-edit-tree
{
    /*border-top:6px solid #434343;
    padding-top:40px;*/
}
#app-edit-tree h2
{
    font-size: 32px;
    color:#434343;
}
#app-edit-tree .root-actions-container
{
    margin-top:30px;
    margin-bottom:20px;
}
#app-edit-tree .root-actions-container .button
{
    margin: 0 0.3em;
}
#app-edit-tree .root-actions-container .button:first-child
{
    margin-left:0;
}


#app-edit-tree ul
{
    margin:0;
    padding:0 0 0 50px;
}
#app-edit-tree ul.root
{
    padding:0;
}
#app-edit-tree ul li.item
{
    list-style:none;
}
#app-edit-tree ul li.item .itemInfosContainer
{
    height:50px;
    line-height: 50px;
    border-left:1px solid lightgray;
    padding-top:20px;
}
#app-edit-tree ul li.item.quiz_question .itemInfosContainer,
#app-edit-tree ul li.item.quiz_answer .itemInfosContainer
{
    height:30px;
    line-height: 30px;
    padding-top:0;
}
#app-edit-tree ul li.item .itemInfos
{
    display:inline-block;
    vertical-align: top;

    background: rgb(211,211,211);
    background: -moz-linear-gradient(0deg, rgba(211,211,211,1) 0%, rgba(255,255,255,1) 40%);
    background: -webkit-linear-gradient(0deg, rgba(211,211,211,1) 0%, rgba(255,255,255,1) 40%);
    background: linear-gradient(0deg, rgba(211,211,211,1) 0%, rgba(255,255,255,1) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3d3d3",endColorstr="#ffffff",GradientType=1);
}
#app-edit-tree ul li.item.notPublicVisible .itemInfos
{
    /*color:#fff;
    background: rgb(67,67,67);
    background: -moz-linear-gradient(0deg, rgba(67,67,67,1) 0%, rgba(67,67,67,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(67,67,67,1) 0%, rgba(67,67,67,0) 100%);
    background: linear-gradient(0deg, rgba(67,67,67,1) 0%, rgba(67,67,67,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#434343",endColorstr="#434343",GradientType=1);*/

    opacity: 0.3;
}
#app-edit-tree ul li.item .itemInfosContainer .itemInfos.thumb
{
    width:50px;
    height:50px;
    padding:0;
    background:lightgray;
}
#app-edit-tree ul li.item .itemInfosContainer .itemInfos.thumb.noImg
{
    background: rgb(199,33,0);
    background: -moz-linear-gradient(0deg, rgba(199,33,0,1) 0%, rgba(199,33,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(199,33,0,1) 0%, rgba(199,33,0,0) 100%);
    background: linear-gradient(0deg, rgba(199,33,0,1) 0%, rgba(199,33,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c72100",endColorstr="#c72100",GradientType=1);
}
#app-edit-tree ul li.item .itemInfosContainer .itemInfos.thumb img {
    display: block;
    line-height: 0;
}
#app-edit-tree ul li.item .itemInfosContainer .itemInfos.type
{
    font-size: 24px;
    width:50px;
    text-align: center;
}
#app-edit-tree ul li.item.quiz_question .itemInfosContainer .itemInfos.type,
#app-edit-tree ul li.item.quiz_answer .itemInfosContainer .itemInfos.type
{
    font-size:14px;
    width:25px;
}
#app-edit-tree ul li.item.quiz_question ul
{
    padding-left:25px;
}
/*#app-edit-tree ul li.item .itemInfosContainer .itemInfos.type.ok
{
    color: #73b355;
}*/
#app-edit-tree ul li.item .itemInfosContainer .itemInfos.type.correct
{
    color: #73b355;
}
#app-edit-tree ul li.item .itemInfosContainer .itemInfos.type.ko
{
    color: #c72100;
}
#app-edit-tree ul li.item .itemInfosContainer .itemInfos.title
{
    padding: 0 20px 0 0;
    min-width:150px;
}
#app-edit-tree ul li.item .itemInfosContainer .itemInfos.unpublished
{
    color:#e29700;
}
#app-edit-tree ul li.item .itemInfosContainer .itemInfos.unpublished .txt
{
    font-size:8px;
    line-height: 0;
}
#app-edit-tree ul li.item .itemInfosContainer .itemInfos.actions
{
    /*border-left: 1px solid lightgray;
    border-top: 1px solid lightgray;*/
    border-right: 1px solid lightgray;
    padding: 0 10px;
    /*line-height: 49px;*/
}
#app-edit-tree ul li.item .itemInfosContainer .itemInfos.actions .button
{
    margin: 0 0.3em;
}
#app-edit-tree ul li.item .itemInfosContainer .itemInfos.actions .button:first-child
{
    margin-left:0;
}
#app-edit-tree ul li.item .itemInfosContainer .itemInfos.actions .button.delete
{
    margin-left:1em;
}
#app-edit-tree ul li.item .itemInfosContainer .itemInfos.actions .separator
{
    width:1px;
    background-color:lightgray;
    display:inline-block;
}
