
.bottom_panel .panel-heading {
    border-radius: 0;
    background-color: #337ab7;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 16px;
    font-weight: 300;
    text-align: center;
}

.bottom_panel.section_commentaires .panel-heading {
    text-align: left;
    color: #fff;
}


.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}



.bottom_panel.open {
    width: 66%;
    height: 50%;
    opacity: 1;
}
.bottom_panel {
    position: fixed;
    bottom: 0px;
    right: 0px;
    height: 0;
    width: 0;
    opacity: 0;
    z-index: 210;
    transition: width 1s, height 1s;
    border-radius: 0;
    border: 1px solid #337ab7;
}




.bottom_panel.section_commentaires {
    background-color: #FFFFFF;
    overflow: hidden;
    width: 430px;
    top: 40VH;
    overflow: scroll;
    height: 45VH;
}

.bottom_panel .panel-heading .nom_candidat {
    text-transform: initial;
    font-size: 14px;
}



.bottom_panel .panel-heading .plus {
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0;
    padding: 10px 15px 11px 15px;
    border-right: 1px solid #fff;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*
.fa {
    width: 18px;
    text-align: center;
}*/

.bottom_panel .panel-heading .close {
    position: absolute;
    top: 1px;
    right: 15px;
    font-size: 40px;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bottom_panel.section_commentaires .plus {
    right: 50px;
    left: unset;
}

.bottom_panel.section_commentaires .nouveau-commentaire {
    width: 100%;
    border: 2px solid #cbcbcb;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bottom_panel.section_commentaires .nouveau-commentaire .ajout-commentaire .form-group {
    margin: 5px 0;
}

.bottom_panel.section_commentaires .nouveau-commentaire .ajout-commentaire .form-group textarea {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.bottom_panel.section_commentaires .nouveau-commentaire .add-document.add-notes {
    border-top: 2px solid #cbcbcb;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 10px 0px 10px;
}


.btn-file input[type=file] {
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}

.bottom_panel.section_commentaires .nouveau-commentaire .add-document.add-notes .submit-commentary {
    margin-top: -5px;
    padding: 6px 6px;
    background-color: #204d74 !important;
}

.bottom_panel.section_commentaires .nouveau-commentaire .add-document.add-notes .file-input .btn-file {
    white-space: nowrap;
}
.btn-file {
    overflow: hidden;
}
.file-input, .file-loading:before, .btn-file, .file-caption, .file-preview, .krajee-default.file-preview-frame, .krajee-default .file-thumbnail-footer, .file-zoom-dialog .modal-dialog {
    position: relative;
}

.bottom_panel.section_commentaires .nouveau-commentaire .add-document.add-notes .form-group label {
    display: none;
}

.btn-file input[type=file] {
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}

.btn-file input[type=file], .file-caption-icon, .file-preview .fileinput-remove, .krajee-default .file-thumb-progress, .file-zoom-dialog .btn-navigate, .file-zoom-dialog .floating-buttons {
    position: absolute;
}

.bottom_panel.section_commentaires .nouveau-commentaire .add-document.add-notes .file-input .btn-file span:before {
    content: "Inserer"; }
.bottom_panel.section_commentaires .nouveau-commentaire .add-document.add-notes .file-input .btn-file span[title]:before {
    content: attr(title); }


.bottom_panel .panel-body .evaluation .date, .bottom_panel .panel-body .note .date {
    font-weight: 600;
}

.bottom_panel .panel-body .evaluation .user, .bottom_panel .panel-body .note .user {
    float: right;
    color: #337ab7;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.bottom_panel .panel-body .list-group {
    padding: 0 15px;
}

.bottom_panel.section_commentaires .tiroir-commentaire_job .panel-body .list-group .list-group-item.note {
    margin-bottom: 10px;
    border: 1px solid gray;
    background-color: white;
}

.bottom_panel .panel-body .evaluation.open, .bottom_panel .panel-body .note.open {
    background-color: #fff;
}
.bottom_panel .panel-body .evaluation.open .message, .bottom_panel .panel-body .note.open .message {
    overflow: visible;
    word-break: break-all;
    height: auto;
}


.bottom_panel.section_commentaires .tiroir-commentaire_job .panel-body .list-group {
    padding: 0;
}

a.btn.btn-default.comment-reply {
    background-color: #f3993a;
    color: white;
    border: unset;
}

.bottom_panel .panel-body .evaluation, .bottom_panel .panel-body .note {
    border: none;
    margin-bottom: 0px;
    background-color: #f1f1f2;
    border-bottom: 1px solid #ddd;
    min-height: 100%;
}


.bottom_panel.section_commentaires .tiroir-commentaire_job .panel-body .list-group .list-group-item.note .commentaires_reply .commentaire_reply {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #cbcbcb;
}

.bottom_panel.section_commentaires .tiroir-commentaire_job .panel-body .list-group .list-group-item.note .commentaires_reply .commentaire_reply .replique {
    font-size: smaller;
}

.tiroir .tiroir-heading h4 {
    position: relative;
    border-bottom: 1px solid #c3c3c3;
    margin-top: 35px;
    margin-bottom: 20px;
}

.tiroir .tiroir-heading h4 a {
    display: block;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
}
[role="button"] {
    cursor: pointer;
}

.bottom_panel.section_commentaires .section_commentaires_body {
    padding: 10px;
    max-height: 400px;
    overflow: scroll;
    height: inherit;
}

.tiroir .tiroir-heading h4 a.collapsed:after {
    content: "\f078";
}

.tiroir .tiroir-heading h4 a:after {
    content: "\f077";
    color: #ffa401;
    float: right;
    font-size: 16px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.bottom_panel.section_commentaires .tiroir-commentaire_job .panel-body .list-group .list-group-item.note .more_info {
    display: none;
}

.bottom_panel.section_commentaires .tiroir-commentaire_job .panel-body .list-group .list-group-item.note.open .more_info {
    display: block;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777777;
    border-radius: 10px;
}

.bottom_panel.section_commentaires .tiroir-commentaire_job .tiroir-heading .badge {
    position: absolute;
    right: 25px;
    top: -3px;
}

.bottom_panel .panel-body .evaluation .message, .bottom_panel .panel-body .note .message {
    white-space: pre-line;
    overflow: hidden;
    height: 19px;
    position: relative;
    padding-right: 25px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.bottom_panel.section_commentaires .tiroir-commentaire_job .panel-body .list-group .list-group-item.note .root-note.new .message {
    font-weight: 700;
}

.bottom_panel.section_commentaires .tiroir-commentaire_job .panel-body .list-group .list-group-item.note .commentaires_reply .commentaire_reply.new .message {
    font-weight: 700;
}

.list .glyphicon-comment  {
    color: #337ab7 !important;
    font-size: 20px !important;
}
.css_comment  {
    color: #337ab7 !important;
}


/*20210323_1214  oscar garcia, task 61135*/




@media only screen and (max-width: 767px){
 .btncheck{padding-right: 30px!important;padding-left: 0 !important;}
 .div-nomedate{
        height: 50px;
    }

    #global_commentaires p.lbl_commentaires{
        display: none;
    }
    #global_commentaires .bottom_panel.section_commentaires {
        background-color: #FFFFFF;
        overflow: hidden;
        width: 100vw;
        top: 10VH;
        height: 500px;  }
    #global_commentaires  .bottom_panel.section_commentaires .section_commentaires_body {
        padding: 10px;
        max-height: 400px;
        overflow: no-display;
        height: inherit;
    }


    #global_commentaires .nom_candidat {
        color: black;
        text-transform: uppercase;
        padding-bottom: 20px;
    }
    #global_commentaires .bottom_panel .panel-heading {
        border-radius: 0;
        background-color: white;
        text-transform: uppercase;
        font-size: 40px!important;
        line-height: 16px;
        font-weight: 300;
        text-align: left;
        cursor: all-scroll;
    }

    #global_commentaires .bottom_panel .panel-heading .glyphicon{
        color:#337ab7;
    }

    #global_commentaires .bottom_panel.section_commentaires .nouveau-commentaire .ajout-commentaire .form-group textarea{
        border: none!important;
        width: 75vw;
        margin: 5px auto 0px auto;
        resize: none;
    }
    #global_commentaires .bottom_panel.section_commentaires .nouveau-commentaire {
        margin: 10px auto 10px auto;
        width: 80vw;
        border-radius: 15px;
        border: solid 1px #c3c3c3;
    }
    #global_commentaires .bottom_panel.section_commentaires .nouveau-commentaire .add-document.add-notes{
        border-top:none!important;
        margin-top: 0px!important;
        margin-bottom: 10px;
        padding: 2px 2px 0px 2px!important;
    }

    #global_commentaires .bottom_panel.section_commentaires .nouveau-commentaire .ajout-commentaire .form-group {
        margin-top: 2px!important;
    }

    #global_commentaires a.btn.btn-default.comment-reply{
        background-color: #0b9432!important;
    }
    #global_commentaires .bottom_panel.section_commentaires .tiroir-commentaire_job .panel-body .list-group .list-group-item.note {
        margin-bottom: 10px;
        border: 1px solid #585858;
        background-color: white;
    }
    #global_commentaires .princ_mess{
        border-radius: 10px;
        border: solid 1px #c3c3c3;
        padding: 10px 10px 5px 10px;
        margin-bottom: 10px;
    }

    #global_commentaires .commentaire_reply {
        padding: unset!important;
        border-radius: 10px;
        border: solid 1px  #c3c3c3;
        margin-bottom: 10px;
    }
    #global_commentaires .bottom_panel.section_commentaires .section_commentaires_body{
        overflow-y: scroll;
        overflow-x: hidden;
    }

    #global_commentaires .bottom_panel{
        border-radius: 15px;
        border: 1px solid  #c3c3c3;
    }

    global_commentaires .bottom_panel .panel-heading .close{
        font-size: 30pt;
    }
    #global_commentaires .nummessages{
        position: absolute;
        left: 15px;
        color: white;
        font-size: 13px;top: 10px;
        vertical-align:middle;
        margin:auto;
        font-family: Arial;
    }

    .divnomdatereplay{
        text-align: right;height: 30px;margin-top: 10px;
    }
    .divnomdatereplay-xs{
        display: none!important;
    }
    #global_commentaires .spanname{
        color: #827f7f!important;
    }
    #global_commentaires .div-nomedate .fa-exclamation-circle{
        font-size: 12pt;
        color: green;
    }

    .bottom_panel.section_commentaires .panel-body {
        padding: 0 0 20px 0;
    }

    .note_date{margin-left: 10px; color:#337ab7;}
    .rec_role{margin-left: 10px;}



}
@media only screen and (min-width: 768px){
    .div-nomedate{
        height: 30px;
    }

    #global_commentaires p.lbl_commentaires{
        display: none;
    }
   #global_commentaires .bottom_panel.section_commentaires {
        background-color: #FFFFFF;
        overflow: hidden;
        width: 45vw;
        top: 35VH;
        height: 60VH; }
    #global_commentaires  .bottom_panel.section_commentaires .section_commentaires_body {
        padding: 10px;
        max-height: 50vh;
        overflow: no-display;
        height: inherit;
    }


    #global_commentaires .nom_candidat {
        color: black;
        text-transform: uppercase;
        padding-bottom: 20px;
    }
    #global_commentaires .bottom_panel .panel-heading {
        border-radius: 0;
        background-color: white;
        text-transform: uppercase;
        font-size: 40px!important;
        line-height: 16px;
        font-weight: 300;
        text-align: left;
        cursor: all-scroll;
    }

    #global_commentaires .bottom_panel .panel-heading .glyphicon{
        color:#337ab7;
    }

    #global_commentaires .bottom_panel.section_commentaires .nouveau-commentaire .ajout-commentaire .form-group textarea{
        border: none!important;
        width: 38vw;
        margin: 5px auto 0px auto;
        resize: none;
    }
    #global_commentaires .bottom_panel.section_commentaires .nouveau-commentaire {
        margin: 10px auto 10px auto;
        width: 40vw;
        border-radius: 15px;
        border: solid 1px #c3c3c3;
    }
    #global_commentaires .bottom_panel.section_commentaires .nouveau-commentaire .add-document.add-notes{
        border-top:none!important;
        margin-top: 0px!important;
        margin-bottom: 10px;
        padding: 2px 2px 0px 2px!important;
    }

    #global_commentaires .bottom_panel.section_commentaires .nouveau-commentaire .ajout-commentaire .form-group {
        margin-top: 2px!important;
    }

    #global_commentaires a.btn.btn-default.comment-reply{
        background-color: #0b9432!important;
    }
    #global_commentaires .bottom_panel.section_commentaires .tiroir-commentaire_job .panel-body .list-group .list-group-item.note {
        margin-bottom: 10px;
        border: 1px solid #585858;
        background-color: white;
    }
    #global_commentaires .princ_mess{
        border-radius: 10px;
        border: solid 1px #c3c3c3;
        padding: 10px 10px 5px 10px;
    }

    #global_commentaires .commentaire_reply {
        padding: unset!important;
        border-radius: 10px;
        border: solid 1px  #c3c3c3;
    }
    #global_commentaires .bottom_panel.section_commentaires .section_commentaires_body{
        overflow-y: scroll;
        overflow-x: hidden;
    }

    #global_commentaires .bottom_panel{
        border-radius: 15px;
        border: 1px solid  #c3c3c3;
    }

    global_commentaires .bottom_panel .panel-heading .close{
        font-size: 30pt;
    }
    #global_commentaires .nummessages{
        position: absolute;
        left: 15px;
        color: white;
        font-size: 13px;top: 10px;
        vertical-align:middle;
        margin:auto;
        font-family: Arial;
    }

    .divnomdatereplay{
        text-align: right;height: 30px;margin-top: 10px;
    }
    .divnomdatereplay-xs{
        display: none!important;
    }
    #global_commentaires .spanname{
        color: #827f7f!important;
    }
    #global_commentaires .div-nomedate .fa-exclamation-circle{
        font-size: 12pt;
        color: green;
    }

    .bottom_panel.section_commentaires .panel-body {
        padding: 0 0 20px 0;
    }

    .note_date{margin-left: 10px; color:#337ab7;}
    .rec_role{margin-left: 10px;}


}



