.chosen-container-single .chosen-single {
    height: 30px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
}

.chosen-container-single .chosen-single span {
    padding-top: 2px;
}
.chosen-container-single .chosen-single div b {
    margin-top: 2px;
}
.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #ccc;
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 0 8px rgba(82, 168, 236, .6)
}
.personnel-widget-header{
    background: transparent !important;
    border: 0px !important;
    min-height: 24px !important;

}
.widget-box{
    border: 0px !important;
}
.personnel-widget-header{
    text-align: center;
    padding-top: 5%;
}

label{
    text-align: left;
}
.small-titre{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    box-sizing: border-box;
    line-height: 1;
    margin: 0 6px;
    font-size: 14px;
    font-weight: 400;
    color: #8089A0;
}
.widget-box-livrables{
    border: 1px solid !important;
    border-color: #448db9 !important;
}
.dropzone .dz-preview {
    min-height: 67px !important;
}

.dropzone .dz-preview .dz-image img {
    display: block;
    width: 167px !important;
    height: 114px !important;
}
.dropzone .dz-preview.dz-image-preview {
    background: transparent !important;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: "FontAwesome";
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 0%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
