@import "flex.css";

/* GENERAL */

body{
    background:#EFEBE7;

}

.clear{
    clear:both;
}

/* NAVBAR */
.navbar{
    border-radius:0px;
}
.navbar-blue{
    background:#272A73;
    border:none;
    border-radius:0px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: rebeccapurple;
}



.activeBrand .navbar-brand ,.activeBrand .navbar-brand:hover{
    color:white;
    background-color: rebeccapurple;
}

.activeBrand .navbar-brand:hover{
    color:lightgrey;   
}



.navbar-inverse{
    border-bottom:0px solid black!important;
}

.nav>li>a {
    padding-left:12px!important;
    padding-right:12px!important;
    font-size: 13px!important;
}

@media screen and (max-width: 1280px) {
    .nav>li>a{
        padding-left:5px!important;
        padding-right:5px!important;
        font-size:13px!important;
    }
    .navbar-brand{
        font-size:13px!important;
    }
}

@media screen and (max-width: 1140px) {
    .nav>li>a{
        padding-left:3px!important;
        padding-right:3px!important;
        font-size:11px!important;
    }
    .navbar-brand{
        font-size:12px!important;
    }
}

@media (max-width: 940px) {
    .navbar-header {
        float: none;
    }
    .navbar-fixed-top .navbar-collapse {
        min-height:100%;
        height:100%;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
        height: 100%!important;
        overflow-y: scroll!important;
        max-width:100%!important;
        width:100%!important;
        overflow-x:hidden!important;
    }
    .collapse{
        max-width:100%!important;
        width:100%!important;
        overflow-x:hidden!important;
    }

    .nav>li>a{
        background-color: #222;
        font-size:11px!important;
    }
    .nav .navbar-nav{
        max-width:100%;
        width:100%;
        overflow-x:hidden!important;
    }

    .navbar-right .dropdown-menu{
        width:100%!important;
        background-color: #222!important;
    }
    .navbar-right .dropdown-menu a{
        color:lightgrey;
        font-size:11px!important;
        margin:5px 0px;
    }
    .navbar-right .dropdown-menu a:hover{
        background-color: #222!important;
        color:white!important;

    }
    .navbar-nav>li>.dropdown-menu{
        background-color: #222!important;
        color:white!important;
        width:100%;
        box-shadow: 0 0px 0px rgba(0,0,0,.175);
        border:0px!important;
    }
    .navbar-nav>li>.dropdown-menu a{
        font-size:12px!important;
        color:#9d9d9d;
        padding:6px 12px;
    }
    .navbar-nav>li>.dropdown-menu a:hover{
        color:white;
        background-color: #222!important;
    }

    .nav>li>a{
        font-size:12px!important;

    }
    .nav>li{
        padding-left:8px!important;
    }
}


.navbar-fixed-top .navbar-collapse{
    height:100%!important;
    max-height:100%!important;
    min-height:100%!important;
}

/* sidebar */

.sidebar{
    background: #EDEDED;
    padding:0px;margin:0px;
    margin-bottom:20px;
    border: 1px solid lightgrey;
    border-radius: 4px;
    box-shadow: 1px 1px 1px darkgrey;
}

.sidebar ul{
    list-style:none;
    margin:0px;
    padding:0px;
}

.sidebar li a{
    color:black;
    width:100%;
    display:block;
    padding:10px 10px;

}

.sidebar li a:hover{
    background:lightgrey;
    text-decoration:none;

}

.sidebar ul ul{
    margin:0px 0px 0px 10px;   
}

.sidebar-selected{
    background:lightgrey;
    border-left: 10px solid orange;
    text-decoration:none;
    font-weight:bold;
    color:purple!important;
}
.sidebar-selected a{
    font-weight:bold;

    color:purple!important;
}


/* table */

.table{
    margin-top:20px;
}

td{vertical-align: middle!important;}

/* liste questions */

.cursorupdown{
    cursor:ns-resize;
}
.liste_questions{
    list-style:none;margin:0;padding:0px;font-size:14px;
}
.liste_questions li{
    margin: 16px 0px 0px 0px;
    border-bottom:1px solid lightgrey;
    padding:0px;
}
.liste_questions li:hover{
    background:#EBEBEB;
}
.infoquestiontype{
    font-weight:bold;
    font-style:italic;
    padding-left:25px;
    margin-top:12px;
}
.infoquestion{
    border-bottom:5px solid lightgrey;
    padding-bottom:8px;
}
.liste_questions_header{
    padding:8px;
}

/* PANEL DEFAULT OVERRIDE */
.panel-default>.panel-heading{
    text-align:left;
    background: #fff;
    border-bottom: solid 2px #bb171e;
    font-size:25px;
    color: #bb171e;
}
.panel-default {
    border-bottom: solid 1px #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.btn-proinsec{
    color:white;
}

.btn-proinsec:hover{
    color:white;
}

.bgRougeProInsec, .bgRougeProInsec:active, .bgRougeProInsec:active:focus,
.bgRougeProInsec.active.focus, .bgRougeProInsec.active:focus, 
.bgRougeProInsec.active:hover, .bgRougeProInsec:active.focus, .bgRougeProInsec:active:focus, 
.bgRougeProInsec:active:hover, .open>.dropdown-toggle.bgRougeProInsec.focus, 
.open>.dropdown-toggle.bgRougeProInsec:focus, 
.open>.dropdown-toggle.bgRougeProInsec:hover
{
    background: #bb171e;
}

.bgRougeProInsec:hover{
    background: #b0030b;
}

.colorRougeProInsec{
    color: #bb171e;
}

/* FORM */
.requiredFieldForm{
    font-weight:bold;
    color:red;

}
.btn-valid-form{
    width:100%;
}
.error_form{
    color:red;
    font-weight:bold;
}
.error_form ul{
    list-style: none;
    padding:0;margin:0;
}

.fieldreponsecollection{
    margin:15px 0px;
    border-bottom:1px solid lightgrey;
    padding:0px 0px 15px 0px;
}



.toggle{
    margin-left:15px;
    margin-right:15px;
}

/* NAV ADMIN */
.navbadge{
    float:right;
    background:green;
}

/* TOOLTIP */

.ui-tooltip, .arrow:after {
    background: black;
    border: 1px solid black;
}
.ui-tooltip {
    padding: 4px;
    color: lightgrey;
    border-radius: 4px;
    font-size: 12px;

    box-shadow: 0 0 3px black;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.form-collection-module-journeee-intervalle{
    border-radius:12px;
    background:#CCE6FF;
    margin:10px;
    padding:10px;
    width:60%;
}

.panel-body .col-md-4{
    color:#787878;
}

.panel-title{
    font-size:18px;
}

.panel-body .row{
    margin-bottom:8px;
}

.autowidth{
    width:auto!important;
    min-width:30px;
}
.todos .panel-body .row {
    margin-bottom:0px!important;margin-top:0px!important;
}

.formation-recette-heures{
    font-size:16px;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.formation-recette-heures .title{
    font-style: italic!important;
    color:darkgrey;
    margin-top:8px;
}

.formation-recette-heures .total{
    font-weight:bold;
}


#external-events {
    max-width:250px;
    padding: 0 5px;
    margin:0 auto;
    display:block;

    font-size:15px;
    margin-top:10px;
    margin-bottom:10px;

}

#external-events .fc-event {
    margin: 5px 0;
    padding:10px;
    cursor: move;
}


.fc-highlight{
    background:darkblue!important;
}

.external-events-big{
    width:300px;
    max-width:300px!important;
}

.fc-event-big{
    text-align:center;
    font-size:24px!important;
    width:300px;
}

.fc-event .fc-content {
    color: black!important;
    padding:1px!important;
    font-size:11px!important;
}

.fc-event .fc-time{
    font-weight:bold!important;
    font-size: 11px!important;
    border-bottom: 1px solid black!important;
    margin-bottom: 1px!important;
}

.fc-title p{
    margin:0px!important;
}

/* budget table */

.tableBudget .form-control{
    text-align: right;
    font-size:13px;
    height:26px;
}
.tableBudget{
    font-size:13px;
}
.tableBudget>tbody>tr>td{
    padding:4px;

}

.tableBudget>tbody>tr>.verticalTop{
    vertical-align:top!important;
}

.tableBudget .btn-xs{
    padding: 1px 2px;
    font-size: 10px;
    line-height: 11px;
}
.tableBudget .subtotal{
    /* border-bottom: 2px solid #0082b2!important; */
    background: rgba(0,137,189,0.13)!important;
    color: #0082b2;
    font-weight:bold;
}
.tableBudget .totalMarge{
    padding: 10px 4px;
    font-size: 15px;
  /*  border-bottom: 2px solid #0082b2!important; */
    background: rgba(0,137,189,0.3)!important;
    color: #0082b2!important;
    font-weight:bold;
}

.tableBudget .tableBudgetHeader{
    background:#eee;border-bottom: 2px solid #999;
}

.tableBudgetBorderTotalTop{
    border-top: 1px solid #0082b2!important;
}
.tableBudgetBorderTotalBottom{
    border-bottom: 1px solid #0082b2!important;
}

.tableBudgetBorderTotalLeft{
    border-left: 1px solid #0082b2!important;
}

.tableBudgetBorderTotalRight{
    border-right: 1px solid #0082b2!important;
}

/* general */

/*
.panelContent .col-md-9 h3:first-child{
    margin-bottom:40px!important;
    border-bottom:1px solid #242424;
}
*/

/* show_module formation */

.show-module-info-row{
    color:#5E5E5E;
    font-weight:bold;
    margin-right:10px;
    width:150px;
    display:inline-block;
}



.show-module-creneau-front{
    background: rgb(254,187,187); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(254,187,187,1) 0%, rgba(254,144,144,1) 45%, rgba(255,92,92,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=1 ); /* IE6-9 */

    padding:8px;
    font-weight:bold;
    border-bottom:1px solid lightgrey;
    cursor:pointer;
}

.show-module-front-container .row-fluid{
    margin-top:5px;
    margin-bottom:5px;
}



/* calendar */

#calendar{
    position:relative;
}

.fc-center h2{
    margin-top:8px!important;
    margin-bottom:2px!important;
    font-size:16px!important;
}

/* formation creneau */

.tablecreneauxformation input{
    font-size:12px!important;
}

/* hack: tooltip on disabled */
.disabled {
    pointer-events: all !important;
}

/* forceimageresponsive */

.imageresponsivetubby img{
    width:100%!important;
    max-width:100%!important;
    display:block;
    height:auto!important;
}

/** hack safari **/
legend{
    margin-bottom:0px!important;
}
fieldset > legend + *{
    padding-top:20px;
}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, 
input[type="month"].form-control {
    line-height: 1.42857143!important;
}

/* jquery validator */

.error{
    color:red;
    margin-top:4px;
    margin-bottom:4px;
}

/* datables hack */
.dataTables_length{
    float:left;
    margin-right:6px;
    margin-top:3px;
}
.dataTables_filter{
    float:right;
}

/* timepicker hack */

.ui-timepicker-table td a{
    width:auto!important;
}
.ui-timepicker-table th.periods{
    display:none!important;
}
.ui-state-default ui-state-disabled{
    width:auto!important;
}
.ui-timepicker-table td span{
    width:auto!important;
}

.sortabletable{width:100%!important;min-width:100%!important;}

.elfinder {font-size:18px!important;}

.table{
    font-size:12px!important;
}

/* form many add */

.spanEntities {
    background: lightyellow;
    border: 1px solid lightgrey;
    padding: 5px;
    cursor: pointer;
    margin: 12px;
    width: 75%;
    border-radius:4px;
}

.resultatsAjax {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
}

.resultatsAjax ul {
    list-style: none;
    display: inline;
    margin: 0px;
    padding: 0px;
}

.resultatsAjax li {
    padding: 4px;
    margin-top: 3px;
    margin-bottom: 4px;
    border-bottom: 1px solid black;
    background: lightyellow;
    cursor: pointer;
}

.addFormadd{
    border: 1px solid #E9E9E9;
    background:#F5F5F5;
    padding:10px;
    margin:0px 0px 10px 0px;;

}

.pEntities{
    margin-top:11px;
}

/* modal selecton formation programmation */
.form-select-formation-modal .form-group{
    margin-right:15px;
}

.form-select-formation-modal .form-inline{
    margin-bottom:15px;
    font-size:13px;
}

/* checklist */

.checklist-circle{
    cursor:pointer;
}
.rowChecklistElement{
    height:35px;
}
.rowChecklistElement{

    clear:both;
}
.actionsContainer{
    display:none;
}
.rowChecklistElement:hover .actionsContainer{
    display:block;
}
.changeElementChecklist{
    cursor:pointer;
}
.colorgreen{
    color:green;
}
.colorred{
    color:red;
}
.edit-checklist-element{
    max-width: 75%;
    font-size: 14px;
    display: inline-block;
    padding: 12px;
    margin-bottom: 10px;
    height: 25px;
}
.rowChecklistElement:nth-child(even) {background: #EDEDED}
.edit-form-checklistelement{
    padding:4px 0px;
    margin-left:10px;
}
.rowcontent{
    padding:8px 0px;

}

/* todo */

.colorgreen{
    color:green;font-weight:bold;
}
.colorgrey{
    color:red;font-weight:bold;
}
.todo-row{
    padding:10px 0px;
}
.isdo-icon{
    cursor:pointer;
    margin-right:5px;
}
.loader{
    display:none;
}
.todo-date{
    font-size:12px;
    color:darkgrey;
    margin-left:20px;
    padding-right: 30px;
    display:block;
}

.todo-info{
    padding-top: 5px;
    padding-bottom: 5px;
    display:block;
}

.todo-action{
    display:none;
}
.todo-row:hover .todo-action{
    display:block;
}
.todo-content{
    height:auto;
}

.todo-row:nth-child(even) {background: #EDEDED!important;}
.todo-row:nth-child(odd) {background: white!important;}

.formHide{
    display:none;
    margin-top:15px;
}
.todoForm{
    margin-top:18px;
}
.todoForm .form-control{
    min-width:70%!important;
}
.todo-outofdate{
    color:red;
}
.todo-row-edit{
    display:none;
}
.todo-span-date{
    margin-right:5px;   
}
.showhattodo{
    margin-left:5px;
}
.todoslist{
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
    padding-left: 3px;   
}

/* tableau recap heure formateurs */

.table-recapheures-formateurs tbody td:not(:first-child){
    text-align:right;
}

/* formation inter */
.backgroundTrParticipantSelected{
    background:#ABEAFF!important;
}

/* fullcalendar */
#calendar{
    font-size:12px!important;
}

/* bilanpedagogique */
.totalTableBilanPedagogique{
    background:#C4C4C4!important;
    font-weight:bold;
}
.bptdnumber{
    background:#FCEA9A;
    text-align:right;
}
.bptdnumberTotal{
    background:#E6C019;
    text-align:right;
}
.tableBpf{
    font-size:12px;
    margin-bottom:60px;
    margin-top:40px;
}
.colNumberBpf{
    width:150px;
}
.cellNumberBpf{
    width:150px;
}
.colCodeBpf{
    width:40px;
}
.cellCodeBpf{
    text-align:right;
}

/* modele document modal */

.hrContainer{
    margin-top:70px;
    margin-bottom:50px;
    clear:both;
}
hr{
    border:1px solid lightgrey;
}
.btnAddActiondeFormation{
    margin-top:20px;
    margin-bottom:20px;
}

.containerCodeTitle{
    width:100%;
    padding:5px 10px;
    font-size:16px;
    font-weight:bold;
    color:white;
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
    cursor:pointer;
    margin-bottom:15px;
    border-radius:6px;
}
.containerCodeContent{
    padding:5px 10px;
    display:none;
}
.containerCodeContent hr{
    border:1px solid darkgrey!important;
}

/*.alert-danger, .alert-info, .alert-warning{font-size:13px!important;}*/
.alert-danger h4, .alert-info h4, .alert-warning h4{font-size:15px!important;font-weight:bold;}

/* badge */
.badgeRed{
    background:red;
}

/* formation agenda liste */

.formation-agenda-liste-row{
    background: rgb(161,219,255);
    background: -moz-linear-gradient(left,  rgba(161,219,255,1) 0%, rgba(203,235,255,1) 53%, rgba(240,249,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(161,219,255,1) 0%,rgba(203,235,255,1) 53%,rgba(240,249,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(161,219,255,1) 0%,rgba(203,235,255,1) 53%,rgba(240,249,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1dbff', endColorstr='#f0f9ff',GradientType=1 ); /* IE6-9 */
    border:1px solid lightyellow;margin:20px;padding:8px;
}

.printDate{
    width:20%!important;
    max-width:20%!important;


    display: table-cell;
}

.printCreneauName{
    width:30%!important;
    max-width:30%!important;

    overflow:hidden;

    display: table-cell;
}

.printFormateur{
    width:25%!important;

    display: table-cell;
} 

.printSalle{
    width:25%!important;

    display: table-cell;
}

.formation-agenda-liste-row{
    width:100%!important;

    display: table;
}

.todoFormUp{
    margin:0px;
    margin-bottom:10px;
}

.modal{
    color:#333!important;
}

.ui-timepicker{
    z-index:3000!important;
}

.iconCreneau{
    cursor:pointer;
}

.dt-responsive{
    background:white!important;
}

@media (max-width: 1500px){
    .dt-responsive{
        font-size:11px!important;
    }    
}



@media (min-width: 992px){
    .panelContent > .col-md-9{
        width:80%!important;  
        padding-left:2%!important;
    }
    .panelContent .sidebar{
        max-width:19%!important; 
        font-size:12px;
        margin-left:1%!important;
    }
}

.valignCenter{
    vertical-align: middle!important;
}

.containerChecklistTemplate{
    padding:9px 5px 2px 5px;
}

.containerChecklistTemplate:nth-child(even){
    background:#EDEDED;
}

.containerChecklistAll{
    margin-bottom:15px;
    border:1px solid lightgrey;
}

.todo-content .glyphicon-remove, .todo-content .glyphicon-ok{
    cursor:pointer;
}

.doc-viewer-modal form {
    min-height: 300px;
    margin-top: 20px
}

.doc-viewer-modal form label {
    font-size: initial;
}

.document-viewer-wrapper table td:not(.pdf) {
    display: none;
}

.document-viewer-wrapper table td.pdf {
    display: flex;
}

.document-viewer-wrapper table tr:nth-child(2) {
    display: none;
}

.preview-email-container  .attachedFilesPreview a {
    display: block;
}

.preview-email-container  .fileAttachmentWrapper {
    padding: 25px 10px;
    border: 1px solid darkgrey;
    margin-top: 20px;
}
table.dataTable td.select-checkbox:before, table.dataTable td.select-checkbox:after {
    top: 2em !important;
}
th.dt-center, td.dt-center { text-align: center; }

.table-striped>tbody>tr.timing-issend {
    background-color: #DFF0D8 !important
}
.red-boder{
    border: 1px solid rgb(255, 0, 0);
}



.table-container{
    overflow-x: auto;
}
.table{
    margin-bottom: 5px;
}
div::-webkit-scrollbar {
height: 12px;
}

div::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #f0f0f0;
}

div::-webkit-scrollbar-thumb {
background-color: silver;
border-radius: 10px;
outline: none;
}
div::-webkit-scrollbar-thumb:hover {
background-color: lightgray; 
outline: none;
}

span.countResponsesBadge{
    padding: 5px;
    width: 20px;
    height: 20px;
    color: #fff !important;
    background-color: #f00 !important;
}

.hide-loader {
    display: none;
}

.text-green{
    color: #00BA29;
}

.text-black{
    color: #000;
}

.text-silver{
    color: #8E8E8E;
}

.disabled-button{
    background-color: #D9D9D9 !important;
    border-color: #D9D9D9 !important;
}

.training-end-info{
    min-height: 130px;
    padding-top: 50px;
}

.training-end-info.bill{
    padding-top: 20px;
}

.height-px-117{
    min-height: 117px;
}

.height-px-200{
    min-height: 200px;
}

.height-px-250{
    min-height: 250px;
}


.checkbox-area .accepted-checkbox:has(input[type="checkbox"]:disabled) {
    border: 1px solid #D8D8D8;
    background-color: #D8D8D8;
}

.checkbox-area .accepted-checkbox:has(input[type="checkbox"]:checked) {
    border: 1px solid #02A1E1;
}

.checkbox-area .accepted-checkbox {
    border: 1px solid #D8D8D8;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin: auto;
    justify-content: center;
    align-content: space-around;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: text-top;
}

.checkbox-area input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    border-radius: 3px;
}

.checkbox-area input[type="checkbox"]:checked {
    background-color: #02A1E1;
}

.checkbox-area input[type="checkbox"]:disabled {
    background-color: #D8D8D8;
}

.checkbox-area .input-group{
    width: 150px;
}

.icon-size-30{
    width: 30px;
}

.padding-bottom-40{
    padding-bottom: 40px;
}

.margin-top-10{
    margin-top: 10px;
}

.margin-left-10{
    margin-left: 10px;
}

.text-bold{
    font-weight: bold;
}

.margin-bottom-px-10{
    margin-bottom: 10px !important;
}

#incompleteInformation .modal-body{
    padding: 30px 50px;
}

#incompleteInformation .modal-title{
    color: #ED0000;
}

.modal-md{
    width: 700px;
}

.incomplete-information-input input{
    max-width: fit-content;
    width: 40%;
    margin: 20px auto 30px;
}

.incomplete-information-input .incompleteInformationLoader{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.incomplete-information-button{
    text-align: center;
}

.send-documents-body{
    padding: 50px 0px;
}

.send-documents-body td{
    padding-top: 20px;
    padding-right: 10px;
}

.send-documents-body label{
    padding-top: 10px;
}

.table-links a{
    color: #337ab7;
    text-decoration: none;
}

.grey-label{
    color: #4A4A4A;
    font-weight: normal;
    font-family: 'Poppins-Medium';
}
.loaderSizeAndDisplay{
    display: block;
    margin: auto;
    width: 30px;
    margin-top: 30px;
}

.checklisk-template{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.checklisk-template p{
    margin-bottom: 30px;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 500;
}

.checklisk-template button{
    padding: 15px 45px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}

.checklisk-template button.no-margin{
    margin-bottom: 0px;
}

.checklistTemplateItems,
.checklistItem{
    padding: 15px 30px;
    border-bottom: 1px solid #E8E8E8;
}

.checklistTemplateItems:last-child,
.checklistItem:last-child{
    border-bottom: none;
}

.checklistTemplateItems > .row,
.checklistItem > .row{
    margin-bottom: 0px;
}

.checklistItem{
    height: auto;
}

.checklistTemplateSingleItem{
    display: flex;
    align-items: center;
}

.checklistTemplateSingleItem p{
    margin: 0px;
}

.checklistTemplateSingleItem .move-grey{
    margin-right: 50px;
    cursor:move;
}

.move-grey:before,
.pencil-blue:before,
.remove-red:before{
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    width: 20px;
    left: -6px;
    top: -11px;
    height: 20px;
}

.move-grey:before {
    background-image: url(../img/move-grey.svg);
}

.pencil-blue:before {
    background-image: url(../img/pencil-blue.svg);
}

.remove-red:before {
    background-image: url(../img/remove-red.svg);
}

.btnChecklistShowEdit,
.btnchecklistRemoveOneEtape{
    padding: 0px;
}

.removeChecklistElementBymodule,
.editchecklistelementBymodule{
    padding: 7px 20px !important;
    display: inline;
}

.btnchecklistRemoveOneEtape{
    margin-left: 40px;
}

.moduleCheckListModal .containerChecklistAll{
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #E8E8E8
}

.moduleCheckListModal .modal-body{
    background-color: #FAFAFA;
    padding: 30px 50px;
}

.moduleCheckListModal .btnChecklistAddEtape{
    padding: 10px 45px;
    font-size: 12px;
    font-weight: 700;
}

.moduleCheckListModal .formNewEtape textarea {
    resize: vertical;
    border: 1px solid #E8E8E8;
    min-height: 100px;
    border-radius: 10px;
}

.moduleCheckListModal .formNewEtape .actionButton {
    display: flex;
    flex-direction: row-reverse;
}

.moduleCheckListModal .formNewEtape .actionButton i{
    font-size: 20px;
}

.modal-xlg{
    min-width: 1000px;
    max-width: 1900px;
    width: fit-content;
}

.moduleCheckListModal .btnChecklistSaveComment,
.moduleCheckListModal .checklistCloseModal{
    padding: 10px 40px;
}

.panel-heading-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-heading-split > a {
    font-size: 12px;
    font-weight: 600;
}

.moduleCheckListModal .edit-checklist-element{
    max-width: 80%;
    display:inline;
    font-size: 14px;
    display: inline-block;
    padding: 12px;
    margin-bottom: 10px;
    height: 35px;
}

.moduleCheckListModal .checklistSwitchStatus,
.checklistLastItems .checklistSwitchStatus{
    margin-right: 20px;
}

.uncheck-icon:before,
.check-icon:before{
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    width: 15px;
    left: -6px;
    top: -14px;
    height: 20px;
}

.uncheck-icon:before {
    background-image: url(../img/uncheck.svg);
}

.check-icon:before {
    background-image: url(../img/check.svg);
}

.moduleCheckListModal .checklistBody{
    background-color: #FAFAFA;
    padding: 5px 10px 30px 10px;
}

.moduleCheckListModal .checklistBody h4{
    margin-left: 30px;
}

.progressCircle{
    position: relative;
}

.progressNumber{
    position: absolute;
    top: 33%;
    left: 7%
}
.checklistLastItems .checklistItem{
    padding: 0px;
}

.checklistLastItems .title{
    font-size: 13px;
    font-weight: 600;
    color: #B0B0B0;
}

.progressNumberTable{
    position: absolute;
    top: 21%;
    left: 18%;
}

.checklistitemTable{
    width: fit-content;
    margin: auto;
}

.margin-right-10{
    margin-right:10px;
}

.center-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qualityTrackingModal .modal-body{
    background-color: #FAFAFA;
}

.qualityTrackingModal .modal-body .footer{
    background-color: #FFF;
    border-top: 1px solid #E8E8E8;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.btn-s-lg{
    padding: 15px 45px;
    font-size: 12px;
    font-weight: 700;
}

.qualityTrackingPanel .panel-body>:first-child{
    margin-bottom: 20px;
}

.qualityTrackingPanel .panel-body>:last-child{
    margin-top: 20px;
}

.qualityTrackingPanel .panel-body .qualityTrackingButton{
    padding: 7px 60px;
    font-weight: 700;
    font-size: 12px;
}

.qualityTrackingPanel .panel-body{
    min-height: 265px;
}

#actionFormation{
    text-decoration: underline;
}

.qualityTrackingModal label{
    color: #000;
    font-weight: 500;
    font-size: 12px;
    margin: 20px 0 15px;
}

.qualityTrackingModal input,
.qualityTrackingModal select{
    font-size: 13px;
    height: 40px;
}

.qualityTrackingModal input,
.qualityTrackingModal select,
.qualityTrackingModal textarea{
    color: #000;
}

.modal-lg2{
    width: 1300px;
}

.priorityContainer{
    display: flex;
}

.priorityContainer select{
    width: 72%;
}

.priorityContainer img{
    width: 40px;
    height: 40px;
}

.hide-element{
    display: none;
}

.suiviQualiteCommentsContainer .activityAndComments{
    margin-bottom: 0;
}

.font-size-10{
    font-size: 10px;
}

.font-size-11{
    font-size: 11px;
}

.lite-blue-color {
    color: #02A1E1;
}

.suiviQualiteCommentsContainer{
    height: 605px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.suiviQualiteCommentsContainer .activityAndComments{
    overflow-x: auto;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 10px;
    padding-right: 2px;
}

.suiviQualiteCommentsContainer .commentForm p{
    margin-bottom: 0px;
}

.suiviQualiteCommentsContainer .commentForm button{
    margin-top: 10px;
    padding: 7px 40px;
    font-size: 12px;
    font-weight: 700;
}

.suiviQualiteCommentsContainer .commentForm .suiviQualiteCommentLoader{
    vertical-align: sub;
}

.text-underline{
    text-decoration: underline;
}

.grey-text{
    color: #4A4A4A;
}

.light-grey-text{
    color: #CCCCCC;
}

table.dataTable thead th:first-child.sorting_desc:after {
    content: "";
}
.flex-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.checklistCircleType0, .checklistCircleType1 {
    min-height: 225px;
}

.participantPanelBody {
    min-height: 295px;
}

.checklistPanelBody {
    min-height: 505px;
}

.participant_form .dropdown-menu {
    max-height: 400px !important;
}

.formateur-suggestions {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    width: 100%;
    display: none;
}

.formateur-suggestions::-webkit-scrollbar {
    width: 8px;
}

.formateur-suggestions div {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 500;
    font-family: 'Poppins-Medium';
}

.formateur-suggestions div:hover {
    color: #fff;
    background-color: #337ab7;
}

#searchFormateur {
    padding: 20px 15px;
    font-weight: bold;
    font-family: 'Poppins-Medium';
}

.sky-blue-participant-form{
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
    border-radius: 5px;
    padding: 15px;
}

.sky-blue-participant-form label:not(.error) {
    color: #31708F !important;
}

.sky-blue-participant-form .canvas-box{
    width: 100%;
}

.sky-blue-participant-form .signature-buttons{
    display: flex;
    justify-content: space-between;
}

.sky-blue-participant-form .field-required-message{
    color: #808080;
    margin-bottom: 30px;
    width: 500px;
    font-size: 20px;
}

.text-decoration-none{
    text-decoration: none;
}

.panel-participant{
    margin-top: 20px !important;
}

.subscribe-step{
    margin-bottom: 35px;
    color: #4A4A4A;
}

.subscribe-step .trainers-table>tbody>tr{
    background-color: #f9f9f9;
}

.mb-0{
    margin-bottom: 0px;
}

.identityConfirmation .participantName{
    margin-bottom: 40px;
}

.identityConfirmation .identityConfirmationForm .form-group div{
    margin-bottom: 20px;
}

.red-text{
    color: #ED0000;
}

.green-text{
    color: #00BA29;
}

.copy-feedback {
  display: inline-block;
  margin-top: 6px;
}

.break-word {
    word-break: break-all;
}