/* Linha da tarefa */
#tab_tarefas {
    background-color:#f5f5f5;
}
#tab_tarefas ul
{
    list-style-type:none;
    color:#151b26;
    border:0px solid #e0e0e0;
    padding:0; 
    background-color:transparent; 
}

#tab_tarefas li, /* Container da Tarefa */
#sortableListsBase li /* Tarefas sendo arrastadas */
{
    list-style-type:none;
    color:#151b26;
    padding-left: 20px;
    border:0px solid #e0e0e0;
    
    background-color: transparent;
    /* cursor: grab; */
}

.tarefaColunasData, .tarefaColunasPessoas {
    cursor:pointer;
}

.tarefaSectionType {
    box-shadow: none !important;
}

.titleSection {
    font-size: 14px !important;
    font-weight: 700 !important;
    /* font-style: italic; */
    color:#474747 !important;
    letter-spacing: 0.2px;
}

li + .sectionListStyle {
    margin-top:10px;
}

.sectionListStyle + li {
    margin-top:10px;
}

#quadro_scroll_head thead tr {
    border-top:1px solid #eee;
}
.section_title {
    border-left:1px solid #eee;
}

/************* ESTILOS LINHA DA TAREFA ******/

/* Conteúdo da Linha */
.divTarefa
{
    /* padding:7px; */
    cursor: auto;
    color: #474747 !important;
    /* font-weight: 500; */
    min-height: 38px;
    max-height: 38px;
    height: 38px;
}

.tarefaTabela
{
    /* box-shadow: 0 1px 2px rgba(0,0,0,0.15); */
    background-color:#fcfcfc;
    border: 1px solid #d2d2d2; 
    margin-left: -20px;
    min-height: 38px;
    max-height: 38px;
    height: 38px;
}

.tarefaTabela tr
{
    transition: transform ease 0.2s;
}

.tarefaTabela tr:hover
{
    -webkit-transform: scale(1.002, 1.002); 
    transform: scale(1.002, 1.002); 
    
    box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60,64,67,.15), 0 1px 3px 1px rgba(60,64,67,.15);
}

.tarefaTabela:hover .tarefaColunaIcone
{
    background-color: #f5f5f5;
}

.tarefaTabelaHeader
{
    text-align: center; 
    margin-top: 20px; 
    color: #474747; 
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #eee;
}

.tarefaColunaIcone
{
    width: 20px; 
    max-width: 20px; 
    min-width: 20px;
}

.tarefaColunaIcone:hover
{
    cursor: grab;
}

.tarefaColunaIcone .tarefaIcone {
    transition: background-color ease 0.2s;
}

.tarefaColunaNome, .tarefaColunaAddNew
{
    padding: 0px 0px 0px 22px;
    width: 99%; 
    max-width: 99%;
    text-align: left;
    height: 38px;
    border-right: 1px solid #d2d2d2;
    cursor: pointer;
    font-size:14px;
}

.tableSection .tarefaColunaNomeTexto {
    transition: color ease 0.2s;
}

.tarefaColunaNome:hover, .tarefaColunaAddNew:hover {
    background-color: #f5f5f5;
}

.tarefaColunaNomeTexto
{
    padding: 8px 10px 8px 0px;
    font-size:14px;
    font-weight:400;
    color:#484848;
}

.tarefaColunaNomeInput
{
    height: 28px;
    width: 99%;
    max-width: 99%;
    border: 1px solid #CCC;
    padding-left: 2px;
    margin-left: -2px;
    font-size:14px;
    font-weight:500;
    padding-bottom: 3px; /* TODO: PRECISA? */
}

.tarefaTabelaAddNew {
    background-color: #f7f7f7 !important;
    border: 1px solid #d2d2d2;
}

.tarefaColunaAddNewInput
{
    height: 28px;
    width: 99%;
    max-width: 99%;
    border: none !important;
    padding-left: 2px;
    margin-left: -2px;
    font-size:14px;
    font-weight:500;
    background-color: transparent;
    padding-bottom: 3px; /* TODO: PRECISA? */
}

.tarefaColunaNomeEditIcon
{
    cursor: pointer;
    font-size: 13px;
}

.tarefaColunasFim
{
    min-width: 100px; 
    width: 100px; 
    max-width: 100px; 
    text-align: center;
    border-right: 1px solid #d2d2d2;
    font-size:14px;
    transition:  all ease 0.2s;
    cursor: default;
}

.tarefaColunasFim:hover
{
    background-color: #f5f5f5;
}

.tarefaIcone
{
    background-color: #488AF6; 
    width:6px; 
    height:30px; 
    margin: auto; 
    border-radius: 0.2rem;

    /* height:100%;
    width:15px;
    border-radius:0px;
    margin-left:0px; */
}

.tarefaTabelaSelecionada
{
    background-color: #edf8ff;
}


/* COLUNAS */
/* NÚMERO */

.tarefaColunasNumero
{
    cursor: text;
}
.colunaCampoNumero
{
    border: dashed 1px #f7f7f7;
    width: 80px;
    height: 29px;
    text-align:center;
    background-color: inherit;
}
.colunaCampoNumero:hover, 
.colunaCampoNumero:focus, 
.colunaCampoNumero:active
{
    border: dashed 1px #ccc;
    background-color: inherit;
}

/* STATUS */
.modal 
{
    z-index:999999;
}

.tarefaColunasStatus
{
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding:0 4px;
    cursor: pointer;
    font-weight: 500;
    font-size:13px;
}

.responsibleContent {
    display:none;
    width: 250px;
    border:1px solid #ccc;
    position: absolute;
    z-index:999;
    /* top:475px;
    left:1197px; */
    background-color:#fff;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.32) 0px 4px 10px 0px;
}
.searchInput {
    height:40px;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    padding:0 10px;
    border-bottom:1px solid #efefef;
}
.searchInput i {
    color:#474747;
}
.searchInput input {
    border:0;
    color:#474747;
    margin-left:5px;
    padding-right:5px;
    flex:1;
}
.responsibleUsers {
    display:flex;
    padding: 0px 5px 0px 5px;
    margin-top:5px;
    flex-direction: column;
}
.responsibleUsers div {
    background-color:#efefef;
    padding: 2px 10px 2px 2px;
    border-radius: 40px;
    border:1px solid #dcdcdc;
    flex:1;
    display: flex;
    cursor: default;
    align-items: center;
}
.responsibleUsers div + div {
    margin-top:5px;
}
.responsibleUsers div span {
    color:#474747;
    flex:1;
    padding-left:5px;
    justify-self: flex-start;
    font-size:13px;
}
.responsibleUsers div i {
    background-color:#efefef;
    margin-left:5px;
    border-radius: 40px;
    font-size:12px;
    color:#a2a2a2;
    transition: color 0.2s;
    cursor:pointer;
}
.responsibleUsers div i:hover {
    color: #474747;
}
.responsibleUsers div img {
    border-radius: 12px;
}

.searchResultsUsers {
    display:flex;
    flex-direction: column;
    padding: 10px 5px 5px 5px;
}
.searchResultsUsers div {
    padding: 5px;
    border-radius: 3px;
    flex:1;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
}
.searchResultsUsers div + div {
    margin-top:5px;
}

.searchResultsUsers div:hover {
    transform: translateX(2px);
    background-color: #488AF6;
}
.searchResultsUsers div:hover span {
    color:#fff;
}

.searchResultsUsers div span {
    color:#474747;
    flex:1;
    padding-left:10px;
    justify-self: flex-start;
    font-size:13px;
    transition: color ease 0.3s;
    margin-bottom:3px;
}
.searchResultsUsers div img {
    border-radius: 12px;
}
.more-persons {
    position: absolute;
    margin:auto;
    width: 19px;
    height: 19px;
    margin-left:55px;
    transform: translateY(-20px);
    font-size: 9px;
    color:#fff;
    text-align: center;
    line-height: 19px;
    background-color: #488AF6;
    border-radius: 50%;
    z-index:99 !important;
}

.responsibleContentAcoes {
    width: 150px;
    border:1px solid #ccc;
    position: absolute;
    z-index:2;
    background-color:#fff;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.32) 0px 4px 10px 0px;
    right:0;
    margin-right: 20px;
	display: none;
	margin-top: -50px;
}

.acoes_tarefa {
    display:flex;
    flex-direction: column;
    padding: 5px 5px 5px 5px;
}

.acoes_tarefa div:hover {
    transform: translateX(2px);
    background-color: #488AF6 !important;
	color: #fff !important
}

.acoes_tarefa div.deleteTarefaIcon:hover {
    transform: translateX(2px);
    background-color: red !important;
}

.acoes_tarefa div {
    padding: 5px;
    border-radius: 3px;
    flex:1;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
}
/* 
.sortable_item {
    transition: transform 0.2s;
}
.sortable_item:hover {
    transform: translateX(2px);
} */

.tasks_icon {
    padding:0 5px; 
    font-size:17px; 
    cursor:pointer;
    transition: all ease 0.2s;
    color:#474747;
}

.tasks_icon:hover {
    color:#488AF6;
    transform: translateY(-1px);
}

.sortable_values {
    list-style: none;
}

.sortable_values li .col-lg-12 {
    padding:0 20px;
}


svg 
{
  fill: currentColor;
}

#quadros_select
{
	height:38px; 
	width: 200px; 	
	border: 0;
	font-size: 20px;
	display: inline;
}

.tipo_filtro_tarefa
{
	display: block;
	color: #000;
	padding: 3px;
	font-size: 13px;
	
}

.tipo_filtro_tarefa:hover
{
	background-color: #e1e1e1;
}

.tipo_filtro_tarefa_selecionado
{
	display: block;
	color: #000;
	padding: 3px;
	font-size: 13px;
	background-color: #e1e1e1;
}
.div_filtro_tarefa_opcoes
{
	text-align: center;
	border: 1px solid #ced4da; 
	width: 130px; 
	position: absolute; 
	background-color: #fff;
	margin-left: 15px; 
	display: none;
	-webkit-box-shadow: 10px 11px 16px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 11px 16px -6px rgba(0,0,0,0.75);
	box-shadow: 10px 11px 16px -6px rgba(0,0,0,0.75);
}

.tipo_ordem_tarefa
{
	display: block;
	color: #000;
	padding: 3px;
	font-size: 13px;
	
}

.tipo_ordem_tarefa:hover {
	background-color: #e1e1e1;
}

.tipo_ordem_tarefa_selecionado {
	display: block;
	color: #000;
	padding: 3px;
	font-size: 13px;
	background-color: #e1e1e1;
}

.div_ordem_tarefa_opcoes {
	text-align: center;
	border: 1px solid #ced4da; 
	width: 130px; 
	position: absolute; 
	background-color: #fff;
	margin-left: -70px; 
	display: none;
	-webkit-box-shadow: -10px 11px 16px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -10px 11px 16px -6px rgba(0,0,0,0.75);
	box-shadow: -10px 11px 16px -6px rgba(0,0,0,0.75);
}

.img_usuario_tarefa {
	border: 1px solid #ced4da;
	padding:1px; 
	width: 27px;
	height:27px;
	margin-left: 10px;
}

.detalhesTarefaBox {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 66px;
  right: 0;
  overflow-x: hidden;
  transition: all 0.3s;
  padding-top: 0px;
}

.abre_acoes:hover {
	color: #6087de;
}

.abre_acoes
{
	cursor: pointer;
}

.deleteArquivoTarefaIcon:hover {
	color: red;
}

#debug 
{
    overflow-y: scroll !important;
    height: 90px;	
}

.dm-uploader 
{
    border: 2px dashed #d6d6d6;
    text-align: center;
}

.dm-uploader.active 
{
    border-color: red;
    border-style: solid;
}

.quadro_header {
    display:flex;   
    align-items: center;
    /* height:60px; */
}

.quadro_title {
    display: flex;
    flex-direction: column;
    flex:1;
    /* height:60px; */
    align-items: flex-start;
    justify-content:center;
    padding-left:10px;
    line-height:25px;
    padding-top:10px;
}

.quadro_title h1 {
    font-size:18px;
    color:#474747;
}

.quadro_title span {
    font-size:14px;
    color:#474747;
}

.quadro_filters {
    height:60px;
    align-self:flex-start;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.quadro_subheader {
    display: flex;
    align-items: center;
    padding-left:10px;
    padding-right:10px;
}

.quadro_action_buttons {
    flex:1;
    display: flex;
    margin-top:10px;
}

.btn_new_element_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height:34px;
    background-color: #488AF6;
    transition: background ease 0.2s;
    border-radius: 2px;
    position: relative;
}

.btn_new_element_principal {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right:1px solid rgba(255, 255, 255, 0.425);
}

.btn_new_element_principal p {
    color:#fff;
    padding: 0px 10px;
    margin:0;
}

.edit_section_title {
    display: none;
    padding-left:10px;
    color:#474747;
    cursor: pointer;
    font-size:15px !important;
}

.btn_dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_dropdown i {
    color:#fff;
    font-size:10px;
    padding: 0px 10px;
}

.btn_new_element_container:hover {
    background-color: #3c7add;
    cursor:pointer;
}

.quadro_participantes {
    display: flex;
    border:1px solid #d5d5d5;
    border-radius: 5px;
    transition: all ease 0.2s;
    background-color: #fff;
}

.quadro_participantes + .quadro_participantes {
    margin-left:10px;
}

.quadro_participantes:hover {
    border:1px solid #b4b4b4;
    background-color: #f5f5f5;
    cursor:pointer;
}

.quadro_participantes p {
    margin:0px;
    padding:5px 10px;
}

.quadro_participantes p i {
    margin-right:5px;
}

.section_tasks {
    margin-top:20px;
}

.section_tasks + .section_tasks {
    margin-top:20px;
}

.section_title {
    padding: 0px 0px 0px 10px;
    width: 99%; 
    max-width: 99%;
    text-align: left;
    height: 38px;
    border-right: 1px solid #eee;
    cursor: pointer;
    font-size:14px;
    transition: all ease 0.2s;
    font-weight: 500;
}

.section_title span {
    padding-left:5px;
}

.section_title i {
    font-size:12px;
    color:#474747;
}

.section_title i + i {
    margin-left:5px;
}

.section_title:hover {
    background-color: #f5f5f5;
}

.section_title:hover .edit_section_title {
    display: inline-block;
}

.tarefaTabelaSection thead {
    border-bottom:1px solid #eee;
}

.thSectionTasks
{
    min-width: 100px; 
    width: 100px; 
    max-width: 100px; 
    text-align: center;
    border-right: 1px solid #eee;
    font-size:14px;
    transition:  all ease 0.2s;
    cursor: default;
    font-weight: 500;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding:0 3px;
}

.thSectionTasks:hover
{
    background-color: #f5f5f5;
}

.btn_dropdown_container {
    position: relative;
    z-index:4;
}

.btn_dropdown_items {
    position: absolute;
    background-color: #fff;
    left:0;
    border:1px solid #eee;
    display: flex;
    flex-direction: column;
    width: 150%;
	-webkit-box-shadow: rgba(194, 194, 194, 0.75) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(194, 194, 194, 0.75) 0px 0px 3px 0px;
	box-shadow: rgba(194, 194, 194, 0.75) 0px 0px 3px 0px;
}

.btn_dropdown_item {
    padding:7px 10px;
    transition: padding ease 0.2s;
}

.btn_dropdown_item:hover {
    padding-left:13px;
    cursor:pointer;
}

.btn_dropdown_item span {
    font-size:14px;
}

.btn_dropdown_item i {
    font-size:10px;
    margin-right: 5px;
    color: #488AF6;
}

.btn_dropdown_item:hover {
    background-color:#eee;
}

.input_section_name {
    background-color: transparent;
    border: none;
    z-index: 4;
    color:#474747;
    height:27px;
    font-size:15px;
    border-bottom:1px solid #bababa;
    flex:1;
    margin-left:10px;
}

#header-fixed { 
    position: fixed; 
    left:0;
    top: 0px;
    display:none;
    background-color:white;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 0px;
	margin-left: -2px;
	z-index: 900;
}

#acoes_fixed { 
    position: fixed; 
    display: none; 
    bottom: 30px;
	left: 45%;
	z-index: 10000;
}

#excluir_massa:hover .icon_massa  { 
    color: red;
}

#exportar_massa:hover .icon_massa  { 
    color: #6087de;
}

#excluir_massa, #exportar_massa {
	cursor: pointer;
    padding: 12px;
	padding: 8px 12px 6px 12px;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.125);
	color: #878787;

}

#fechar_massa {
	cursor: pointer;
	padding: 8px 12px 6px 12px;
	text-align: center;
	color: #878787;
}

#fechar_massa:hover { 
    color: #6087de;
}


#qtd_selecionado {
	border-right: 1px solid rgba(0, 0, 0, 0.125);
    padding: 12px;
	font-size: 20px;
	color: #878787;
}

.icon_massa { 
    font-size: 20px;
	vertical-align: -webkit-baseline-middle;
}

.txt_massa {
	font-weight: 500;
	font-family: inherit;
	font-size: 15px;
}

#header-fixed th:last-child{ 
    border-right: 0px;
}

.lista_tarefas {
    /* padding-left: 10px; */
    padding-left:0px !important;
    list-style: none;
    margin:0;
}

.tasks_sections {
    list-style: none;
    padding-left:5px;
}

.dropdown_menu {
    position: relative;
}

.dropdown_container, .dropdown_container_2 {
    position: absolute;
    top:120px;
    right:20px;
    width: 220px;
    z-index: 99999;
}

.dropdown_target {
    background-color: #fff;
    border-radius: 5px;
    z-index:3;
    border:1px solid #eee;
    display:none;
}

.dropdown_task_target {
    background-color: #fff;
    border-radius: 5px;
    z-index:3;
    border:1px solid #e6e6e6;
}

.dropdown_items {
    display: flex;
    flex-direction: column;
}

.dropdown_item span {
    color:#484848;
}

.dropdown_item, .dropdown_item_2 {
    padding: 7px 10px;
    transition: padding ease 0.2s;
    display: flex;
    flex-direction: row;
    font-weight: 400;
    align-items:center;
    font-size:13px;
    position: relative;
    cursor: pointer;
}

.dropdown_item i, .dropdown_item_2 i {
    margin-right:10px;
    margin-top:2px;
    color:#474747;
}

.dropdown_item:hover, .dropdown_item_2:hover {
    padding-left:12px;
    background-color: #eeeeee80;
}

.dropdown_item:hover i, .dropdown_item_2:hover i {
    color:#488AF6;
}

.dropdown_item:hover .ti-trash, .dropdown_item_2:hover .ti-trash {
    color:rgb(224, 49, 49);
}
.dropdown_item:hover .fa-star, .dropdown_item_2:hover .fa-star {
    color:rgb(243, 202, 18) !important;
}

#edit_quadro_nome {
    cursor:pointer; 
    font-size:13px; 
    display:none;
}

.quadro_nome:hover #edit_quadro_nome {
    display:inline-block;
}

#edit_quadro_desc {
    cursor:pointer; 
    font-size:13px; 
    display:none;
}

.quadro_desc:hover #edit_quadro_desc {
    display:inline-block;
}

.quadro_nome_conteudo {
    font-size:18px !important;
}

.quadro_descricao_conteudo {
    font-size:16px !important;
}

#change_quadro_name {
    border:1px solid #d5d5d5;
    width:500px;
    height:30px;
}
#change_quadro_desc {
    border:1px solid #d5d5d5;
    width:500px;
    height:30px;
}

#change_quadro_name:focus {
    box-shadow: none;
}
#change_quadro_desc:focus {
    box-shadow: none;
}

.remover_coluna_quadro
{
	float: right;
	font-size: large;
	cursor: pointer;
}

.remover_coluna_quadro:hover
{
	color: red
}

.remover_item_lista
{
	float: right;
	font-size: large;
	cursor: pointer;
}

.remover_item_lista:hover
{
	color: red
}

.tarefaColunaDisabled
{
	cursor: default !important;
}

.zoom:hover 
{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#detalhesTarefaBoxCard {
    transition: all ease 0.02s;
}

.sticky_details {
    top:10px;
}

.not_total {
	background-color: #f5f5f5 !important;
}

#div_colunas {
    list-style: none;
}

.timer_info {
    display:flex;
    flex-direction: column;
    margin-bottom:15px;
}

.timer_info p {
    margin-bottom:0px;
    font-weight: 500;
}

.timer_info_time {
    font-size:25px;
    color:#878787;
    flex:1;
}

.timer_info_time small {
    font-size:15px;
    padding-left:2px;
}

.timer_display_details {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom:5px;
    align-items: center;
}

.timer_info_icon {
    font-size: 17px !important;
}

.timer_info_icon_run {
    font-size: 17px !important;
    animation: opacity;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    color:#c5cb05;
}

@keyframes opacity {
	0%, 100% {
		opacity: 0.1;
	}
	50% {
		opacity: 1;
	}
}

.timer_att_item {
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    padding:10px;
}

.timer_att_item + .timer_att_item {
    margin-top:10px;
}

.timer_att_infos {
    height:30px; 
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.timer_att_user {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex:2;
}
.timer_att_user span {
    margin-left:5px;
}

.timer_att_log {
    flex:1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.timer_att_obs {
    flex:1;
    margin-top:10px;
    border-top:1px solid #eee;
    padding-top:10px;
}

.status_list {
    display:flex;
    flex-direction: column;
}

.status_item {
    display: flex;
    flex-direction: row;
    border: 1px solid #ced4da;
    align-items: center;
    background-color: #fff;
    height:110px;
    padding:0 10px 0 30px;
    border-radius: 3px;
}

.status_item + .status_item {
    margin-top:10px;
}

.name_status_item {
    max-width:300px;
    flex:1;
}

.color_status_item {
    max-width:300px;
    flex:1;
    margin-left:20px;
}

.default_setter_item {
    max-width:300px;
    flex:1;
    margin-left:30px;
}

.cor_status_content {
    /* background-color: #3c7add; */
    width: 100%;
    height:38px;
    border-radius:5px;
}

.content_status_item {
    flex:1;
    display:flex;
    flex-direction: row;
    align-items:center;
}

.status_item i {
    width:50px;
    cursor: pointer;
}
.status_item .handle {
    cursor:grab !important;
}

.select_color_box {
    position:absolute; 
    left:50%; 
    transform: TranslateX(-50%); 
    width:270px; 
    background-color:#eee; 
    margin-top:10px; 
    padding:5px 10px 10px 10px;
    z-index:1000;
    border:1px solid #e0e0e0;
    display:none;
}

.select_color_box:after {
    content: '';
    position: absolute;
    top: -7px;
    transform: translateX(-50%);
    left: 50%;
    border-bottom: solid 10px #eee;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.select_flex_color {
    display:flex; 
    flex-direction:row; 
    flex-flow: row wrap; 
    justify-content:flex-start;
}

.select_color_item {
    width:35px; 
    height:35px; 
    margin-left:3px; 
    margin-right:3px; 
    margin-top:5px;
    border:1px solid #e0e0e0;
}

.select_color_item:hover {
    box-shadow: 0px 0px 82px -44px rgba(0,0,0,0.75) inset;
    -webkit-box-shadow: 0px 0px 82px -44px rgba(0,0,0,0.75) inset;
    -moz-box-shadow: 0px 0px 82px -44px rgba(0,0,0,0.75) inset;
    cursor: pointer;
}

.timer_reset_div {
    display:flex; 
    align-items:center; 
    font-size:14px; 
    margin-right:20px;
}

/* width */
.quadros_scroll::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

/* Track */
.quadros_scroll::-webkit-scrollbar-track {
    background: transparent; 
}

/* Handle */
.quadros_scroll::-webkit-scrollbar-thumb {
    background: #e6e6e6;
/* background: #636E72; */
    border-radius: 10px;
}

/* Handle on hover */
.quadros_scroll::-webkit-scrollbar-thumb:hover {
    background: rgb(167, 167, 167); 
}

/* width */
.quadros_scroll::-webkit-scrollbar:vertical {
    display: none;
}

/* Track */
.quadros_scroll::-webkit-scrollbar-track:vertical {
    display: none;
}

/* Handle */
.quadros_scroll::-webkit-scrollbar-thumb:vertical {
    display: none;
}

.reset_date {
    width:calc(100% - 20px);
    border: 1px solid #39f;
    border-radius:3px;
    margin:7px auto;
    text-align:center;
    transition: background-color ease 0.2s;
    transition: color ease 0.1s;
    cursor:pointer;
}

.reset_date:hover {
    background-color: #39f;
    color:#fff;
}

.datepicker_clear {
    opacity: 0;
    color:#e43232;
    transition: opacity ease 0.2s;
    cursor:pointer;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
}

/* .tarefaColunasData:hover .datepicker_clear {
    left:3px !important;
    opacity:1;
} */

.thSectionTasksQuadro {
    width:200px;
    min-width: 200px;
    max-width: 200px;
}

.tarefaColunasQuadroNome {
    width:200px;
    min-width: 200px;
    max-width: 200px;
    display:flex;
    align-items: center;
    flex-direction: row;
    height:100%;
    padding:0 5px;
    cursor: pointer;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease 0.2s;
}

.tarefaColunasQuadroNome .quadro_badge {
    width:16px;
    height:16px;
    border-radius:5px;
}
.tarefaColunasQuadroNome .quadro_nome {
    margin-left:5px;
    font-size: 13px;
    color:#484848;
}

.icon_atualizacao {
    cursor:pointer;
    transition: all ease 0.2s;
}

.icon_atualizacao:hover {
    color:#666;
}

#fixed_box {
    border-left: solid 1px #51515133;
}

.filter_item_container {
    display:flex;
    flex-direction: column;
    position: relative;
}

.filter_item_container + .filter_item_container {
    margin-left:5px;
}

.filter_info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border:1px solid #e6e6e6;
    padding:4px 10px;
    cursor: pointer;
    transition: background ease 0.2s;
}

.filter_info:hover {
    background-color:#e6e6e6;
}
.filter_info:hover .ti-angle-down {
    transform: translateY(1px);
}

.filter_info span {
    flex:1;
    font-size:13px;
    font-weight: 400;
    margin-left:5px;
    color:#484848;
    
}

.filter_info i {
    font-size:11px;
    margin-top:2px;
    transition: all ease 0.2s;
}

.filter_info > i {
    margin-left:0px !important;
}

.filter_info .ti-angle-down {
    margin-left:10px !important;
}

.filter_options {
    display: none;
    position: absolute;
    right:0;
    top:32px;
    z-index:999;
}

.filter_options_content {
    width: 170px;
    background-color:#fff;
    border:1px solid #e6e6e6;
    border-radius:3px;
    display: flex;
    flex-direction: column;
}

.filter_options_content div {
    display:flex;
    flex-direction: row;
    align-items: center;
    padding:5px 10px;    
    cursor:pointer;
    transition: all ease 0.2s;
}
.filter_options_content div:hover {
    background-color:#e6e6e6;   
}
.filter_options_content div:hover span {
    transform: translateX(2px);
}
.filter_options_content div span {
    font-size:13px;
    color: #484848;
    transition: all ease 0.2s;
    flex:1;
}
.filter_options_content div i {
    font-size:12px;
    margin-top:3px;
}

.responsavel_pic {
    width:25px; 
    height:25px; 
    background-repeat:no-repeat; 
    background-size:cover; 
    border-radius:50%;  
    border:1px solid #d6d6d6 !important;
}

.responsavel_pic + .responsavel_pic {
    margin-right:unset;
    margin-left:-7px;
}

.responsaveis_section_count {
    width:17px; 
    height:17px; 
    border-radius:50%; 
    background-color:#488AF6; 
    text-align:center; 
    align-self:flex-end; 
    margin-left:-10px; 
    display:flex; 
    align-items:center; 
    justify-content:center;
}

.content_responsaveis_section {
    cursor: pointer;
}

.responsaveis_section_count span {
    font-size:10px; 
    color:#fff;
}

.responsaveis_section_tooltip {
    display:none;
    transition: all ease 0.2s;
    z-index:9999 !important;
    position: relative;
}

.responsaveis_tooltip {
    position:absolute;
    top:20px;
    left:-72px;

    background-color:#fff;
    width:150px;
    border:1px solid #e6e6e6;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 3px;
    z-index:9999 !important;
}

.responsaveis_tooltip div {
    padding:3px 10px;
    font-size:13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width:100%;
}

.responsaveis_tooltip div span {
    text-align:left;
}

.content_responsaveis_section:hover .responsaveis_section_tooltip {
    display: block;
}

.log_item_container {
    display:flex; 
    flex-direction:row; 
    align-items:center; 
    justify-content:space-between;
    border-bottom:1px solid #eee; 
    padding-bottom:10px;
}

.log_item_container + .log_item_container {
    margin-top:10px;
}

.log_item_hours {
    display:flex; 
    flex-direction:column; 
    justify-content:center; 
    align-items:center; 
    font-size:10px; 
    margin-top:5px; 
    margin-right:5px; 
    color:#464646;
    cursor: pointer;
}

.log_item_profile {
    flex:2; 
    display:flex; 
    flex-direction:row; 
    align-items:center; 
    font-size:13px;
}


.log_item_profile div {
    background-size:cover; 
    background-repeat:no-repeat; 
    width:26px; 
    height:26px; 
    border-radius:50%;
}

.log_item_profile span {
    margin-left:5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75%;
}

.log_item_column {
    flex:1; 
    display:flex; 
    flex-direction:row; 
    align-items:center; 
    justify-content: flex-start;
    font-size:13px;
}

.log_content {
    display:flex; 
    justify-content: space-between;
    flex-direction:row; 
    align-items:center;
    max-width:200px;
    width:200px;
}

.log_content_center {
    display:flex; 
    justify-content: space-around;
    flex-direction:row; 
    align-items:center;
    max-width:200px;
    width:200px;
}

.log_status_badge {
    flex:1;
    text-overflow:ellipsis; 
    white-space:nowrap; 
    overflow:hidden; 
    padding:5px; 
    color:#fff;
    font-weight:500; 
    font-size:13px; 
    border-radius:2px;
    text-align: center;
    cursor: pointer;
}
.log_status_badge_list {
    text-overflow:ellipsis; 
    white-space:nowrap; 
    overflow:hidden; 
    padding:3px 10px; 
    color:#fff;
    font-weight:400; 
    font-size:13px; 
    border-radius:2px;
    text-align: center;
    cursor: pointer;
    margin-left:10px;
    margin-right:10px;
}

.log_string {
    font-size:13px;
    flex:1;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 5px;
    cursor: pointer;
}

.log_pessoa {
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.badge-menu-notificacao {
    height:15px; 
    width:15px; 
    border-radius:50%; 
    background-color:#e26666; 
    margin-left:-35px; 
    display:flex; 
    align-items:center; 
    justify-content:center; 
    color:#fff; 
    font-size:9px !important; 
    padding:1px; 
    z-index:99;
}

.open .menu-item-notificacao img {
    margin-right:0;
}

.open .menu-item-notificacao .badge-menu-notificacao {
    margin-left: -25px !important;
}

.tasks_notificacoes_container {
    width:100%; 
    display:flex; 
    flex-direction:column;
}

.tasks_notificacao_item {
    display:flex; 
    flex-direction:column; 
    border:1px solid #e6e6e6; 
    padding:10px 10px; 
    border-radius:3px;
}

.tasks_notificacao_item + .tasks_notificacao_item {
    margin-top:10px !important;
}   

.tasks_notificacao_header {
    display:flex; 
    flex-direction:row; 
    align-items:center; 
    margin-bottom:5px;
}

.tasks_notificacao_foto {
    height:30px; 
    width:30px; 
    border-radius:50%; 
    background-size:cover; 
    background-repeat:no-repeat; 
    border:1px solid #e6e6e6; 
    padding:1px;
}

.tasks_notificacao_quadro {
    font-size:12px; 
    color:#666; 
    font-style:italic; 
    flex:2;
}

.tasks_notificacao_right {
    margin:0 10px; 
    font-size:12px; 
    color:#666;
}

.tasks_notificacao_link:hover {
    color:#aaaaaa !important;
    cursor: pointer;
}

.tarefaColunasCheckbox {
    cursor: pointer !important;
}

.right_ellipsis_icon {
    color:#878787; 
    margin-right: 20px; 
    margin-left:20px;  
    cursor: pointer;
}

.table_anexos_tasks {
    text-align:left; 
    background-color:white; 
    margin-bottom:0px; 
    border: 1px solid #ddd;
}

.table_anexos_tasks {
    text-align:left; 
    background-color:white; 
    margin-bottom:0px; 
    border: 1px solid #ddd;
}

.table_anexos_tasks thead {
    background-color:#f6f6f6; 
    color:#7f7f7f; 
    font-weight:bold;
}
#drag-and-drop-zone {
    margin-top:10px !important;
}
.log_string_center {
    margin:0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex:1;
    max-width: 100px;
    text-align: center;
}

.display_tooltip_status {
    margin-top: 2px;
    z-index:9999 !important;
    display:none;
    position:absolute;
    height:40px;
    background-color:#fff !important;
    border: 1px solid #b4b4b4;
    color:#484848;
    line-height:40px;
    font-size:13px;
    font-weight:500;
    padding:0 10px;
    font-style:italic;
}

#dropdownColunaListaValores {
    border:1px solid #d8d8d8; 
    border-radius:2px; 
    padding: 11px; 
    padding-bottom: 4px;
    box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.32);
    width: 100px !important;
    max-height: 300px;
    overflow: auto;
}

.dark_mode_container {
    display: none;
    position:absolute; 
    left:-55px; 
    top:45px; 
    z-index:99; 
    width:150px;
    border-radius: 3px;
}
.dark_mode_item {
    display:flex; 
    flex-direction:row; 
    justify-content:space-between; 
    width:150px; 
    font-size:12px; 
    background-color:#fff; 
    height:30px; 
    align-items:center; 
    padding:0 10px;
    color:#484848;
    cursor: pointer;
    border:1px solid #efefef;
}
.dark_mode_pick {
    cursor: pointer;
}
.reload_task_version_display {
    position:fixed; 
    top:0; 
    overflow:hidden; 
    z-index:999; 
    background-color:#181d254f; 
    width:100%; 
    height:100vh;
    display: none;
}
.reload_task_version_container {
    display:flex; 
    height:100%; 
    width:100%; 
    align-items:flex-start; 
    justify-content:center;
}
.reload_task_version_badge {
    width:800px; 
    background-color:#efefef; 
    border:1px solid #e6e6e6; 
    height:50px; 
    border-radius:3px; 
    display:flex; 
    align-items:center; 
    justify-content:space-between; 
    padding:0 10px; 
    margin-top:40px; 
    color:#484848;
    margin-left:-260px;
}
.dkm_pick_check {
    right: 0;
    float: right;
    line-height: 22px;
    font-size: 12px;
}

.sub_dropdown_options {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    max-height: 200px;
    overflow:auto;
}
.sub_dropdown_container, .sub_dropdown_container_2 {
    display: none;
    position: absolute;
    border: 1px solid #eee;
    background-color: #fff;
    width: 180px;
    left:-180px;
    top:0;
    border-radius: 5px;
    z-index:1005;
}
.tab-content > .active { 
    display: block;
}
.sub_dropdown_container_right, .sub_dropdown_container_2_right {
    left:100% !important;
}
.dropdown_item:hover .sub_dropdown_container {
    display: block;
}
.dropdown_item_2:hover .sub_dropdown_container_2 {
    display: block;
}
#sections_move_quadro {
    display:flex;
    flex-direction: column;
    max-height: 500px;
    overflow: auto;
}
.move_quadro_item {
    width:100%;
    border: 1px solid #eee;
    height:40px;
    min-height:40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding:0 10px;
    border-radius: 5px;
    transition: all ease 0.2s;
}
.move_quadro_item label {
    margin:0;
    cursor: pointer;
    flex:1;
}
.move_quadro_item:hover {
    background-color: #e6e6e6;
    padding-left:12px;
}
.move_quadro_item + .move_quadro_item {
    margin-top:10px;
}
.context_menu_task {
    position: absolute;
    z-index: 99;
    top:0;
    left:0;
}

.replica_item {
    display:flex; 
    flex-direction:row; 
    align-items:center; 
    border:1px dashed #ced4da;
    padding:0px 0px 0px 10px;
    transition: all ease 0.2s;
}

.replica_item:hover {
    transform: translateX(3px);
    cursor: pointer;
    background: #efefef;
}

.replica_item + .replica_item {
    margin-top:4px;
}

.replica_quadro_badge {
    width:13px; 
    height:13px; 
    border-radius:3px; 
}

.replica_quadro_nome {
    flex:1; 
    margin-left:5px; 
    font-size:13px;
}
.btn-tasks-action {
    border-radius: 3px;
    margin-bottom:10px;
    background-color: transparent;
    border:1px solid #e6e6e6;
    font-size:13px;
    float:right;
    padding:5px 10px;
}
.btn-tasks-action:hover {
    background-color: #e6e6e6;
}

.section_status_container {
    width:100%; 
    display: flex; 
    text-align:center; 
    height:100%; 
}
/* 
.navbar .navbar-nav li:hover {
    background-color: #30303e !important
}

.navbar .navbar-nav li {
    transition: background 0.2s ease;
} */

.menu-title {
    padding-top:0px !important;
}
/* .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
} */

.menu-tasks-quadro:hover > .display_options {
    display: block !important;
    position: fixed !important;
}
.menu-tasks-quadro .display_options {
    z-index: 9999 !important;
    position:absolute; 
    width:200px; 
    left:210px; 
    background-color:#1E1E2D;
    border:1px solid #2a2a3d; 
    border-radius:3px;
}
.open .menu-tasks-quadro .display_options {
    left:105px; 
}

.open .menu-tasks-quadro .display_options a {
    align-items: baseline !important;
    width: 100%;
}

.open .menu-tasks-quadro .display_options a div{
    width: 100%;
}

.open #tasks-open-plus
{
    display: flex;
    justify-content: center;
}

.quadro_options_menu {
    padding:5px 10px; 
    color:#9496a1;
    display: flex;
    font-size:13px;
    align-items: center;
    height: 30px;
}
.quadro_options_menu i {
    font-size:12px;
    margin-right:5px;
    transition: margin 0.2s;
}
.quadro_options_menu:hover {
    background-color: #2a2a3d;
    color:#e5e5e5;
    cursor:pointer;
}
.quadro_options_menu:hover i {
    margin-left:2px;
    color:#1882d7;
}
.menu-tasks-quadro:hover {
    background-color: #303044;
}
.menu-tasks-quadro.active{
    background-color: #303044;
}
.menu-item:hover {
    background-color: #303044;
}

.replica_quadro_nome a {
    color:#484848;
}

.replica_quadro_nome a:hover {
    color: #488AF6;
}

.class_concluido {
    background-color: #f5f5f5 !important;
}
.class_concluido > div > .tarefaColunaNome_nome > span {
    filter: opacity(0.7);
    /* text-decoration: line-through; */
}