.columnKanbanClass {
    display: inline-block;
    width: 90%;
    height: 30px;
    padding-top: 5px;
}

#spanColor {
    width: 20px;
    height: 20px;
    float: left;
    border: 1px solid #ddd;
}

.toolbarDialogKanban {
    background-color: transparent;
    border: none;
}

.btnTrashColKanban {
    float: right;
}

.tdCol {
    min-width: 278px;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 15px;
}

.tdOpt {
    background-color: hsl(0deg 0% 100% / 70%) !important;
    min-width: 30px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    border-radius: 50px;
    display: flex;
    border: 1px solid #fff;
    justify-content: center;
}

.classAddTabKanban {
    background-color: hsl(0deg 0% 100% / 75%);
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    margin: -10px 0 0 0;
    padding: 0;
    font-size: 20px;
}

.pnlTskKanban {
    background-color: hsl(0deg 0% 100% / 85%) !important;
}

.pnlTskKanban > div {
    background-color: transparent!important;
    border:none!important;
}

.pnlTskKanban > div > .ui-panel-title {
    font-size: 16px!important;
}

.tskKanban {
    display: inline-block;
    width: 100%;
    padding-top: 8px;
    height: 30px;
}

#dashId > div {
    overflow-x: hidden;
}

.ui-growl .ui-growl-item-container.ui-growl-warn{
    background: #b3e5fc!important;
    border: 1px solid #03a9f4!important;
    color: #337ab7!important;
    border-width: 0 0 0 6px!important;
}

.ui-growl .ui-growl-image {
    color: #337ab7!important;
}

@media (min-width: 2561px) {
    #kanban {
        height: 78vh;
        width: 97vw;
    }
    #dashId > div {
        height: 72vh;
    }
}

@media (min-width: 1921px) and (max-width: 2560px) {
    #kanban {
        height: 80vh;
        width: 96vw;
    }
    #dashId > div {
        height: 77vh;
    }
}

@media (min-width: 1367px) and (max-width: 1920px) {
    #kanban {
        height: 76vh;
        width: 94vw;
    }
    #dashId > div {
        height: 77vh;
    }
}

@media (min-width: 1281px) and (max-width: 1366px) {
    #kanban {
        height: 70vh;
        width: 93.5vw;
    }
    #dashId > div {
        height: 72vh;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    #kanban {
        height: 70vh;
        width: 91vw;
    }
    #dashId > div {
        height: 76vh;
    }
}

@media (max-width: 1024px) {
    #kanban {
        height: 65vh;
        width: 94vw;
    }
    #dashId > div {
        height: 70vh;
    }
}

#kanban > table > tbody > tr > td > div > button {
    color: #000;
    margin: -2px 0;
    background-color: transparent;
}

.splitBtKanbanMenuItem, .splitBtKanbanMenuItem {
    padding: 0px;
    border-radius: 25px;
    text-align: center;
    width: 270px;
}

.btInfoKanban {
    margin: 2px;
    height: 20px;
    border-radius: 20px;
    width: 20px;
    float: left;
    color: #7c7c7c!important;
    background-color: #ffffff!important;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

button.btInfoKanban > span {
    margin-top: -6px!important;
}

.btInfoKanban > span {
    font-size: 12px!important;
}

.listExtraKanban {
    margin: 0px 0px -10px 0px;
}

.listExtraKanban > div > ul {
    margin: 0;
}

.listExtraKanban > div > ul > li {
    margin: 0;
}

.textDueDateKanban {
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    color: #7c7c7c!important;
    background-color: #ffffff!important;
    border: 1px solid #e5e5e5!important;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

.textDueDateKanbanVar {
    font-size: 13px;
    color: #7c7c7c!important;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

/* Styling for the card container */
.pnlTskKanban {
    border: 1px solid #ddd;
    border-top-right-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin: 10px;
    background-color: #fff;
}

.pnlTskKanban > .ui-panel-titlebar {
    background-color: #fff;
    border-top-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
    padding: 10px;
    color: #333;
    box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.1)!important;
}

.pnlTskKanban > span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 4px;
}

button.btInfoKanban > span:hover{
    color: #146fd7;
}

.kanban-dialog {
    -webkit-transition: opacity 3s;
    transition: opacity 3s;
}

#textObsToSend > table > tbody > tr > td.gridFormValue > textarea {
    padding-right: 60px;
}

.inputDateService > input {
    width: 100px;
}

.inputTimeService > input {
    width: 80px;
}

#_calendar_input {
    width: 80px;
    height: 24px;
    border-radius: 20px;
    margin: 0.2rem 0 0 0;
}

#dataListObservacoes_list > li.ui-datalist-item > span.pnlUser {
    display: flex;
    justify-content: flex-end;
    margin-left: 80px;
}

#dataListObservacoes_list > li.ui-datalist-item > span.pnlNaoUser {
    display: flex;
    justify-content: flex-end;
    margin-right: 80px;
}

#dataListObservacoes_list > li.ui-datalist-item > span > div.ui-avatar {
    width: 30px;
    height: 30px;
    background-color: #337ab7!important;
    color: #fff;
    margin: 2px;
    align-self: center;
}

#dataListObservacoes_list > li.ui-datalist-item > span > label.ui-outputlabel {
    white-space: break-spaces;
    max-width: 62vw;
    display: inline-flex;
    text-align: justify;
    word-break: break-word;
    border: 1px solid rgb(204, 204, 204);
    border-radius:15px;
    width: 650px;
    padding: 15px;
    line-height: 1.5;
    tab-size: 4;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-top-right-radius: 0px!important;
    font-family: Söhne, ui-sans-serif,system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

#dataListObservacoes_list > li.ui-datalist-item > span.pnlNaoUser > label.ui-outputlabel {
    background-color: rgb(109 160 200 / 20%);
}

#dataListObservacoes_list > li.ui-datalist-item > span.pnlUser > label.ui-outputlabel {
    background-color: rgb(109 220 220 / 20%);
}

#dataListObservacoes_list > li.ui-datalist-item > span > span.outputTextDataEnvio {
    font-weight: bold;
    font-size: 12px;
    font-family: monospace;
    position: absolute;
    margin: 38px;
}

#dataListObservacoes_list > li.ui-datalist-item > span.pnlUser > label.ui-outputlabel {
    background-color: rgb(109 220 220 / 20%);
}

#dataListObservacoes_list > li.ui-datalist-item > span > span.outputTextDataEnvio {
    font-weight: bold;
    font-size: 12px;
    font-family: monospace;
    position: relative;
    align-self: end;
    margin: 0 0 0 -110px;
}

#dataListObservacoes_list > li.ui-datalist-item > span > span.outputTextEditado {
    font-weight: bold;
    font-size: 12px;
    font-family: monospace;
    position: relative;
    align-self: end;
    text-decoration: underline;
    margin: 0 0 14px -45px;
}

.panelObservacoesTaskKanban {
    height: 400px;
}

#div-kanban-timer > label {
    letter-spacing: 1px;
    font-size: 18px;
    color: #7c7c7c;
    font-weight: bolder;
}

#div-kanban-timer {
    text-align: center;
}

#div-kanban-timer > label > i#iconHeader:hover {
    cursor: pointer;
    transform: scale(1.3);
}
span.ui-button-icon-left.ui-icon.ui-c.fa.fa-pencil.trashFiltCustom {
    font-size: 13px;
    margin: -6px 0px 0px -5px;
}

#_calendar_edit {
    width: 18px;
    margin: 0px 0px 0px 5px;
    font-size: 14px;
}

.listExtraKbn {
    font-size: 13px;
    color: #146fd7;
}

.listLabelKbn {
    font-size: 14px;
    color: #515151;
}

.perfil-user-class-kbn {
    float: right;
}

.perfil-user-class-kbn > div {
    width: 20px;
    height: 20px;
    font-size: 12px;
    background-color: #bbb;
}

table[id^="altPriorTaskTds_"] > tbody > tr > td:nth-child(1) > div {
    border: 1px solid green;
    border-radius: 15px;
}

table[id^="altPriorTaskTds_"] > tbody > tr > td:nth-child(2) > div {
    border: 1px solid yellow;
    border-radius: 15px;
}

table[id^="altPriorTaskTds_"] > tbody > tr > td:nth-child(3) > div {
    border: 1px solid red;
    border-radius: 15px;
}

label[id^="altPriorTask_"]:hover {
    cursor: pointer;
}

button[id^="horasTaskKanban_"] {
    color: #7c7c7c!important;
    background-color: #ffffff!important;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    margin: 2px;
    height: 20px;
    border-radius: 20px;
    width: 20px;
    float: left;
}

label[id^="altRespKbn_"] {
    display: flex;
}

div[id^="menuButtonDownDirection_"] {
    margin: 3px -2px 0px 4px;
}

#menuButtonDownDirection {
    margin: -30px 20px 0px 0px;
}

#menuButtonDownDirection .ui-speeddial-button.ui-button.ui-button-icon-only, div[id^="menuButtonDownDirection_"] .ui-speeddial-button.ui-button.ui-button-icon-only {
    width: 30px;
    height: 30px;
    margin: auto;
}

#menuButtonDownDirection .ui-speeddial-button.ui-button.ui-button-icon-only .ui-button-icon, div[id^="menuButtonDownDirection_"] .ui-speeddial-button.ui-button.ui-button-icon-only .ui-button-icon {
    font-size: 1.3rem
}

#menuButtonDownDirection .ui-speeddial-action, div[id^="menuButtonDownDirection_"] .ui-speeddial-action {
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    color: #7c7c7c;
    border: 1px solid #cfcfcf;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

div[id^="menuButtonDownDirection_"] .ui-speeddial-action {
    background: #fff;
    color: #7c7c7c;
}

#menuButtonDownDirection .ui-speeddial-action:hover, div[id^="menuButtonDownDirection_"] .ui-speeddial-action:hover {
    background: #343a40;
    color: #fff
}

span.textDueDateKanban:hover {
    cursor: help;
}

#menuButtonDownDirection .ui-speeddial-direction-down .ui-speeddial-item, div[id^="menuButtonDownDirection_"] .ui-speeddial-direction-down .ui-speeddial-item {
    margin: .25rem 0
}

#menuButtonDownDirection .ui-speeddial-direction-down .ui-speeddial-item:first-child {
    margin-top: .8rem
}

#menuButtonDownDirection > div > button, div[id^="menuButtonDownDirection_"] > div > button {
    color: black;
    background-color: transparent;
}

#kanban ::-webkit-scrollbar {
    background-color: transparent;
}

#kanban ::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #ddd;
}

#kanban ::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 25px;
    border: 1px solid #ddd;
}

#tabMenu {
    background-color: transparent;
    margin: -10px 10px 2px 14px;
    width: min-content;
    padding: 0;
    position: static;
}

#tabMenu > ul {
    background: transparent;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

#tabMenu > ul > li {
    height: min-content;
    border-radius: 15px;
    margin: 5px;
    background-color: hsl(0deg 0% 100% / 85%);
}

#tabMenu > ul > li.ui-state-default {
    border-radius: 15px;
    margin: 5px;
    background-color: hsl(0deg 0% 100% / 75%);
}

#tabMenu > ul > li.ui-state-active {
    border-radius: 15px;
    margin: 5px;
    background-color: hsl(0deg 0% 100% / 75%);
    border-bottom: 5px solid #2196f3;
}

#tabMenu > ul > li:hover {
    border-radius: 15px;
    margin: 5px;
    background-color: hsl(0deg 0% 100% / 75%);
    border-bottom: 5px solid #2196f3;
}

#tabMenu > ul > li > a {
    height: 50px;
    padding: 8px;
    color: #eef2f6;
    font-weight: normal;
}

#tabMenu > ul > li > a > span.ui-menuitem-icon {
    color: hsl(0deg 0% 34.79% / 70%);
}

#tabMenu > ul > li > a > span.ui-menuitem-text {
    padding-left: 5px;
    color: hsl(0deg 0% 34.79% / 70%);
}

#tabMenu > ul > li > a {
    display: flex;
    align-items: center;
}

#tabMenu > ul > li > a > span.ui-menuitem-text {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#tabMenu > ul > li > a > span.ui-menuitem-text > div {
    display: flex;
    flex-direction: column;
}

#tabMenu > ul > li > a > span.ui-menuitem-text > div > div > button {
    width: 30px;
    background-color: transparent;
    color: hsl(0deg 0% 34.79% / 70%);
    margin: 3px -10px 3px 3px;
}
