﻿.cara-FE-Formation {
    font-size:12px;
}
.cara-FE-Formation .cara-FE-Formation-Etat-Labbel{
    overflow-x: hidden;
}

    .cara-FE-Formation .cara-FE-Formation-Item > td {
        padding-left: 0px;
        padding-right: 0px;
    }

    

    .cara-PanelWindow-dockRight .cara-FE-Formation .cara-FE-Formation-Label > div {
        width: 200%;
        overflow: hidden
    }
.cara-PanelWindow-center .cara-FE-Formation .cara-FE-Formation-Label > div{
    width:100%;
    overflow:visible
}
.cara-FE-Formation .cara-FE-Formation-Valeur > div ,.cara-FE-Formation .cara-FE-Formation-document>input,.cara-FE-Formation .cara-FE-Formation-Convocation>input  {
    width:100%;
}

.cara-PanelWindow-dockRight .cara-FE-Formation .cara-FE-Formation-Etat-Labbel{
    min-width: 30px;
    max-width: 150px;
    width: 20%;
}
.cara-PanelWindow-dockRight .cara-FE-Formation .cara-FE-Formation-Convocation{
    min-width:70px;
    max-width:150px;
    width:25%;
}
.cara-PanelWindow-dockRight .cara-FE-Formation .cara-FE-Formation-Valeur,.cara-PanelWindow-dockRight .cara-FE-Formation .cara-FE-Formation-document {
    min-width:50px;
    max-width:150px;
    width:50%;
}

.cara-PanelWindow-center .cara-FE-Formation .cara-FE-Formation-Label,.cara-FE-Formation .cara-FE-Formation-document, .cara-PanelWindow-center .cara-FE-Formation .cara-FE-Formation-Valeur,.cara-FE-Formation .cara-FE-Formation-Convocation {
    min-width:80px;
}
.cara-FE-Formation input[type='text'] {
    /*width:100%;*/
    height:24px;
    padding:3px 6px;
    font-size:11px;
    color:#555;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.cara-FE-Formation button.btn {
    padding: 1px 5px;
    min-height:24px;
}
.cara-PanelWindow-dockRight .cara-FE-Formation .btn {
    height: 24px;
    padding: 1px;
    min-width: 16px;
}

.cara-FE-Formation .cara-FE-Formation-Item.deleted {
    opacity:0.5;
}
.cara-FE-Formation .cara-FE-Formation-Item.deleted input {
    display:none;
}



/* commun*/
.cara-FE-Formation ul{
    height:80px;
    overflow:auto;
}
.cara-FE-Formation ul li a{
    padding-bottom:1px;
    padding-top:1px;
}
.cara-FE-Formation ul.dropdown-menu.dropdown-menu-right{
    left:auto;
    position:fixed;
    top:auto;
    right:auto;
    margin-left:-135px;
}