/* Item */

.container {
    /* width:90%;*/
    width: 980px;
    /* max-width: 1400px;*/
}

.berduj-items {
    margin: 0px 0px;
}

.berduj-items .item {

    max-height: 330px;
    height: 330px;
    width: 220px;
    margin: 10px auto;
    padding: 10px 10px;
    border-radius: 4px;
    border: 1px solid #f3f3f3;
    box-shadow: inset 0px 0px 1px #ddd;
    -webkit-transition: box-shadow 1s ease;
    -moz-transition: box-shadow 1s ease;
    -o-transition: box-shadow 1s ease;
    transition: box-shadow 1s ease;
}

.berduj-items .item:hover {
    box-shadow: inset 0px 0px 5px #ccc;
    -webkit-transition: box-shadow 1s ease;
    -moz-transition: box-shadow 1s ease;
    -o-transition: box-shadow 1s ease;
    transition: box-shadow 1s ease;
}

.berduj-items .item hr {
    margin: 5px 0px;
}

.berduj-items .item .item-image {
    overflow: hidden;
}

.berduj-items .item .item-content {
    height: 120px;
    overflow: hidden;
}

.berduj-items .item .item-image img {
    padding: 5px 0px;
    height: 140px;
    width: 200px;
    display: block;
    margin: 0 auto;
}

.berduj-items .item .item-details h5 {
    text-align: center;
}

.berduj-items .item .item-details h5 a {
    color: #666;
}

.berduj-items .item .item-details h5 a:hover {
    text-decoration: none;
}

.berduj-items .item .item-details p {
    text-align: left;
    line-height: 1.5em;
}

.berduj-items .item .item-price {
    margin: 7px 0px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px 5px !important;
    line-height: 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    background: #f3f3f3;
    border: 1px solid #eee;
}

.cofinancement {
    background: #FFD697!important;
}

.padding5 {
    padding-left: 0;
    padding-right: 5px;
}

.actu {
    border-radius: 4px;
    border: 1px solid #f3f3f3;
    padding: 10px;
    background-color: #dedede;
}

.actu h3 {
    text-align: center;
}

.berduj-items .item .duree-jour {
    background-color: #fbed50 !important;
}

img.reserve-sfet, .berduj-items .reserve-sfet {
    height: 25px;
    margin-top: -3px;
    border-radius: 5px;
}

.fiche-formation h1 {
    font-size: 2.2em;
}

.fiche-formation h4 {
    margin-top: 2em;
}

p.reserve-adherent-sfet {
    margin: 1em 0
}

.fiche-formation .title {
    border-bottom-color: #999;
}

.fiche-formation p {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

.fiche-formation p b {
    font-size: 1.1em;
}

.fiche-formation .row {
    margin-top: 2em;
}

img.thumb {
    border: 1px solid #AAA;
    padding: 1px;
}

.fiche-formation div.button {
    margin: 2em 0
}

img.complet {
    float: right;
    position: absolute;
    top: 1px;
    right: 13px;
    width: 159px;
    height: 120px;
}


.form-group {
    padding: 15px 0;
    margin: 15px;
    display: block;
    clear: both;
    max-width: 1000px;
}
.form-group label {text-align: right;
    max-width:150px;}

.form-group div.checkbox label {text-align: left;    max-width:100%;}
.datepicker, .timepicker { width: 16em;}
.datepicker table tr td, .datepicker table tr th { width: 25px; height: 25px; }

.tab-content {
    padding: 10px 40px !important;
    border:1px solid #ddd;
    border-top:none;
}
.nav-tabs {
    margin-bottom: 0;
}
