﻿/* #region Boutton Enregistrer */
/*debut*/
#grpSave span[id="iconSave"] {
    position: relative;
}

#grpSave span[id="iconSave"]:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0c7";
    font-size: 13px;
    position: absolute;
    left: 10px;
    top: 10px;
    pointer-events: none;
    color: white;
}

#grpSave input[type="submit"] {
    /*margin: 10px;*/
    padding-left: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/*fin*/
/* #endregion Boutton Enregistrer */

/* #region vue kanban */
/*debut*/
/*item*/
div.kanban-item-warning {
    border-left-color: #ffb822 !important;
}

div.kanban-item-primary {
    border-left-color: #5867dd !important;
}

div.kanban-item-success {
    border-left-color: #1dc9b7 !important;
}

div.kanban-item-danger {
    border-left-color: #fd397a !important;
}

div.kanban-item-info {
    border-left-color: #366cf3 !important;
}



div.kanban-item {
    padding: 1.25rem;
    /*margin-top: 1.25rem;*/
    margin-bottom: 0.2rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    /*border-radius: .25rem;*/
    position : relative;
}
div.kanban-item-selector {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #FFF;
    height: 100%;
    width: 30px;
    padding: 12px 5px
}
.Kanban-View .kt-portlet__body {
    padding: 5px !important;
}

.Kanban-View .kt-portlet__head {
    min-height: 40px !important;
}

.btn-PrioriteA {
    color: #fd397a !important;
}

.btn-PrioriteB {
    color: #ffb822 !important;
}
.btn-PrioriteC {
    color: #366cf3 !important;
}
div.kanban-item-PrioriteA {
    border-left-color: #fd397a !important;
}

div.kanban-item-PrioriteB {
    border-left-color: #ffb822 !important;
}

div.kanban-item-PrioriteC {
    border-left-color: #366cf3 !important;
}

.card-priorite  .card-body {
    padding: 0.25rem !important;
}
.card-priorite .card-header {
    padding: 0rem !important;
}
.dialog-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.ui-dialog {
    z-index: 1051 !important;
}
.dialog-backdrop.show {
    opacity: 0.5;
}
/*#endregion fin*/
/*controller Dossiertache/edit et create */

/*scroll 

#table_PointDeControle, #ListControleCreatePopUpTable {
    height: 300px;
    display: -moz-groupbox;
}


    #table_PointDeControle tbody, #ListControleCreatePopUpTable tbody {
        overflow-y: scroll;
        height: 200px;
        /*  position: absolute;
    }
   scroll*/
/* #region point controle*/
    input.PointControle, input.PointControlePopUp, input.ActiviteTier {
    background-color: white !important;
    border: none !important;
    }


    #table_PointDeControle td, #ListControleCreatePopUpTable td {
    padding: 0.15rem !important;
    vertical-align: middle !important;
    text-align: center !important;
    }

    /*controller Dossiertache/edit et create */
        /*controller */
        /* vue kanban */
        .kt-sticky-toolbar {
    top: 15% !important;
    }

    @media (min-width: 1439px){
    .kt-container {
    width: 1500px !important;
    }
    }
/*#endregion point controle*/

/*#region Vue Index Docuements*/
    .doc-folder_container {
    margin-bottom: 10px !important;
    }
    .doc-folder_header {
    height: 20px;
    }
    .doc-folder_body{
    padding-top : 10px;
    margin-left : 20px !important;
    }
    .kt-widget--document {
    border: 1px solid #c4c4c4 !important;
    margin-bottom: 10px !important;
    border-radius: 5px;
    height: 140px;
    width: 140px;
    float:left;
    margin-left : 5px;
    }
    .doc-folder-pointer {
    cursor: pointer;
    }
    .doc-folder-pointer .show {
    display: contents;
    }
    .doc-folder-pointer .hide {
    display: none;
    }
    .doc-folder_container .doc-folder_body.is-open {
    display: block;
    }
    .doc-folder_container .doc-folder_body.is-close {
    display: none;
    }
    .kt-widget.kt-widget--document .kt-widget__head .kt-widget__media {
    /*height: 100px !important;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    position: relative;
    }
    .kt-widget.kt-widget--document .kt-widget__head .kt-widget__media .kt-widget__img {
    max-width: 100% !important;
    max-height: 100px !important;
    width: 100% !important;
    height: 100px !important;
    border-radius: 5px 5px 0% 0% !important;
    }
    div.widget-Document-selector {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(255, 255, 255, 1);
    height: 28px;
    width: 28px;
    padding: 0px 1px 0px 5px;
    display: block;
    border-radius: 5px;
    }
    .kt-widget.kt-widget--document .kt-widget__NomDoc {
    padding: 0.4rem 0 0.2rem 0 !important;
    text-align: center;
    display: block;
    padding: 0.8rem 0 0.6rem 0;
    font-size: 0.9rem !important;
    color: #48465b;
    font-weight: 500;
    }
    .kt-widget.kt-widget--document .document_desc {
    text-align: center;
    }

    .kt-widget--document.selected, div.widget-Document-selector.selected  span {
    -moz-box-shadow: 0 0 2px 2px #f0ad4e !important;
    -webkit-box-shadow: 0 0 2px 2px #f0ad4e !important;
    box-shadow: 0 0 2px 2px #f0ad4e !important;
    border: 1px solid #f0ad4e !important;
    }
    /* #endregion fin Vue Index Docuements*/

/* #region  upload document*/


.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.deactivated {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #d3394c;
}

    .inputfile-1:focus + label,
    .inputfile-1.has-focus + label,
    .inputfile-1 + label:hover {
        background-color: #722040;
    }



.list-group-item {
    cursor: pointer;
}

.input-label {
    background: rgba(0,0,0,0);
    border: none;
    cursor: pointer;
}

.input-label-lg {
    background: rgba(0,0,0,0);
    border: none;
    cursor: pointer;
    font-size: large;
    font-weight: bold;
}

/* #endregion */

/*#region workflow view*/
/*#region workflow css*/

.save-image {
    /*position: sticky;*/
    border: 1px solid #018dc4;
    border-radius: 20px;
    font: normal 16px/normal "Times New Roman", Times, serif;
    color: rgba(255,255,255,0.9);
    background: #0199d9;
    
}


.wizard-progress {
    display: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
    height:75px;
}

.wizard-progress .step {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    overflow: visible;
    position: relative;
    font-size: 14px;
    color: #1b122d;
    font-weight: bold;
}

.wizard-progress .step:not(:last-child):before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 37px;
    background-color: #a2a5b9;
    height: 6px;
    width: 100%;
}

.wizard-progress .step .node {
    display: inline-block;
    border: 6px solid #a2a5b9;
    background-color: #a2a5b9;
    border-radius: 18px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -18px;
}

.wizard-progress .step.complete:before {
    background-color: #088072;
}

.wizard-progress .step.complete .node {
    border-color: #088072;
    background-color: #088072;
}

.wizard-progress .step.complete .node:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: #a2a5b9;
}

.wizard-progress .step.in-progress:before {
    background: #088072;
    background: -moz-linear-gradient(left, #088072 0%, #a2a5b9 100%);
    background: -webkit-linear-gradient(left, #088072 0%, #a2a5b9 100%);
    background: linear-gradient(to right, #088072 0%, #a2a5b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#088072', endColorstr='#a2a5b9',GradientType=1 );
}

.wizard-progress .step.in-progress .node {
    border-color: #088072;
}
.wizard-progress .step.complete .duree-text {
    display: inline-block;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -35px;
    color: #a2a5b9;
    font-size: 10px;
}

/*#endregion workflowcss */
.workflow-action{
    margin-left : 20px;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__media img {
    height: 100px !important;
    border-radius: 2px !important;
    border: 1px solid #d1d1d1 !important;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom {
    border-top: none !important;
    margin-top:0px !important;
}
    /*#endregion workflow view */

/*#region reunions*/
/* #region index*/
    .reunion-folder_container {
        margin-bottom: 10px !important;
    }
 .reunion-folder_header {
        height: 20px;
    }
   .reunion-folder_body {
        padding-top: 10px;
        margin-left: 20px !important;
    }
    .reunion-folder-pointer {
        cursor: pointer;
    }

    .reunion-folder-pointer .show {
        display: contents;
    }

    .reunion-folder-pointer .hide {
        display: none;
    }

    .reunion-folder_container .reunion-folder_body.is-open {
        display: flex;
    }

   .reunion-folder_container .reunion-folder_body.is-close {
        display: none;
    }

div.widget-Reunion-selector {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(255, 255, 255, 1);
    height: 28px;
    width: 28px;
    padding: 0px 1px 0px 5px;
    display: block;
    border-radius: 5px;
}
    .kt-widget--Reunion.selected, div.widget-Reunion-selector.selected span {
        -moz-box-shadow: 0 0 2px 2px #f0ad4e !important;
        -webkit-box-shadow: 0 0 2px 2px #f0ad4e !important;
        box-shadow: 0 0 2px 2px #f0ad4e !important;
        border: 1px solid #f0ad4e !important;
    }
    /*#endregion index */

    /*#region detail*/
    .kt-widget__body .kt-widget__items .kt-widget__item.nav-link.active {
        transition: color .3s ease !important;
        background: #f2f3f7 !important;
        border-radius: 4px !important;
    }
        .kt-widget__body .kt-widget__items .kt-widget__item.nav-link.active span {
            color: #366cf3 !important;
        }
    /* #endregion  */
/*#endregion reunions*/
    /*#region DocDiv*/

.DocDiv {
    border: 1px dashed #6610f2;
    padding: 10px;
    margin-bottom: 15px;
}


    /*#endregion DocDiv*/

 /*#region toolbar */
.toolbar ul {
    display: table-row;
    width: 85px !important;
}
#toolbar {
    min-width: 88px !important;
}
.toolbar ul li {
    display: table-cell;
    height: 35px;
  padding:5px;
    list-style-type: none;
    margin: 10px;
    vertical-align: middle;
}



    .toolbar ul li a {
        display: table-cell;
        vertical-align: middle;
       
        height: 35px;
    }
div#toolbar .dropdown-menu {
    min-width: 85px !important;
}
        
    /*#endregion*/


    /*#region dragula*/

.gu-mirror {
    position: relative !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.gu-transit {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}
    /*#endregion*/



/*#region DossierRemarque*/
/* #region index*/
.DossierRemarque-folder_container {
    margin-bottom: 10px !important;
}
.DossierRemarque-folder_header {
    height: 20px;
}
.DossierRemarque-folder_body {
    padding-top: 10px;
    margin-left: 20px !important;
}
.DossierRemarque-folder-pointer {
    cursor: pointer;
}
.DossierRemarque-folder-pointer .show {
    display: contents;
}
.DossierRemarque-folder-pointer .hide {
    display: none;
}
.DossierRemarque-folder_container .DossierRemarque-folder_body.is-open {
    display: flex;
}
.DossierRemarque-folder_container .DossierRemarque-folder_body.is-close {
    display: none;
}
div.widget-DossierRemarque-selector {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(255, 255, 255, 1);
    height: 28px;
    width: 28px;
    padding: 0px 1px 0px 5px;
    display: block;
    border-radius: 5px;
}
.kt-widget--DossierRemarque.selected, div.widget-DossierRemarque-selector.selected span {
    -moz-box-shadow: 0 0 2px 2px #f0ad4e !important;
    -webkit-box-shadow: 0 0 2px 2px #f0ad4e !important;
    box-shadow: 0 0 2px 2px #f0ad4e !important;
    border: 1px solid #f0ad4e !important;
}
/*#endregion index */
/*#endregion DossierRemarque*/

/*#region update css metronic

/*#region update margin bottom form-group for metronic style*/
    .form-group {
        margin-bottom: 1rem !important;
    }
    .form-group.form-group-marginless, .form-group.form-group-last {
        margin-bottom: 0px !important;
    }

    .form-group.form-group-md {
        margin-bottom: 0.75rem !important;
    }

    .form-group.form-group-sm {
        margin-bottom: 0.25rem !important;
    }

    .form-group.form-group-xs {
        margin-bottom: 0.10rem !important;
    }

    .form-group.form-group-last {
        margin-bottom: 0rem !important;
    }
/*#endregion*/
/*#region update Padding header*/
@media (max-width: 1024px) {

    .kt-subheader {
        padding: 10px 0 !important;
        height: auto !important;
    }
}
/*#endregion*/
/*#endregion update css metronic