/**
* File Upload
*/
.cuar-customer-new-private-file-form .cuar-js-wizard-section.body {
    display: block !important;
}
.cuar-customer-new-private-file-form .steps {
    display: none !important;
}
.cuar-customer-new-private-file-form .cuar-submit-container input[value="Suivant"] {
    display: none !important;
}
.cuar-customer-new-private-file-form .cuar-js-wizard-section.body#steps-uid-0-p-2[aria-hidden="true"] {
    /* display: none !important; */
}
.cuar-customer-new-private-file-form .cuar-js-wizard-section.body#steps-uid-0-p-2[aria-hidden="false"],
.cuar-customer-new-private-file-form .cuar-js-wizard-section.body#steps-uid-0-p-2[aria-hidden="false"] .cuar-submit-container {
    display: block !important;
}
.cuar-customer-new-private-file-form .cuar-js-wizard-section.body#steps-uid-0-p-0[aria-hidden="true"] input[type="submit"] {
    display: none;
}
.cuar-customer-new-private-file-form .cuar-js-wizard-section.body#steps-uid-0-p-1 input {
    /* display: none !important; */
}
.cuar-customer-new-private-file-form .cuar-js-wizard-section.body#steps-uid-0-p-1 input[type="file"] {
    display: block !important;
}
.cuar-customer-new-private-file-form .cuar-js-wizard-section.body#steps-uid-0-p-1 input[value="Ajouter des piÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ces jointes"] {
    display: inline-block !important;
}
.cuar-customer-new-private-file-form .cuar-js-wizard-section.body#steps-uid-0-p-1 input[value="TerminÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©"] {
    display: inline-block !important;
}
.cuar-customer-new-private-file-form #cuar_content,
.cuar-customer-new-private-file-form label[for="cuar_content"] {
    display: none !important;
}

/**
* Conversations
*/
body.customer-area-active .cuar-css-wrapper .file_read .fa-file:before,
body.customer-area-active .cuar-css-wrapper .file_read .fa-comment-o:before,
body.customer-area-active .cuar-css-wrapper .file_read .fa-comment:before,
body.customer-area-active .cuar-css-wrapper .file_read .fa-comments:before {
    color: green;
}
body.customer-area-active .cuar-css-wrapper .file_unread .fa-file:before,
body.customer-area-active .cuar-css-wrapper .file_unread .fa-comment-o:before,
body.customer-area-active .cuar-css-wrapper .file_unread .fa-comment:before,
body.customer-area-active .cuar-css-wrapper .file_unread .fa-comments:before {
    color: red;
}

.single-cuar_conversation .cuar-single-post-content,
.single-cuar_conversation .cuar-js-msnry-item {
    width: 100% !important;
}

/**
* Dashboard
*/
body.customer-area-active .cuar-css-wrapper .dashboard_conversation_read.file_read ~ .label-primary,
body.customer-area-active .cuar-css-wrapper .dashboard_conversation_read.file_read ~ .label-default {
    background-color: green !important;
}
body.customer-area-active .cuar-css-wrapper .dashboard_conversation_read.file_unread ~ .label-primary,
body.customer-area-active .cuar-css-wrapper .dashboard_conversation_read.file_unread ~ .label-default {
    background-color: red !important;
    color: white;
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail .collection-thumbnail-padder, body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail .collection-thumbnail-padder {
    background-image: url("../images/background.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
}
body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-footer-metas, body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-metas, body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-footer-metas, body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-metas {
    display: block !important;
}
.collection-footer-metas div[data-original-title="Assigné à"] {
    display: none !important;
}
