.task-board-category-container h4 {display: none;}


.board-task-list .task-board .task-board-header a.js-modal-large {
    margin-left: auto;  
    margin-right: 4px;
    background-color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    right: 9px;
    top: 5px;
    color: #304b6f;
    border-radius: 50%;
    -webkit-transition: color .3s,background-color .3s;
    transition: color .3s,background-color .3s;
}


.imprimer {
    border-radius: 12px;
    color: #304b6f;
    background-color: #fff;
    -webkit-transition: color .3s,background-color .3s;
    transition: color .3s,background-color .3s;
}

.imprimer:hover {
    -webkit-transition: color .3s,background-color .3s;
    transition: color .3s,background-color .3s;
    background-color: #e3e8ee;
   
}
.imprimer i {
    position: absolute;
    margin-top: 6px;
    margin-left: 8px;
    touch-action: none;
    pointer-events: none;
}

.imprimer a {
    color: #304b6f;
    padding: 6px;
    line-height: 26px;
    padding-left: 31px;
    padding-right: 10px;
    font-size: 12px;
}




.view-listing {visibility: hidden !important;}

.views li {
    white-space: nowrap;
    background: none;
    border: 1px solid #ddd;
    border-right: none;
    padding: 4px 8px;
    display: inline;
}

.task-date {text-align: left !important; }

.board-task-list .task-board .task-board-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    /* padding: 5px 30px 2px 10px; */
    border-bottom: 1px solid #e1e8f5;
    background-color: #f0f3f8;
}


.board-task-list .task-board .task-board-title {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 2px 10px 5px ;
}

#board-container table tr td {
    background-color: #f0f6ff;
    border-left: 1px solid #5c9bfc;
    border-right: 1px solid #5c9bfc;
    border-bottom: 1px solid #5c9bfc;
}


#board-container table tr th:not(.board-swimlane-header) {
    background-color: #ebf3ff;
    border-style: none;
    border-right: 1px solid #5c9bfc;
    border-left: 1px solid #5c9bfc;
    border-top: 1px solid #5c9bfc;
    border-bottom: 1px solid #5c9bfc;
}

.task-date-overdue {position: absolute;}

#modal-overlay  #modal-box {width: 800px !important}


header .logo {
    display: inline-block;
    vertical-align: middle;
    height: 37px;
    width: 37px;
}


.board-task-list .task-board.color-grey {
    border-top: 7px solid #a09c9c;
}

.board-task-list .task-board.color-orange {
    border-top: 7px solid #fb9531;
}

.board-task-list .task-board.color-green {
    border-top: 7px solid #4ba975;
}

.board-task-list .task-board.color-red {
    border-top: 7px solid #ff2a2a;
}

.color-picker-square.color-green, .color-picker-square.color-terminé {
    background-color: #4ba975;
}

.color-picker-square.color-orange, .color-picker-square.color-pas_de_coiffe {
    background-color: #fb9531;
}

.color-picker-square.color-grey, .color-picker-square.color-À_fabriquer {
    background-color: #a09c9c;
}


.task-form-container .form-time_estimated {display: none;}


.task-form-secondary-column {
  
    width: 40%;
}


#modal-box #modal-content form .form-required {
    display: none;
}

.text-editor textarea {
    width: 700px;
    max-width: 100%;
    height: 233px;
}

#modal-box #modal-content form #form-title {
    width: 100%;
    margin-right: 10px;
    display: inline-block;
}

.task-form-secondary-colum { padding-left: 0px }
.task-form-main-column { padding-right: 3px }

#modal-box .js-submit-buttons-rendered {
    padding: 15px;
    padding-top: 0px;
    margin: 0 -15px -15px -15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {

    height: 9px;
}



input:not(.select2-search__field):not([type=checkbox]):not([name=notifications_filter]):not([name=positionChoice]), input[type=date], input[type=email], input[type=number], input[type=password], input[type=text]:not(.input-addon-field), select, textarea {
    margin-bottom: 14px;
   
}

.stock {

    display: inline-block;
    width: 107px;
}


.stock a {
   padding-left: 3px;
   color: #fff;
}


@media (max-width: 767px){
#board-container {
    display: block;
    width: auto !important;
    overflow-x: auto;
    /* margin: auto !important; */
    padding-left: 2%;
    margin-left: -15px;
    margin-right: -15px;
}

#chat-form input[type='text'] {
    width: 98%;
    /* max-width: 99%; */
    height: 33px;
    margin-top: 5px;
    margin-bottom: 6px;
}

}

