:root {
    --colorbacklinepairhover: rgb(230,237,244);
}
div.mainmenu.checkli::before {
    content: "\f0ae";
}
.float-left {
    float: left;
}
.hideselectonload select{
	display:none;
}
.size20{
    font-size: 20px;
}

.width95{
	width: 95%;
}

.width3{
    width: 3%;
}

.width5{
    width: 5%;
    max-width: 5%;
}

.width2{
    width: 2%;
}

.width1{
    width: 37px;
    min-width: 37px;
}

div.fichehalfdiv3left {
    float: left;
    width: calc(33% - 12px);
}

div.fichehalfdiv3right {
    float: right;
    width: calc(33% - 12px);
}

.hidden{
	display: none;
}

#form_checkli .checkli{
    background: #fff;
    border: 1px dashed #cbcbcb;
    border-radius: 5px;
    padding: 6px 0;
}

#form_checkli .checkliaddtaskbutton{
    padding: 6px;
    cursor: pointer;
    font-size: 13px;
    margin: 0px 4px;
    text-transform: none;
    font-weight: 600 !important;
}

#form_checkli .btncheckli.btn-add{
    background: #298ecf !important;
    margin-left: 25px;
}

#form_checkli .btncheckli span{
    color: #fff !important;
}

#form_checkli .btncheckli.checklirightbuttons:hover .fa-clone{
/*    color: green !important;*/
}

#form_checkli .btncheckli.checklirightbuttons{
    margin-right: 0 !important;
}

#form_checkli .listtask{
	list-style: none;
	padding: 0px;
}

#form_checkli .checktask {
    position: relative;
}


#form_checkli .listtask li.task{
    position: relative;
    margin-bottom: 0;
}
#form_checkli .listtask li.task .showtask label {
    cursor: text;
}

#form_checkli .listtask li.subtask td.width2{
    padding-left: 30px;
}

#form_checkli .listtask li:hover .btntask {
    display: contents;
}
#form_checkli .listtask li .btntask {
    font-size: 20px;
}


/**************************  Css actions of checkli  *****************************/
    .actionscheckli{
        border: 1px dotted #ddd;
        display: inline-block;
        padding: 10px 0px;
        border-radius: 5px;
    }

    #form_checkli .actionscheckli .fichehalfleft{
        padding-left: 8px;
    }

    #form_checkli .actionscheckli .fichehalfright{
        padding-right: 8px;
    }
/**************************  End Css actions of checkli  *****************************/


/**************************  Css check task  *****************************/
    .checkliselectmassactions * {
        font-size: 11px;
    }

    .checkliselectmassactions .select2-container .select2-selection--single {
        height: 22px;
    }

    .checkliselectmassactions .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 22px;
    }
    #form_checkli div.checkliactionofalltasks{
        margin-bottom: 5px;
        min-height: 28px;
    }
    #form_checkli div.checkliactionofalltasks .massactionincheckliconfirmed{
        margin: 0 !important;
    }
    
    #form_checkli div.progress{
        background: #f8f8fa;
        color: grey;
        font-size: 13px;
        height: 20px;
        border-radius: 8px;
        margin: 15px 0px 6px;
        border: 1px solid #ddd;
        width: 100%;
        text-align: initial;
    }
    #form_checkli div.progress #numbrecheked{
        padding: 2px 10px;
        background: #e0b433;
/*        border-radius: 8px;*/
        color: #fff;
        font-weight: 600;
        height: 24px;
        min-width: 70px;
        white-space: nowrap;
        transition:width 700ms ease-in-out;
    }

    #form_checkli div.progress #numbrecheked.progress100{
        background: #25a580;
    }

    #form_checkli div.progress #numbrecheked.progress0{
        background: #f8f8fa;
        color: grey;
    }

    #form_checkli div.progress #numbrecheked .nb{
        min-width: 50px;
    }

    #form_checkli div.progress #numbrecheked .checknumber{
        background: #fff;
        padding: 0px 3px;
        border-radius: 3px;
    }

    #form_checkli div.progress #numbrecheked .checknumber .fa-check{
        color: #006db3;
        font-size: 12px;
    }
    /*
    #form_checkli div.progress #numbrecheked.progress0 .checknumber{
        background: #ddd;
    }*/

    #form_checkli div.progress #numbrecheked.progress0 .checknumber .fa-check{
        color: #ddd;
    }

/**************************  End Css check task  *****************************/



/**************************  Css check task  *****************************/

#form_checkli .checktask span.checkbox {
    display: inline-block;
    background: transparent;
    padding: 1px 4px 1px;
    transition: background .3s;
    cursor: pointer;
    content: '';
    background: #fff;
    border: 1px solid #999;
    border-radius: 10%;
}

#form_checkli .checktask span.checkbox:before {
    /*width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    left: 4px;*/
}

#form_checkli .checktask .fa-check {
    color: #006db3;
    cursor: pointer;
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    transition: visibility .5s, opacity .5s;
}

#form_checkli li.task.disabled .checktask .fa-check {
    color: #8d8d8d;
    cursor: default;
}

#form_checkli li.task.disabled .checktask span.checkbox {
    background: #ddd;
    cursor: default;
}

#form_checkli .checktask.checked .fa-check {
    visibility: visible !important;
    opacity: 1 !important;
}

/**************************  End check task  *****************************/

/************************************************************************************************************************/

/**************************  Css text task  *****************************/


#form_checkli .listtask li.task td{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    vertical-align: middle;
}

#form_checkli .listtask li.task .printtitle{
/*    border: 0px !important;*/
}

#form_checkli .listtask li.task textarea {
    max-width: calc(100% - 20px);
}

#form_checkli .listtask li .printtitle:focus {
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    text-decoration: none;
    color: #000;
}

#form_checkli .listtask li.task:has(.checktask.checked):not(.tasktitle) .showtask {
    text-decoration: line-through;
    color: #999;
}

#form_checkli .listtask li.task .showtask{
/*    font-size: 13px;*/
    max-width: 1000px;
    overflow: hidden;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    min-height: 26px;
}

#form_checkli .listtask li.task.disabled .showtask{
    cursor: default;
}

#form_checkli .listtask li.task .line1 {
/*    padding: 3px 6px;*/
    border-radius: 5px;
/*    height: 24px;*/
/*    background: #f6f6f6;*/
    margin-top: 4px;
}

#form_checkli .listtask li.task .line2{
/*    height: 24px;*/
    margin: 5px 2px;
}

#form_checkli .listtask li.task:hover .line1{
/*    background-color: #dcdcdc;*/
}

#form_checkli .listtask li.task .line1:hover {
/*    background-color: #dcdcdc;*/
}

/**************************  End text task  *****************************/

/************************************************************************************************************************/

/**************************  Css task type title  *****************************/


#form_checkli .listtask li td.borderb{
/*    padding-bottom: 10px;*/
/*    border-bottom: 1px solid #eee;*/
    vertical-align: middle;
}
#form_checkli .listtask li.task {
    border-bottom: 1px solid #eee;
}

#form_checkli .listtask li.task:hover {
    background: var(--colorbacklinepairhover) !important;
}

#form_checkli .listtask li.tasktitle td.width2{
/*    padding-bottom: 10px;*/
    width: 0%;
}
#form_checkli .listtask li.tasktitle .checktask{
    display: none;
}

#form_checkli .listtask li.tasktitle .printtitle{
    font-weight: bold;
/*    font-size: 13px;*/
}

#form_checkli .listtask li.tasktitle .line1 {
    background: #f0f8ff;
/*    padding: 2px 7px;*/
    border-radius: 5px;
    margin-top: 7px;
}

#form_checkli .listtask li.tasktitle .listtags, #form_checkli .listtask li.tasktitle .listactionstask li.taskaction_tags {
    display: none;
}

#form_checkli .listtask li.tasktitle .line1 .showtask {
/*    font-size: 15px;*/
    color: #858591;
    font-weight: 600;
    padding: 0 6px;
}

#form_checkli .listtask li.tasktitle .line1 .showtask .signetitle{
    display: inline-block;
}
/**************************  End css task type title  *****************************/


/******************************************************************************************************************************/


/**************************  Css List actions of task  *****************************/

#form_checkli .listactions.active ul {
    display: inline-block;
    z-index: 35;
}

#form_checkli .listtask li.task:hover .listactions{
    display: block;
}
#form_checkli .listactions ul.listactionstask {
    padding: 0px;
    list-style: none;
}   

#form_checkli .listactions ul.listactionstask li {
    position: relative;
    padding: 0px;
    text-align: left;
    display: inline-block;
}

#form_checkli li.task.disabled .listactions ul.listactionstask li {
    display: none;
}

#form_checkli .listactions ul.listactionstask a {
    display: inline-block;
    color: #919090;
    margin-left: 0px;
    text-decoration: none;
    padding: 6px 4px 4px 8px;
    transition: background 0.5s ease 0s;
}
#form_checkli .checklinametask {
    margin-top: 6px;
}
#form_checkli .listtask li.task:first-child .subtask {
    display: none !important;
}
#form_checkli .listactions ul.listactionstask a.hidden {
    display: none;
}

#form_checkli .listactions ul.listactionstask a:hover {
    border-radius: 3px;
    background: #aaa;
}

#form_checkli .listactions ul a .fa, #form_checkli .listactions ul a .fas{
    margin-right: 5px;
}

/**************************  End css list actions of task  *****************************/


/******************************************************************************************************************************/


/**************************  Css tags of task  *****************************/

#form_checkli .listtags{
    display: flex;
    float: left;
    padding-right: 4px;
    margin-top: 2px;
/*    line-height: 0;*/
}


.checkli .col-tag{    
    padding: 4px 6px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
}

#form_checkli li.task span.tasktag{    
    /*min-width: 35px;
    max-width: 40px;
    height: 6px;*/
    display: inline-block;
    margin: 0px;
    padding: 1px 3px;
    font-size: 11px;
    border-radius: 4px;
    margin-right: 2px;
    color: #fff;
}

.checkli li.task .col-tag{    
    font-size: 12px;
}

.checkli .colortagcheckli {
    border: 0px;
}

#form_checkli .checkli_tags {
    padding: 3px;
    margin: 0px;
    position: absolute;
    z-index: 50;
    white-space: nowrap;
    min-width: 90px;
    color: #454545;
    border-radius: 8px;
    border: 1px solid #cecece;
    background-color: #fff;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 8%);
}

#form_checkli .checkli_tags ul{
    padding: 5px;
    max-height: 120px;
    overflow-y: auto;
}

#form_checkli .checkli_tags ul li{
    margin-bottom: 6px;
    display: block !important;
}

#form_checkli .tagtask{
    margin-bottom: 10px;
}

#form_checkli .checktag{
    color: #5b5757;
    background: #ddd;
}

/**************************  End css tags of task  *****************************/

/**************************  Css Import tasks of project  *****************************/

 #importtaskbyproject{
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px dashed #aaa;
    background: #fff;
    font-size: 13px;
}

 #importtaskbyproject span.title{
    color: #9a9a9a;
}

#form_checkli .titleselect{
    color: #9a9a9a;
    font-weight: 500;
    font-size: 13px;
}

#action_createfromprojet{
    padding: 6px 12px;
    font-weight: 600;
    text-transform: none;
}


/**************************  End Import tasks of project  *****************************/






#form_checkli span.titlecheckli {
    display: block;
    background-color: #dcdcdf;
    width: 100%;
    padding: 8px 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#form_checkli span.titlecheckli a{
    padding: 0px 8px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #444 !important;
    margin: 0 !important;
    margin-bottom: -1px !important;
    cursor: pointer;
    text-transform: uppercase;
/*    padding: 10px;*/
}


#form_checkli .infocheckli {
/*    display: inline-block;*/
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px
}

#form_checkli div.div_infocheckli {
    padding: 10px;
    border: 1px dashed #44568652;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#form_checkli .titlecheckli img {
    height: 10px;
    left: 12px;
    top: 15px;
}










/*************************************  Css status in list checkli *****************************************/

#importtaskbyproject .nbcheckbystatus{
    line-height: 3;
}

#importtaskbyproject .nbcheckbystatus div{
/*    margin-right: 5px;*/
}

#importtaskbyproject .nbcheckbystatus .colorstatus {
    padding: 1px 8px;
    margin-right: 2px;
    border-radius: 50%;
}

#importtaskbyproject .nbcheckbystatus .labelstatus, #importtaskbyproject .nbcheckbystatus .nbstatus {
    font-weight: 600;
    color: #5e5959;
}
#importtaskbyproject .nbcheckbystatus .nbstatus {
    color: #000;
}



/*************************************  End Css status in list checkli *****************************************/


/*************************************  Css show checkli  in topmenu *****************************************/

#checkli_topicon_header a.showcheckli{
    cursor: pointer;
    font-size: 18px;
    margin-top: 2px;
/*    position: absolute;*/
}

#checkli_topicon_header a.showcheckli .infobox-project{
    color: #fff !important;
}

#checkli_topicon_header a.postedcheckli .fa{
/*    transform: rotate(30deg);*/
}


#checkli_topicon_header .dropdown {
    position: relative;
    display: inline-block;
/*    line-height: 40px;*/
}
#checkli_topicon_header .dropdowncontentcheckli {
    border-radius: 5px;
    position: absolute;
    background-color: #f9f9f9;
    right: 0;
    top: 30px;
    z-index: 1;
    min-width: 300px;
    width: 350px;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#checkli_topicon_header .dropdowncontentcheckli .listprod table{
    display: inline-table;
}
#checkli_topicon_header .dropdowncontentcheckli .listprod table tr, #checkli_topicon_header .dropdowncontentcheckli .listprod table td{
/*    height: 16px !important;*/
/*    border-bottom: 1px solid #ddd;*/
}

.dropdowncontentcheckli .radiopostedcheckli{
    cursor: pointer;
}

.dropdowncontentcheckli .dropdowncheckli_title {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#checkli_topicon_header .dropdowncontentcheckli .listprod span.titletask{
    color: #5a5a5a;
    font-size: 13px;
}

#checkli_topicon_header .dropdowncontentcheckli .listprod{
    /*background-color: #f9f9f9;*/
    /*position: absolute;*/
    height: 200px;
    padding: 16px 8px;
    overflow-y: scroll;
    border-radius: 3px;
    text-align: left;
}
#checkli_topicon_header .checkli_top_norecordfound{
    height: 180px;
}
#checkli_topicon_header .dropdowncontentcheckli .listprod::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
}
#checkli_topicon_header .dropdowncontentcheckli .listprod::-webkit-scrollbar {
    width: 4px;
}

#checkli_topicon_header .dropdowncontentcheckli .listprod::-webkit-scrollbar-track {
    background: #f9f9f9;
}

#checkli_topicon_header .dropdowncontentcheckli .listprod::-webkit-scrollbar-thumb {
    background-color: #e9eaed;
    border-radius: 20px;
    border: 0px;
}
#form_checkli .btnsavetask {
    margin-bottom: 6px;
}

/*#checkli_topicon_header .dropdown:hover::after{
    content: "";
    position:absolute;
    bottom:0px;
    top: 20px;
    left: 50%;
    left: calc(50% - 6px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 6px 6px 5px;
    border-color:  transparent transparent #ffffff transparent;
}*/

#checkli_topicon_header .dropdowncontentcheckli a.updatestock {
    color: #000 !important;
    line-height: 2;
    padding-bottom: 2px;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    text-decoration: none;
    display: block;
}

#checkli_topicon_header .dropdowncontentcheckli a.updatestock:hover {background-color: #f1f1f1}

#checkli_topicon_header .dropdown:hover .dropdowncontentcheckli {
}

#checkli_topicon_header .listprod .checkliposted{
    background: #f0f8ff !important;
}
/*************************************  End Css show checkli  in topmenu *****************************************/



/*************************************  Css show checkli note in all pages *****************************************/

.notecheckli {
/*    font-family: 'sans-serif', cursive;*/
    position: absolute;
    padding: 3px;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 10em;
    width: 10em;
    padding: .7em;
    -moz-box-shadow: 2px 2px 7px rgba(0,0,0,.5);
    -webkit-box-shadow: 2px 2px 7px rgb(0 0 0 / 50%);
    box-shadow: 2px 2px 7px rgb(0 0 0 / 50%);
    -moz-transition: -moz-transform .15s linear;
    -o-transition: -o-transform .15s linear;
    -webkit-transition: -webkit-transform .15s linear;
    z-index: 1000;
}
.notecheckli * {
    font-size: 11px;
}
.notecheckli #form_checkli .btncheckli {
    font-size: 10px;
    margin-bottom: 7px;
}
div:not(.notecheckli) #form_checkli .btnsavetask a
{
    font-size: 10px;
    min-width: auto;
    padding: 6px 9px;
}
div.notecheckli #form_checkli .btnsavetask a
{
    font-size: 9px;
    min-width: auto;
    padding: 5px 6px;
}
.notecheckli.private {
    background: #efefef;
}

.notecheckli #form_checkli .listtask{
    max-height: var(--notechecklimaxheight);
    overflow: auto;
    margin: 9px 0;
}
.notecheckli #form_checkli .listtask li.task {
    margin-bottom: 0px;
}
.notecheckli #form_checkli li.task span.tasktag {
    font-size: 7px;
}
.notecheckli #form_checkli div.progress 
,.notecheckli #form_checkli div.progress #numbrecheked
{
    height: 17px;
    line-height: 13px;
}
div:not(.notecheckli) #form_checkli div.progress
{
    margin: 15px 0px 10px;
}
.notecheckli #form_checkli .btnsavetask a {
    min-width: 58px;
}
.notecheckli span.checklitoptitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
/*    max-width: 200px;*/
    width: calc(100% - 50px);
}
.notecheckli #form_checkli .listtask td.width1{
    width: 22px;
    min-width: 22px;
}
.notecheckli #form_checkli .checktask .fa-check {
    font-size: 8px;
}
.notecheckli #form_checkli div.progress {
    margin-top: 8px;
}
.notecheckli.public {
    background: #B0F2B6;
}
.notecheckli #form_checkli .listtask li.task .showtask {
    min-height: 18px;
}
.notecheckli .contentnote {
    position: relative;
    height: 100%;
}

.notecheckli .contentnote .titlenote{
    font-weight: 600;
    position: relative;
    margin-bottom: 5px;
    cursor: all-scroll;
}
.notecheckli .contentnote .tasksnote{
    position: relative;
    width: 100%;
/*    height: 95%;*/
}

.notecheckli .contentnote .tasksnote #loadiframe{
    height: 100%;
}
.notecheckli .contentnote .tasksnote #loadiframe .loading{
    background: #00000061;
    text-align: center;
    border-radius: 4px;
    height: 100%;
    line-height: 15;
}

.notecheckli .contentnote .tasksnote iframe{
    border-radius: 4px;
    border: 0px;
}

.notecheckli:hover {
/*    transform: rotate(0)  scale(1.1);*/
}
.notecheckli:hover .hidechecklinote{
    display: block;
}
.notecheckli:hover .hidechecklinote * {
    font-size: 14px;
}

.notecheckli .checkli{
    padding: 0px !important;
}
.notecheckli ::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
}
.notecheckli ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.notecheckli ::-webkit-scrollbar-track {
    background: #f9f9f9;
}
.notecheckli ::-webkit-scrollbar-thumb {
    background-color: #e9eaed;
    border-radius: 20px;
    border: 0px;
}
.notecheckli .listtask li.task .showtask{
    white-space: normal !important;
}
/*************************************  End Css show checkli note in all pages *****************************************/